Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2002 10:15:39 -0300
From:      Diego Linke - GAMK <linke@calnet.com.br>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Advanced routing
Message-ID:  <20020404101539.10b8f019.linke@calnet.com.br>

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

My objective is, the machine 192.168.0.11 out via ADSL, and other machines (192.168.0.X) out via link.

My interfaces address:
xl0 - 200.200.200.5  (Link Router 200.200.200.1)
xl1 - 192.168.0.1
xl2 - 192.168.200.8  (ADSL Router 192.168.200.254)

Default gateway is 200.200.200.1 (link)

ipnat.conf:
map xl2 192.168.0.11/32 -> 192.168.200.8/32
map xl0 192.168.0.0/24 -> 200.200.200.5/32

ipf.conf:
pass out quick on xl0 to xl2:192.168.200.254 from 192.168.0.11/32 to any

The problem is the machine 192.168.0.11 the conection Time out... (not conection to internet via ADSL).

Do you have any idea ?

Thanks :-)

--
Atenciosamente,
--
[ Diego Linke - GAMK ]
System/Network Administrator
Curitiba - Parana - Brazil
E-Mail: gamk@gamk.com.br
Web Site: http://www.gamk.com.br
Phone Number: (+5541) 9967-3464
 



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?20020404101539.10b8f019.linke>