система:
Код: Выделить всё
#uname -v
FreeBSD 7.2-RELEASE #0Код: Выделить всё
#named -v
BIND 9.4.3-P2em1 - внешний
xxx.xxx.xxx.xxx - внешний ip
Код: Выделить всё
net.inet.ip.fw.one_pass: 0Код: Выделить всё
ipfw add 100 allow all from any to any via lo0
ipfw add 200 allow all from any to any via em0
ipfw nat 123 config log ip xxx.xxx.xxx.xxx
ipfw add 300 nat 123 ip4 from any to any via em1
ipfw add allow all from any to anyКод: Выделить всё
# nslookup google.com.ua
;; connection timed out; no servers could be reachedКод: Выделить всё
ipfw add 100 allow all from any to any via lo0
ipfw add 200 allow all from any to any via em0
ipfw add 250 allow udp from me to any 53
ipfw add 255 allow udp from any 53 to me
ipfw nat 123 config log ip xxx.xxx.xxx.xxx
ipfw add 300 nat 123 ip4 from any to any via em1
ipfw add allow all from any to anyКод: Выделить всё
# nslookup google.com.ua
Server: 127.0.0.1
Address: 127.0.0.1#53
Non-authoritative answer:
Name: google.com.ua
Address: 72.14.221.104
Name: google.com.ua
Address: 74.125.77.104
Name: google.com.ua
Address: 216.239.59.104Есть идеи почему так происходит?
