Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Oct 2004 03:28:23 -0400
From:      "Haulmark, Chris" <chris@sigd.net>
To:        "Joseph Begumisa" <begj@trueafrican.com>, <freebsd-questions@freebsd.org>
Subject:   RE: Issues with 2 instances of NATD
Message-ID:  <6FC9F9894A9F8C49A722CF9F2132FC2201F73FEE@ms05.mailstreet2003.net>

next in thread | raw e-mail | index | archive | help
=20

> -----Original Message-----
> From: owner-freebsd-questions@freebsd.org=20
> [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of=20
> Joseph Begumisa
> Sent: Monday, October 04, 2004 2:26 AM
> To: freebsd-questions@freebsd.org
> Subject: Issues with 2 instances of NATD
>=20
>=20
> I want traffic from one machine on the LAN with ip address=20
> 169.254.0.18 to=20
> go out through ISP2 and traffic from the rest of the machines=20
> on the LAN=20
> o go through ISP1.  However, traffic from all machines=20
> including that one=20
> goes through ISP1.  Perhaps I'm missing something. Below is=20
> my setup and=20
> configuration details:

This is because of your default route which is assigning all the packets
to go through the ISP1.


>=20
>  		   ISP1     ISP2
>  		    |	     |
>  		    |        |
> 212.XX.XX.117	vr0 |        |vr1 193.1XX.XXX.162
>  		------------------
>  	        |  BSD GATEWAY   |
>  		------------------
>  			| fxp0 169.254.0.1
>  			|
>  		-------- --------
>  		|   |   |   |   |  LAN 169.254.0.0/24
>=20
> *default route on BSD Gateway is thru ISP1.
>=20
> NATD Processes Running:
> ----------------------
>=20
> /sbin/natd -f /etc/natd.cf -n vr0
> /sbin/natd -f /etc/natd2.cf -n vr1
>=20
> natd.cf:
> -------
> log             yes
> deny_incoming   no
> use_sockets     yes
> same_ports      yes
> verbose         no
> port            8668
> interface       fxp0
> unregistered_only     no
>=20
>=20
> natd2.cf:
> --------
> log             yes
> deny_incoming   no
> use_sockets     yes
> same_ports      yes
> verbose         no
> port            8669
> interface       fxp0
> unregistered_only     no
>=20
> natd configuration in firewall:
> ------------------------------
> /sbin/ipfw add 43 divert 8669 all from 169.254.0.18 to any via vr1
> /sbin/ipfw add 46 divert 8668 all from any to any via vr0
>=20
>=20
> Joseph.
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to=20
> "freebsd-questions-unsubscribe@freebsd.org"
>=20
>=20

--
Chris Haulmark
System Admin. Freelancer
"In market for IT corrections for a salary."



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