O to co mam jak do tej pory:
Fragment schematu sieci:

/etc/bind/example.com

iptables na routerze
Próbowałem jakiś PREROUTING zrobić, ale bez skutku#Udostepnianie neta
iptables -t nat -A POSTROUTING -o eth4 -s 192.168.0.0/24 -j SNAT --to 88.220.77.195
iptables -t nat -A POSTROUTING -o eth4 -s 192.168.3.0/24 -j SNAT --to 88.220.77.196
#Dostep DNS
iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -d 192.168.3.2 -p udp --dport 53 -j SNAT --to 192.168.3.1
