LAN-Karten laufen alle einwandfrei.
Wie kann ich es jetzt einrichten, dass ich aus dem WLAN ins LAN reinkomme, da dort drin auch mein DSL-Router steht (192.168.1.254 ?
Danke im Voraus!
Meine "interfaces" sieht zur Zeit so aus:
Code: Alles auswählen
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# Diese Interfaces werden beim Start automatisch konfiguriert (localhost, LAN-Karte eth0, WLAN-Karte eth1
auto lo eth0 eth1
# The loopback interface
iface lo inet loopback
# The first network card - this entry was created during the Debian installation
iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.254
# WLAN Karte
iface eth1 inet static
address 192.168.0.10
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
up iwconfig eth1 mode Ad-Hoc essid "markus" channel 1