[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

wlan, dhcp und resolv.conf



Hallo Liste,

bei uns auf der FH wird ein wlan-Zugang per VPN zu verfügung gestellt.
Ich habe so weit alles konfiguriere und es klappt alles prima bis auf
die Tatsache, dass meine /etc/resolv.conf auf der FH immer überschrieben
wird. Wenn ich dann nach Hause komme, muss ich immer die Nameserver von
hand eintragen. :-(

Ich benutze pump:

pump -d -i eth1

Es wäre sehr nett wenn mir jemand ein Tipp geben könnte. Falls eine
Konfigurationsdatei wichtig wäre, scheibe es mir.

Meine Konfiuguration sieht so aus:

-----{/etc/network/interfaces}
marek@notebook:/etc/network$ cat ./interfaces
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo
iface lo inet loopback

# The first network card - this entry was created during the Debian
# installation
# (network, broadcast and gateway are optional)
auto eth0
iface eth0 inet static
address 192.168.0.4
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1

iface eth1 inet dhcp
wireless_essid ssidrzfhzw 
wireless_mode managed
----------------------------------						

-----{/etc/pcmcia/wireless.opts}
# Generic example (decribe all possible settings)
*,*,*,*)
INFO="FH Wireless Lan"
# ESSID (extended network name) : My Network, any
ESSID="ssidrzfhzw"
# NWID/Domain (cell identifier) : 89AB, 100, off
NWID=""
# Operation mode : Ad-Hoc, Managed, Master,
# Repeater, Secondary, auto
MODE="Managed"
# Frequency or channel : 1, 2, 3
# (channel) ; 2.422G, 2.46G (frequency)
FREQ=""
CHANNEL=""
# Sensitivity (cell size +
# roaming speed) : 1, 2, 3 ;
# -70 (dBm)
SENS=""
# Bit rate : auto,
# 1M, 11M
RATE="11M"
# Encryption
# key :
# 4567-89AB-CD,
# s:password
;;
esac
------------------------------													    
Vielen Dank und schönen Sonntag.
Marek
-- 
marek@opielka.org      |  /"\
http://www.opielka.org |  \ /  ASCII-Ribbon-Campaign
                       |   X     Against HTML Mail
                       |  / \
							   



Reply to: