Zum Inhalt springen

Fonera: Unterschied zwischen den Versionen

MovGP0 (Diskussion | Beiträge)
MovGP0 (Diskussion | Beiträge)
Zeile 194: Zeile 194:
=== /etc/config/network ===
=== /etc/config/network ===
See [http://downloads.openwrt.org/kamikaze/docs/openwrt.html#x1-80001.2.1 OpenWRT Kamikaze Manual] for setting up basic network configuration
See [http://downloads.openwrt.org/kamikaze/docs/openwrt.html#x1-80001.2.1 OpenWRT Kamikaze Manual] for setting up basic network configuration
; Example 0<br/>Bridging Ethernet and WLAN
<pre>
config interface loopback
  option ifname lo
  option proto static
  option ipaddr 127.0.0.1
  option netmask 255.0.0.0
config interface bridge
  option ifname eth0 wifi0
  option type bridge
  option proto static
  option ipaddr 10.0.0.10        # bridge
  option netmask 255.255.255.0  # network subnet mask
  option gateway 10.0.0.138      # dsl/cable router
  option dns 10.0.0.138          # dns server
</pre>


=== /etc/config/wireless ===
=== /etc/config/wireless ===