Go to advanced search

by Andre512
Wed Aug 24, 2016 9:39 am
Forum: Troubleshooting
Topic: WiFi to Ethernet Port Forwording
Replies: 2
Views: 533

Re: WiFi to Ethernet Port Forwording

Thanks, now it runs. With this configuration in /etc/network/iptables it works: # Generated by iptables-save v1.4.21 on Wed Aug 24 11:05:05 2016 *filter :INPUT ACCEPT [18:1496] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [14:778] -A FORWARD -d 192.168.2.12/32 -p tcp -m tcp --dport 80 -j ACCEPT -A FORWARD -...
by Andre512
Mon Aug 22, 2016 9:02 pm
Forum: Troubleshooting
Topic: WiFi to Ethernet Port Forwording
Replies: 2
Views: 533

WiFi to Ethernet Port Forwording

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...

Go to advanced search