Änderungen

Zur Navigation springen Zur Suche springen
446 Bytes hinzugefügt ,  18:08, 11. Apr. 2021
K
Bot: {{Vorlage:LinksReparieren}} hinzugefügt
Zeile 1: Zeile 1: −
[[Category:Howto]]
+
{{Vorlage:LinksReparieren}}
 +
{{Vorlage:Löschen}}
    
<h2>Howto install the OpenWRT-Firmware on a Linksys WRT54g</h2>
 
<h2>Howto install the OpenWRT-Firmware on a Linksys WRT54g</h2>
Zeile 19: Zeile 20:  
OpenWRT by default installs telnet on the Linksys. To access it you need a telnet client, which is installed on most Operating Systems by default. Connect your computer to one of the LAN-Ports on the back of the Linksys. To open a telnet-connection:
 
OpenWRT by default installs telnet on the Linksys. To access it you need a telnet client, which is installed on most Operating Systems by default. Connect your computer to one of the LAN-Ports on the back of the Linksys. To open a telnet-connection:
   −
*on Windows: -->Startmenu-->Ausführen--> telnet 192.168.1.1
+
*on Windows: -->Startmenu-->Ausf�?¼hren--> telnet 192.168.1.1
*on MacOSX: ??
+
*on MacOSX: Programme -> Dienstprogramme -> Terminal.app ausf�?¼hren. telnet 192.168.1.1
 
*on Linux: telnet 192.168.1.1
 
*on Linux: telnet 192.168.1.1
   Zeile 32: Zeile 33:  
   '''ifconfig <name-of-WAN-interface> xxx.xxx.xxx.xxx''' (put in an ip used on the LAN)
 
   '''ifconfig <name-of-WAN-interface> xxx.xxx.xxx.xxx''' (put in an ip used on the LAN)
 
   '''route add default gw xxx.xxx.xxx.xxx''' (put in the ip of the gateway)
 
   '''route add default gw xxx.xxx.xxx.xxx''' (put in the ip of the gateway)
   '''echo 141.54.1.1 >> /etc/resolv.conf'''  (this configures the nameservers)
+
   '''echo "nameserver 141.54.1.1" >> /etc/resolv.conf'''  (this configures the nameservers)
 
   '''ping subsignal.org''' (to test if it works, abort with CTRL-C)
 
   '''ping subsignal.org''' (to test if it works, abort with CTRL-C)
   Zeile 47: Zeile 48:  
After restarting the router you can login via ssh.  
 
After restarting the router you can login via ssh.  
 
* on linux: ssh 192.168.1.1
 
* on linux: ssh 192.168.1.1
* MacOSX: open a console, and type ssh 192.168.1.1
+
* MacOSX: open a console, and type "ssh -l root 192.168.1.1"
 
* On Windows you will need a seperate ssh-client, [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html putty] is a good one. Type 192.168.1.1 into the address field, select ssh as protocol and press connect.  
 
* On Windows you will need a seperate ssh-client, [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html putty] is a good one. Type 192.168.1.1 into the address field, select ssh as protocol and press connect.  
   Zeile 55: Zeile 56:     
==Configuring the network==
 
==Configuring the network==
In terms of hardware, the linksys (v2) has only two interfaces called eth0 and eth1. The eth0 interface is split up via so called vlan tagging which results in two additional interfaces seen by the network stack vlan0 and vlan1 so you end up  having three configurable interfaces which serve different purposes.
+
<p stype="font-family: geneva helvetica arial sans-serif">In terms of hardware, the linksys (v2) has only two interfaces called eth0 and eth1. The eth0 interface is split up via so called vlan tagging which results in two additional interfaces seen by the network stack vlan0 and vlan1 so you end up  having three configurable interfaces which serve different purposes.
    
eth1:&nbsp;&nbsp;&nbsp;The wireless network<br>
 
eth1:&nbsp;&nbsp;&nbsp;The wireless network<br>
Zeile 72: Zeile 73:  
'''nvram commit'''&nbsp;&nbsp;writes changes to the flash disk<br><br>
 
'''nvram commit'''&nbsp;&nbsp;writes changes to the flash disk<br><br>
   −
...to be continued
+
That said, let's split up the networks:
 +
->'''nvram show | grep lan_ifnames''' will show all devices currently in the bridge, removing eth1 will do the trick e.g. ->'''nvram set lan_ifnames="eth0 vlan0"'''
 
===Ad-hoc networking===
 
===Ad-hoc networking===
   Zeile 84: Zeile 86:     
.. to be continued
 
.. to be continued
 +
 +
[[Kategorie:Howto]]
 +
[[Kategorie:Firmware]]
 +
[[Kategorie:ToteLinks]]
121

Bearbeitungen

Navigationsmenü