https://allegro.pl/oferta/smartflow-regulator-ciagu-kominowego-stabilizator-filtr-komina-fi-200-16826873170 https://bok.pwikwrzesnia.pl/apex/f?p=102:101::LOGOUT:::: https://calendar.google.com/calendar/ical/5cceaedf21c8aa23d2a15a344ff42caa06dc84530ed22b85905c483a7c8108f9%40group.calendar.google.com/private-d2072ca13c568855770d3a9c7a393ae3/basic.ics https://openwrt.org/docs/guide-user/firewall/fw3_configurations/intercept_dns uci add_list dhcp.lan.dhcp_option="3,192.168.200.3" uci add_list dhcp.lan.dhcp_option="6,192.168.200.4,192.168.200.5" uci commit dhcp /etc/init.d/dnsmasq restart Inny DNS lub gateway dla klientów dhcp # uci add_list dhcp.lan.dhcp_option="3,192.168.200.3" # uci add_list dhcp.lan.dhcp_option="6,8.8.8.8,8.8.4.4" # uci commit dhcp # /etc/init.d/dnsmasq restart Opcja 3 to adres ip gateway podawany dla klientów przy pobraniu adresu DHCP. Opcja 6 - inne dnsy. Osobny DNS dla adresu MAC. https://eko.one.pl/forum/viewtopic.php?id=20756 Te reguły wskakują wyłącznie z /etc/firewall.user W preroutingu nie mam żadnej tego typu, dokładam do ww. pliku dwie reguły: iptables -t nat -I PREROUTING -s 192.168.2.0/24 -p tcp --dport 53 -m mac ! --mac-source xx -j DNAT --to 192.168.2.1 iptables -t nat -I PREROUTING -s 192.168.2.0/24 -p udp --dport 53 -m mac ! --mac-source xx -j DNAT --to 192.168.2.1 iptables -L -n -t nat