[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Is it possible to add a head to Qube3?



On Saturday 16 November 2002 18:39, Larry Breyer wrote:
>
> Really?  I didn't expect such a quick response, or an offer to assist.
> I have been building up functionality on a gradual basis.  I have sendmail
> and the Apache httpd running.  My next step was to bring up the
> secondary network interface.  I can't do that without cutting off my LAN
> from the Internet unless I get NAT to work.  Nothing I have tried seems
> to get IP Masquerading to work.
>
> At this point, all I want is IP Masquerading.  Here is my LAN setup:
>
>     eth0:  192.168.0.1/24
>     eth1:  66.27.51.34/30
>
> Can you tell me the exact rules to give ipchains?
> Will they take effect immediately, without reboot?
>
something like;
echo 1 > /proc/sys/net/ipv4/ip_forward
ipchains -A forward -i eth0 -s eth1 -j MASQ

get pmfirewall,
use the install script and tell it you want to do masquerading...
or try this one:
http://www.linux-firewall-tools.com/linux/firewall/index.html

Gerald
-- 
http://frontstreetnetworks.com         http://raqware.com
Front Street Networks LLC   |  Phone: 203-785-0699
229 Front Street, Ste C, New Haven, CT 06513-3203