9/29/2020 5:00 PM | |
Joined: 6/26/2019 Last visit: 9/18/2023 Posts: 22 Rating:
|
Hello, in IOT2040, with iptables, this works: iptables -t nat -A PREROUTING -p tcp --dport "port" -i eth0 -j DNAT --to-destination "ip eth1":"port" iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE In IOT2050 there isn't iptables. I tried to install iptables, nftables, fwd and firewalld. Try what i try doesn't work. Somebody knows how to make a port forwarding between eth0 and eth1 with IOT2050? "nftables is the default and recommended firewalling framework in Debian, and it replaces the old iptables(and related) tools" https://wiki.debian.org/nftables |
9/30/2020 8:30 AM | |
Joined: 4/28/2015 Last visit: 9/21/2023 Posts: 3256 Rating:
|
Hi, what is the error trying to install these packages? Best regards! |
10/7/2020 8:34 PM | |
Joined: 6/26/2019 Last visit: 9/18/2023 Posts: 22 Rating:
|
Hello, Attached pdf file with screenshots of errors in: iptables nftables firewall-cmd ufw Additionally I attach another pdf with the goal I want to achieve.
Attachmenterror iptables nftables ufw firewalld and goal.zip (284 Downloads) |
10/8/2020 8:22 AM | |
Joined: 4/28/2015 Last visit: 9/21/2023 Posts: 3256 Rating:
|
Hi, thanks for this detailed description, now I see the problem. With the image you can download (V1.0.2) we have some problems with iptables in the kernel-config. See here. The linked fix is checked in to the github sources of the image. Best regards! |
Follow us on