[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Is it possible to add a head to Qube3?
- Subject: Re: [cobalt-developers] Is it possible to add a head to Qube3?
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat Nov 16 16:53:00 2002
- Organization: Front Street Networks LLC
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
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