Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 1999 07:24:07 -0500 (EST)
From:      Thomas David Rivers <rivers@dignus.com>
To:        freebsd-questions@FreeBSD.ORG, rivers@dignus.com, wai@aloha.net
Subject:   Re: FreeBSD to FreeBSD connection
Message-ID:  <199902081224.HAA05269@lakes.dignus.com>
In-Reply-To: <36BEAAF7.6076F57E@aloha.net>

next in thread | previous in thread | raw e-mail | index | archive | help

> Thank you very much!  It works now.  However, I one more questions.
> 
> The diagram below is extented from the previous diagram.
>    |------------|  xl0  |------------|        xl0      |-------|
> ~--| FreeBSD #1 |-------| FreeBSD #2 |-----------------| Win9x |
>    |------------|       |------------|                 |-------|
>     IP aliasing          192.168.1.2                    192.168.1.3
>     gateway enabled      route add default 192.168.1.1
>     192.168.1.1          gateway enabled
> 
> Do I need IP aliasing on FreeBSD #2 to let Win9x box to access the
> Internet from FreeBSD #2?  If "yes," how do you set up the IP aliasing
> on FreeBSD #2 becasue it is not using ppp.

 I don't think you'd need any aliasing on FreeBSD #2 - just 
tell the Win9x box that the gateway is 192.168.1.1 (there all on
the same physical subnet - right?)

	 - Dave Rivers -

> 
> best wishes,
> Wai Chan
> wai@aloha.net
> 
> Thomas David Rivers wrote:
> > 
> > >
> > > I have the following network configuration:
> > >
> > > |------|  dial-up  |------------|  xl0  |------------|
> > > | ISP  |--~~~~~~~--| FreeBSD #1 |-------| FreeBSD #2 |
> > > |------|           |------------|       |------------|
> > >                     IP aliasing          192.168.1.2
> > >                     gateway enabled
> > >                     192.168.1.1
> > >
> > > How do you setup the FreeBSD #2 to access the Internet via FreeBSD #1?
> > 
> >  If you have ipfw and natd set up (as your picture indicates), then
> > all you need to do is set the default router on FreeBSD #2.
> > 
> >  On FreeBSD #2, issue the command:
> >    route add default 192.168.1.1
> > 
> > or, set up 192.168.1.1 as the "gateway" machine in the /etc/rc.conf file
> > on FreeBSD #2.
> > 
> >         - Dave Rivers -
> > 
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902081224.HAA05269>