You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add option for -A
Anither important thing needed. I'm setting up some kind of authenticator before allowing access to main machine and so what I do is when authenticator allows it, it adds iP to iptables of main machine. Now as soon as user leaves I want to remove the ip from iptables.
So I need something like
iptables -D INPUT -s x.x.x.x -j ACCEPT
Is this possible?
The text was updated successfully, but these errors were encountered:
Add option for -A
Anither important thing needed. I'm setting up some kind of authenticator before allowing access to main machine and so what I do is when authenticator allows it, it adds iP to iptables of main machine. Now as soon as user leaves I want to remove the ip from iptables.
So I need something like
iptables -D INPUT -s x.x.x.x -j ACCEPT
Is this possible?
The text was updated successfully, but these errors were encountered: