Re: [gentoo-user] workstation iptables

2015-10-07 Thread Alon Bar-Lev
On 6 October 2015 at 22:14, James wrote: > > Hello, > > I just ran across this page: > > http://gentoo-en.vfose.ru/wiki/Iptables/Iptables_and_stateful_firewalls#State_basics > > It has a basic firewall using iptables. > Not bad for a generic firewall on a openrc workstation. > What is the best way

Re: [gentoo-user] workstation iptables

2015-10-07 Thread Tom H
On Tue, Oct 6, 2015 at 3:14 PM, James wrote: > > #!/bin/bash > # A basic stateful firewall for a workstation or laptop that isn't running any > # network services like a web server, SMTP server, ftp server, etc. > > if [ "$1" = "start" ] > then > echo "Starting firewall..." > iptab

Re: [gentoo-user] workstation iptables

2015-10-06 Thread Mick
On Tuesday 06 Oct 2015 20:14:59 James wrote: > Hello, > > I just ran across this page: > > http://gentoo-en.vfose.ru/wiki/Iptables/Iptables_and_stateful_firewalls#Sta > te_basics > > It has a basic firewall using iptables. > Not bad for a generic firewall on a openrc workstation. > What is the b

[gentoo-user] workstation iptables

2015-10-06 Thread James
Hello, I just ran across this page: http://gentoo-en.vfose.ru/wiki/Iptables/Iptables_and_stateful_firewalls#State_basics It has a basic firewall using iptables. Not bad for a generic firewall on a openrc workstation. What is the best way to auto lauch this sort of firewall.sh ? Any improvemen