Con questa regola di iptables dovresti (ad esempio) abilitare user1 ad usare SSH sulla eth0.
codice:/sbin/iptables -A INPUT -i eth0 -p TCP --dport 22 -s $GW1 --uid-owner $user1 --gid-owner $group_of_user1 -j ACCEPT
Con questa regola di iptables dovresti (ad esempio) abilitare user1 ad usare SSH sulla eth0.
codice:/sbin/iptables -A INPUT -i eth0 -p TCP --dport 22 -s $GW1 --uid-owner $user1 --gid-owner $group_of_user1 -j ACCEPT
Powered by Fedora & CentOS
Here I am, brain the size of a planet..