Difference between pages "Configure your multimedia keys" and "Cisco LinkSys WAG160N"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
(Created page with "Start xev. Move your mouse pointer to the rectangle in it. Type a key. You get an output like this: <pre> KeyPress event, serial 34, synthetic NO, window 0x2c00001, root 0x1...")
 
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:
Start xev. Move your mouse pointer to the rectangle in it. Type a key. You get an output like this:
+
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
<pre>
+
test the connection:
KeyPress event, serial 34, synthetic NO, window 0x2c00001,
+
# ping 192.168.0.1
    root 0x15d, subw 0x2c00002, time 229472, (55,47), root:(1315,731),
+
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
    state 0x0, keycode 121 (keysym 0x1008ff12, XF86AudioMute), same_screen YES,
+
64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=1.79 ms
    XLookupString gives 0 bytes:  
+
Now you can surf to it: http://192.168.0.1
    XmbLookupString gives 0 bytes:
 
    XFilterEvent returns: False
 
 
 
KeyRelease event, serial 34, synthetic NO, window 0x2c00001,
 
    root 0x15d, subw 0x2c00002, time 229558, (55,47), root:(1315,731),
 
    state 0x0, keycode 121 (keysym 0x1008ff12, XF86AudioMute), same_screen YES,
 
    XLookupString gives 0 bytes:  
 
    XFilterEvent returns: False
 
</pre>
 
 
 
[[todo]]
 

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