Clan x86

Member Forums => iago's forum => Topic started by: iago on February 07, 2005, 12:52:50 pm

Title: Sweet wireless :)
Post by: iago on February 07, 2005, 12:52:50 pm
"Tank" is my laptop at school, and "Slayer" is my laptop at home.  "Tank" is on a wireless connection at school:

Quote
iago@tank:~$ ssh -p 5001 iago@www.javaop.com
iago@www.javaop.com's password:
iago@Slayer:~$ ssh iago@130.179.252.152
iago@130.179.252.152's password:
iago@tank:~$

I actually get an external (internet) ip on "Tank", and can connect to it remotely.  That's handy!
Title: Re: Sweet wireless :)
Post by: MyndFyre on February 08, 2005, 08:57:14 pm
Only a Linux user would want to connect to his local machine through a remote connection over a remote connection.  You're a sicko!
Title: Re: Sweet wireless :)
Post by: iago on February 08, 2005, 09:19:39 pm
I just thought it was cool that I got a real external ip at school
Title: Re: Sweet wireless :)
Post by: Ergot on February 10, 2005, 08:28:43 pm
jimmy@Pwnage:~$ ssh 127.0.0.1
jimmy@127.0.0.1's password:
Last login: Thu Feb 10 17:29:20 2005 from localhost
Linux 2.6.7.

jimmy@Pwnage:~$ ssh localhost
jimmy@localhost's password:
Last login: Thu Feb 10 17:29:43 2005 from localhost
Linux 2.6.7.

jimmy@Pwnage:~$ ssh 192.168.0.8
jimmy@192.168.0.8's password:
Last login: Thu Feb 10 17:29:51 2005 from localhost
Linux 2.6.7.

jimmy@Pwnage:~$ exit
logout
Connection to 192.168.0.8 closed.
jimmy@Pwnage:~$ exit
logout
Connection to localhost closed.
jimmy@Pwnage:~$ exit
logout
Connection to 127.0.0.1 closed.
jimmy@Pwnage:~$


gg i win :/