Hi, I want to make my Pi to a WiFi to ethernet adapter. I created a subnet on eth0 (192.168.2.1). With iptables I managed to get internet from wlan0 (192.168.178.127) on my device (192.168.2.12). Now I would like to access port 80 throug 192.168.178.127:8080, but I don't get it running. :x Here is m...