Page 1 of 1

req: iptables binary

PostPosted: Thu May 17, 2012 7:48 am
by firwareslut
If you have some time to compile iptables for me I would like to test it. There's no rush though.

Re: req: iptables binary

PostPosted: Thu May 17, 2012 9:31 am
by fvdw
I have it already compiled a while ago but it is more then only one binary. I will make a tar archive for you that will make installation easy


Code: Select all
root@fvdwsl-nwsp2:/ # iptables -V
iptables v1.4.12.2
root@fvdwsl-nwsp2:/ #

root@fvdwsl-nwsp2:/ # iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
root@fvdwsl-nwsp2:/ #

root@fvdwsl-nwsp2:/ # iptables -A INPUT -p TCP --dport 1723 -j ACCEPT
root@fvdwsl-nwsp2:/ # iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:1723

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
root@fvdwsl-nwsp2:/ #

Re: req: iptables binary

PostPosted: Sat May 19, 2012 9:15 pm
by fvdw
check your pm box