Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 2003 13:06:04 +0200
From:      Antoine Jacoutot <ajacoutot@lphp.org>
To:        freebsd-questions@freebsd.org
Subject:   2 internet connections
Message-ID:  <3F66EE9C.4010903@lphp.org>

next in thread | raw e-mail | index | archive | help
Hi !

I wanted to know if the following setup could work under FreeBSD, and if 
so, where should I start to look for information.
Basically, I would like my FreeBSD box to be a router for 2 networks and 
2 internet connections... nothing fancy yet (no failover nor load 
balancing) something like that:

net 1 --> internet = NAT with internet connection 1
net 2 --> internet = NAT with internet connection 2
net 1 <--> net 2 = simple routing

Is it doable ?
I'm also concerned about the default gateway here... what should it be ?

Someone told me to try a setup like this:

ipfw add divert 8668 ip from <net1> to any not <net2> via tun0 out
ipfw add divert 8669 ip from <net2> to any net <net1> via tun1 out
ipfw add divert 8668 ip from any not <net2> to any me tun0 in
ipfw add divert 8669 ip from any not <net1> to any me tun0 in
natd -p 8868 -n tun0
natd -p 8869 -n tun1

Thanks a lot for any info you can provide regarding this question.

Regards,

Antoine



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