Hi,
I'm using FreeBSD 4.3, I recently install NATD and apache 1.3.19 . I
configure a intranet for my personal LAN and also a public web page.
How do I configure NATD to tell him, the apache query , is coming from
the outside of my LAN and show the public web page, not my intranet ?
presently, the apache service doesn't saw the difference, cause all the
query since to came from my LAN.
There's natd.conf :
redirect_port tcp 10.0.0.1:20 20
redirect_port tcp 10.0.0.1:21 21
redirect_port tcp 10.0.0.1:22 1022
redirect_port tcp 10.0.0.1:80 80
redirect_port tcp 10.0.0.1:113 113
redirect_port udp 10.0.0.1:113 113
redirect_port tcp 10.0.0.1:443 443
unregistered_only yes
log yes