Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
ipchains to iptables translatiojn
Name: tk808 Date: May 4, 2004 at 10:51:18 Pacific OS: RH7.3 CPU/Ram: P3, 64Mb
Comment:
Hi How would I translate the following ipchains syntax into iptables:
ipchains -A forward -s 192.168.1.0/24 -d 0/0 -j MASQ
Summary: What's the difference between IPchains and IPtables? Anywho, what i want to do is block certain IPs. Lets say i wanted to block 65.49.156.54, how do i do that? Thanks! ...
Summary: yes, U can save the manually. If ur using kernel version 2.2 then it is ipchains. there is a command #/sbin/ipchains-save > /tmp/ipchains.rules. then append the rule to the /etc/sysconfig/ipchains fi...
Summary: I need to change the following lines from ipchains into iptables: ipchains -P forward DENY ipchains -A forward -s 192.168.0.0/255.255.255.0 -j MASQ I am used to ipchains but I need to change it becaus...