Date: Sun, 30 Apr 2000 17:09:58 -0300 From: prst@obelix.rede-rs.com.br To: freebsd-questions@freebsd.org Subject: redirect_address Message-ID: <3.0.6.32.20000430170958.007a14f0@mail.rede-rs.com.br>
next in thread | raw e-mail | index | archive | help
I have the following network: +------+ +------+ | |10.0.0.100 10.0.0.99 | |200.200.200.99 | SRV |------------------------| FW |----------------| Internet +------+ +------+ 1. The host SRV is running WWW, SMTP, DNS and FTP servers and need to be viewed by Internet how 200.200.200.100 2. The host FW is running NAT: fxp0=200.200.200.99 fxp1=10.0.0.99 # natd -n fxp0 -redirect_address 10.0.0.100 200.200.200.100 # ipfw l 00000 divert 8668 ip from any to any via fxp0 00100 allow ip from any to any via lo0 00200 deny ip from any to 127.0.0.0/8 65000 allow ip from any to any ... but this no work: the Internet do not encounter the host SRV by address 200.200.200.100! Can you help me? Thank you in advance. Paulo 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?3.0.6.32.20000430170958.007a14f0>