Hoe kan je port forwarding doen met linux. Ik heb al van alles geprobeerd, maar het werkt nog steeds niet.
echo 1 > /proc/sys/net/ipv4/ip_forward
ipchains -A forward -j MASQ -s 192.168.1.0/24
zie anders ook Non-Windows forum en wees wat specifieker in je vraag wat je al gedaan heb.
ipchains -A forward -j MASQ -s 192.168.1.0/24
zie anders ook Non-Windows forum en wees wat specifieker in je vraag wat je al gedaan heb.
The problem is in the part of your brain that handles intelligence.
Ik wil port 2346 forwarden naar een andere pc in mijn netwerk. Ik heb het al geprobeerd met Gfcc maar dat lukte niet
/usr/sbin/ipmasqadm portfw -a -P tcp -L [extern ip] [extern poortnummer] -R [intern ip] [intern poortnummer]
bv:
/usr/sbin/ipmasqadm portfw -a -P tcp -L 212.134.123.123 22555 -R 192.168.1.10 22555
bv:
/usr/sbin/ipmasqadm portfw -a -P tcp -L 212.134.123.123 22555 -R 192.168.1.10 22555