iptable
by nimic from LinuxQuestions.org on (#4S5TW)
hi,
i like to understand the following.
iptables -A OUTPUT -d 192.168.30.0/24 -o eth0 -m owner --gid-owner test -j ACCEPT
is this mean that only users who belong gid test and reside in server from 192.168.30.0 can have acces in this server (where the iptables exist) using tcp protocol?the user can coonect through ssh to this server?
thank you


i like to understand the following.
iptables -A OUTPUT -d 192.168.30.0/24 -o eth0 -m owner --gid-owner test -j ACCEPT
is this mean that only users who belong gid test and reside in server from 192.168.30.0 can have acces in this server (where the iptables exist) using tcp protocol?the user can coonect through ssh to this server?
thank you