Thread: DNS Packets to custom port
i'm looking redirect dns udp packets on port 53 local port application listening. targeting packets dns servers, in response dns queries made host or other hosts on network. main goal have full dns packet question , answer section, can parse test application.
have been working command below, gets me packets question section only, answers, authority e.t.c sections empty.
here command have been using:
how packets described above, please advice how can adjust above command or propose new one.code:sudo iptables -t nat -a output -p udp --dport domain -j redirect --to-destination 127.0.0.1:9872
help.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] DNS Packets to custom port
Ubuntu
Comments
Post a Comment