Ipchains: output from ipchain --list
Sean
picasso@madflower.com
Sat, 23 Dec 2000 11:19:42 -0500 (EST)
I don't think that is right..
it should say something like:
Chain input (policy ACCEPT):
Chain forward (policy ACCEPT):
target prot opt source destination ports
MASQ all ------ 192.168.1.2 anywhere n/a
Chain output (policy ACCEPT):
---
IPChains just allows network traffic to pass from your internal network to
your external network, you don't need them IF you don't want to access the
internet from your win98 machine, but I think you want this to happen.
try running this from the command line once you get the cabling worked
out:
/sbin/ipchains -A forward -i eth1 -j MASQ
/sbin/ipchains -A forward -j MASQ -s 192.168.1.2/32 -d 0.0.0.0/0
On Sat, 23 Dec 2000, Don Chorman wrote:
> Here is the output when I ran the ipchain --list. I did not set up
> ipchain rules yet.
>
> [root@c1129978-a /root]# ipchains --list
> Chain input (policy ACCEPT):
> Chain forward (policy ACCEPT):
> Chain output (policy ACCEPT):
>
>
> hope this looks normal.
>
> Don
> _______________________________________________
> linux-user mailing list
> linux-user@egr.msu.edu
> http://www.egr.msu.edu/mailman/listinfo/linux-user
>