Difference between pages "File Extension" and "Cisco LinkSys WAG160N"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
 
imported>ThorstenStaerk
(Created page with "This router listens to IP 192.168.0.1 by default. To manage it, connect it to your network and assign a virtual IP address to your computer: # ifconfig eth_s0_0:2 192.168.0....")
 
Line 1: Line 1:
#REDIRECT [[File extensions and how you open the files]]
+
This router listens to IP 192.168.0.1 by default. To manage it, connect it to your [[network]] and assign a virtual IP address to your computer:
 +
# ifconfig eth_s0_0:2 192.168.0.187
 +
test the connection:
 +
# ping 192.168.0.1
 +
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
 +
64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=1.79 ms
 +
Now you can surf to it: http://192.168.0.1

Latest revision as of 08:23, 2 November 2012

This router listens to IP 192.168.0.1 by default. To manage it, connect it to your network and assign a virtual IP address to your computer:

# ifconfig eth_s0_0:2 192.168.0.187

test the connection:

# ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=1.79 ms

Now you can surf to it: http://192.168.0.1