Re: firewall: iptables vs ufw/gufw

2011-03-13 Thread Joe
On 13/03/11 15:15, Michael Friendly wrote: On 3/12/2011 5:55 AM, Tom H wrote: On Sat, Mar 12, 2011 at 5:06 AM, Andrei Popescu wrote: On Vi, 11 mar 11, 14:56:42, Michael Friendly wrote: - Do I have to install/enable the rules from iptables for ssh, samba, etc within ufw? First you need to f

Re: firewall: iptables vs ufw/gufw

2011-03-13 Thread Andrei Popescu
On Du, 13 mar 11, 11:15:28, Michael Friendly wrote: > > For example, there is currently one rule allowing me to ssh from a > PC in my office > > iptables -A INPUT -s 130.xxx.xxx.xx/32 -p tcp --destination-port 22 > -j ACCEPT > > I can mimic this for another PC (e.g., in my lab), but I'd like to

Re: firewall: iptables vs ufw/gufw

2011-03-13 Thread Michael Friendly
On 3/12/2011 5:55 AM, Tom H wrote: On Sat, Mar 12, 2011 at 5:06 AM, Andrei Popescu wrote: On Vi, 11 mar 11, 14:56:42, Michael Friendly wrote: - Do I have to install/enable the rules from iptables for ssh, samba, etc within ufw? First you need to find out exactly how the iptables rules are

Re: firewall: iptables vs ufw/gufw

2011-03-12 Thread Tom H
On Sat, Mar 12, 2011 at 5:06 AM, Andrei Popescu wrote: > On Vi, 11 mar 11, 14:56:42, Michael Friendly wrote: >> >> - Do I have to install/enable the rules from iptables for ssh, >> samba, etc within ufw? > > First you need to find out exactly how the iptables rules are loaded. > Could be via /etc/

Re: firewall: iptables vs ufw/gufw

2011-03-12 Thread Andrei Popescu
On Vi, 11 mar 11, 14:56:42, Michael Friendly wrote: > Hi > I have a new machine running kubuntu 10.04 which was setup by an IT > person with firewalls in /etc/iptables that largely lock-down my > box, > e.g. some specified services (sftp/ssh) from a designated IP address > work, but I can't even pi