hello
something strange is happening
for some reasons i type the following 3 iptables rules
iptables -I PREROUTING -t nat -p udp -s 192.168.178.66 --dport 53 -j DNAT --to-destination 208.122.23.23
iptables -I PREROUTING -t nat -p udp -s 192.168.178.71 --dport 53 -j DNAT --to-destination 208.122.23.22
iptables -I PREROUTING -t nat -p udp -s 192.168.178.72 --dport 53 -j DNAT --to-destination 208.122.23.22
(i do it with ssh)
which work fine
when i reboot the router this rule
iptables -I PREROUTING -t nat -p udp -s 192.168.178.66 --dport 53 -j DNAT --to-destination 208.122.23.22
is lost for some reason...
can anybody help?
thanks
something strange is happening
for some reasons i type the following 3 iptables rules
iptables -I PREROUTING -t nat -p udp -s 192.168.178.66 --dport 53 -j DNAT --to-destination 208.122.23.23
iptables -I PREROUTING -t nat -p udp -s 192.168.178.71 --dport 53 -j DNAT --to-destination 208.122.23.22
iptables -I PREROUTING -t nat -p udp -s 192.168.178.72 --dport 53 -j DNAT --to-destination 208.122.23.22
(i do it with ssh)
which work fine
when i reboot the router this rule
iptables -I PREROUTING -t nat -p udp -s 192.168.178.66 --dport 53 -j DNAT --to-destination 208.122.23.22
is lost for some reason...
can anybody help?
thanks