Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Thank you very much, I will test this solution tonight and let you know how things go. Commented May 3, 2019 at 6:04
  • Okay, so I have just tried this out and it doesn't appear to work unfortunately. Running sudo iptables -S shows the rules created by wifi-to-eth-route.sh but not the command that you suggested. Also, when running nmap on 192.168.1.101 it shows that the port is not open and I am unable to connect to the server. Any ideas? Commented May 3, 2019 at 15:35
  • 1
    To show the rules in the nat table, use iptables -t nat -S. Run tcpdump -n -i any port 19132 to see the network traffic. Commented May 3, 2019 at 16:48