Re: Default Gateway problem.

2000-07-19 Thread Elias Athanasopoulos
On Wed, Jul 19, 2000 at 02:38:14PM -0700, Doug White wrote: > > > [A] $ ifconfig add default 192.168.1.1 > > > > Try 'route' instead of 'ifconfig' and you might have better luck. Oops! Sorry, it was a typo. :-( The command I used is 'route'. I have no problem with my routing table (which I can

Re: Default Gateway problem.

2000-07-19 Thread Doug White
On Thu, 20 Jul 2000, Elias Athanasopoulos wrote: > > Hi, > > I have the following network: > > A (FreeBSD-CURRENT) - ethernet - B (Linux) - ppp - Internet > 192.168.1.2 192.168.1.1 > > I have enabled IP Masq. in 'B' and set it as the default gateway > for A, issuing the com

Default Gateway problem.

2000-07-19 Thread Elias Athanasopoulos
Hi, I have the following network: A (FreeBSD-CURRENT) - ethernet - B (Linux) - ppp - Internet 192.168.1.2 192.168.1.1 I have enabled IP Masq. in 'B' and set it as the default gateway for A, issuing the command below: [A] $ ifconfig add default 192.168.1.1 When the Intern