req: iptables binary

req: iptables binary

Postby firwareslut » Thu May 17, 2012 7:48 am

If you have some time to compile iptables for me I would like to test it. There's no rush though.
firwareslut
Donator VIP
Donator VIP
 
Posts: 202
Joined: Thu Oct 06, 2011 11:53 am

Re: req: iptables binary

Postby fvdw » Thu May 17, 2012 9:31 am

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:/ #
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: req: iptables binary

Postby fvdw » Sat May 19, 2012 9:15 pm

check your pm box
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands


Return to Development

Who is online

Users browsing this forum: No registered users and 10 guests