Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Nov 1997 15:47:16 +0700 (JAVT)
From:      V Gatut Harijoso <gatut@student.unpar.ac.id>
To:        Antal Rutz <rutz@dab.iit.uni-miskolc.hu>
Cc:        FreeBSD Questions <questions@FreeBSD.ORG>, freebsd-isp@FreeBSD.ORG
Subject:   Re: Gateway question
Message-ID:  <Pine.BSF.3.95q.971110154304.3906C-100000@student.unpar.ac.id>
In-Reply-To: <Pine.BSF.3.91.971110030911.477A-100000@dab.iit.uni-miskolc.hu>

next in thread | previous in thread | raw e-mail | index | archive | help
Using gated or routed maybe solve the problem. Simple way is
a. at default router
	route add -net <net-of-box1-box2> <193.6.9.box1-address>
   or
	route add <box2-address> <193.6.9.box1-address>
b. at box2
	route add -net default <box2.address>

I think that is newbie-isp question.. ;-)

On Mon, 10 Nov 1997, Antal Rutz wrote:

> Hi!
> 
> I want to build a little network that way:
> 
>          Ethernet:193.6.9.0/255.255.255.0
>        <------------------------------------->
>            |                 |
>         ---------          -------
> 	|default|          |FBSD |  'box1'
>         |router |          |Box  |
> 	---------          -------
> 	                     |
> 			     | IP through lp0
> 			     |
> 			   -------  
>                            |FBSD |  'box2'
>                            |Box  |
> 	                   -------
> How do I configure 'box1' to be able to act as a router between
> the ethernet and 'box2'.
> Addresses: both (box1|box2) 193.6.9.0/255.255.255.0 . 
> I enabled ipforwarding but it didn't seem to work.
> Thanks for your help.
> 
> 
> --rutz
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.971110154304.3906C-100000>