You can access internet via linux server by below step
Make sure your SSH have following settings
tcp ip forward and tunneling is granted also
rahul-Inspiron-3542 ~ # cat /proc/sys/net/ipv4/ip_forward
1
Once it is done you can access the server from your machine terminal
rahul-Inspiron-3542 ~ # ssh -D 1080 root@ip
Also make sure 1080 is allowed in firewall
Navigate to firefox>preference>network>settings
manual proxy sockshost localhost and port 1080
now checks whatsmyip :)
Make sure your SSH have following settings
tcp ip forward and tunneling is granted also
rahul-Inspiron-3542 ~ # cat /proc/sys/net/ipv4/ip_forward
1
Once it is done you can access the server from your machine terminal
rahul-Inspiron-3542 ~ # ssh -D 1080 root@ip
Also make sure 1080 is allowed in firewall
Navigate to firefox>preference>network>settings
manual proxy sockshost localhost and port 1080
now checks whatsmyip :)
Comments
Post a Comment