So the plan was simple, I just had to change the port in the sshd config file remotely, but I can't connect to my box as the port is blocked by the proxy.
Then kalgecin (oh hai) created an account for me on his own box, I successfully
...
But, I can log in the freebox administration panel to see which ports were already opened, and for which IP, then I'll only have to change the IP of my pc to match a certain port.
I went to lunch.
When I was back, everything was clear and I knew what I had to do.
So I installed elinks and logged in the admin panel and finally got this :
And decided to take the port 8080, so changing the IP to 192.168.0.33 :
So, I opened the interfaces file with nano :
nano /etc/networking/interfaces
auto eth0And then : /etc/init.d/networking restart
iface eth0 inet static
address 192.168.0.33
After this I was disconnected, that's normal, the IP changed, I just had to open a new connection on the new port 8080, and then remember that I forgot to change the port of sshd.
No comments:
Post a Comment