Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
One actually:
sudo iptables -t nat -A PREROUTING -p tcp -i eth0 --dport 80 -j DNAT --to-destination 10.0.0.10:10010
That redirects connections incoming on eth0 port 80 to 10.0.0.10 port 10010 -
@YouAreAPIRate so I type this from my Raspberry, adapting the ip address, I reboot it and.. that's it?
-
@Drillan767 no, no reboot. Iptable-configuration lasts as long as the system runs. The command will take effect immediately
-
@YouAreAPIRate It worked I found a "permanent" solution that implies fucking around with my router :')
-
@millido yeah since I'm a huge fucking noob I didn't know all that 😂 I managed to port forward my Raspberry Pi from the router, got it work but didn't have to be on the same network to verify it worked, I had to join the RPI community and ask them to know that 😂
How the fuck do you do port forwarding on your Rasberry Pi without having to hack the NASA or subscribe to some obscure websites??? God fucking damn useless websites that can't agree on a fucking point
rant