[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: 2 ethernet interfaces



I don;t think the ip should be an issue(technically)...IMHO tcp/ip stack
would work for any network ip series...(though the people on this network
will face problems trying to connect to the server on the intranet with the
192.0.4 series of ips)
again IMHO he has to set the ipforwarding on *after* he is able to ping both
the sides of the network ...and then finally ipmasq...


----- Original Message -----
From: Ambar Roy <ambarroy@xxxxxxxxx>
To: <linux-delhi@xxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, March 22, 2001 4:53 PM
Subject: Re: [linux-delhi] 2 ethernet interfaces


> >  eth0 is connected to ur internal network
> > and eth1 to the isp directly or thourough the router(R1)
> > On the command prompt give this:
> > a) route add -net 192.0.4.0 netmask 255.255.255.0 eth0
> > b)route add -net <dest network of ur isp or the router(R1) internal
> > interface>  netmask 255.255.255.255 eth1
> > This tells the router which interfece(eth0/eth1) is the packet to go to.
> > Now we add the default route.
> > c)route add -net 0.0.0.0 netmask 0.0.0.0 gw <ip add for ur isp's gateway
> if
> > it is connected directly(thru a modem) or the ip of the internal
interface
> > of the router R1>
> >
> >
> > Hope this helps
> this shudn't work because u r using a private ip in the internal network.
> (but 192.0 is not a private ip if i remember correctly.) i guess u will
also
> hav to add ip masq thru ipchains..
>
> Bye,
>     /\ |\/| |3 /\ r
>
>
> ------------------------------------------------
> An alpha version of a web based tool to manage
> your subscription with this mailing list is at
> http://lists.linux-india.org/cgi-bin/mj_wwwusr
>