On Mon, Apr 26, 2004 at 04:17:49PM +0200, David Suna wrote: > Yes, the problem seems to be with the IPTABLES. I used the RedHat tool > for setting up the IPTABLES but that didn't seem to work. > > I found the instructions below to clear out and set up a simple table for > maquerading. > iptables -F > iptables -t nat -F > iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -j MASQUERADE > > Now I need to figure out how to add to this to include disabling any > outside connections (while still allowing the machines on the LAN to use > the services of the Linux box, i.e. telnet, http etc.). > > Also, I need to figure out how to save this so that the >
As a last resort you might try the NAT-HOWTO.html and the packet-filtering-HOWTO.html. It is included here at /usr/share/doc/iptables/html. -- "If you have an apple and I have an apple and we exchange apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange these ideas, then each of us will have two ideas." -- George Bernard Shaw (sent by shaulk @ actcom . net . il) ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
