Re: Seting a Gateway

2000-05-09 Thread Sanjeev \"Ghane\" Gupta
Helber, Your setup seems correct. Just two things to do. 1On the Intranet, set up all machines' TCP/IP to use 172.16.0.10 as a "gateway". For win9x machines, use the "Network_Neighbourhood->Properties->TCP->Gateway". For Unix machines, add a route, or edit /etc/defaultroute, or whatever.

Re: Seting a Gateway

2000-05-09 Thread Chris Wagner
It looks like all you want is just a Linux router. A gateway joins two or more disimilar networks, I believe. Like ethernet<->token ring or ATM<->FDDI. Check out the following packages : zebra ipchains There are other ones that I can't think of right now. :) I'm pretty sure there is a linux r

RE: Seting a Gateway

2000-05-09 Thread Marcin Pacyna
I think what you need is to set up IP masq since 172.16.*.* IPs are non-routable and will be dropped by the first router (at your ISP) that they reach. Here's an excellent IP masquerading resource page: http://members.home.net/ipmasq/ Regards, Marcin Pacyna -Original Message- From: He