Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
PHP Source code |
1 2 3 4 5 6 7 8 9 10 |
auto eth0
iface eth0 inet static
address 192.168.178.31
netmask 255.255.255.0
network 192.168.178.0
broadcast 192.168.178.255
gateway 192.168.178.1
# dns-* options are implimented by resolvconf package if installed
dns-namesservers 192.168.178.1
dns-search Linvdr
|
This post has been edited 3 times, last edit by "bikermax2000" (Feb 26th 2010, 6:50pm)

Quoted
Original von bikermax2000
Hallo Leute,
habe ein Problem mit meinem Internet. Scheinbar hat er keinen Zugang (webfrontend geht nicht. plugins kann ich auch keine installieren).
meine interfaces sehen so aus
![]()
PHP Source code
1 2 3 4 5 6 7 8 9 10auto eth0 iface eth0 inet static address 192.168.178.31 netmask 255.255.255.0 network 192.168.178.0 broadcast 192.168.178.255 gateway 192.168.178.1 # dns-* options are implimented by resolvconf package if installed dns-namesservers 192.168.178.1 dns-search Linvdr
Würde mich gerne über W-lan verbinden? Was muss ich tun (sorry hab schon vergebens gegoogelt/ gesucht)
marc

Quoted
Original von antaeus
Schau mal das an: http://wiki.ubuntuusers.de/WLAN/wpa_supplicant

)
Quoted
Original von venice
schmeiß mal network und broadcast raus, ich hatte mal n server der das gar nicht mochte wenn ich ihm über die interfaces zu viele (redundante) informationen gegeben habe.
ich kann dir aber nicht mehr sagen, ob das n etch oder n 8.10 war.
aber vielleicht hilfst dir ja weiter.
alternativ mal n
dmesg | grep eth
probiert ? (sprich, kabel richtig drin ?)
Quoted
Original von bikermax2000
Quoted
Original von venice
schmeiß mal network und broadcast raus, ich hatte mal n server der das gar nicht mochte wenn ich ihm über die interfaces zu viele (redundante) informationen gegeben habe.
ich kann dir aber nicht mehr sagen, ob das n etch oder n 8.10 war.
aber vielleicht hilfst dir ja weiter.
alternativ mal n
dmesg | grep eth
probiert ? (sprich, kabel richtig drin ?)
dumme Frage aber was muss ich genau rausnehmen? Hab nur den vi editor zur verfügung oder?
wie mach ich das am besten?
|
|
Source code |
1 2 3 4 5 |
auto eth0 iface eth0 inet static address 192.168.178.x netmask 255.255.255.0 gateway 192.168.178.1 |
|
|
Source code |
1 2 3 4 5 6 7 |
auto wlan0 iface wlan0 inet static address 192.168.178.y netmask 255.255.255.0 gateway 192.168.178.1 wpa-driver wext wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf |
|
|
Source code |
1 2 3 4 5 6 |
network={
ssid="SSID_VON_DEINEM_NETZ"
key_mgmt=NONE
wep_key0="PASSWORT_VON_DEINEM_NETZ"
wep_tx_keyidx=0
}
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 |
network={
ssid="SSID_VON_DEINEM_NETZ"
scan_ssid=1
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
psk="PASSWORT_VON_DEINEM_NETZ"
}
|
This post has been edited 1 times, last edit by "antaeus" (Feb 25th 2010, 8:08am)
Quoted
Original von venice
na ich meinte aus
iface eth0 inet static
address 192.168.178.31
netmask 255.255.255.0
network 192.168.178.0
broadcast 192.168.178.255
gateway 192.168.178.1
ein
iface eth0 inet static
address 192.168.178.31
netmask 255.255.255.0
gateway 192.168.178.1
machen
was sagt denn
dmesg | grep eth
?
|
|
Source code |
1 2 3 4 |
iface eth0 inet static
address 192.168.178.31
netmask 255.255.255.0
gateway 192.168.178.1
|
|
|
Source code |
1 |
iface eth0 inet dhcp |

This post has been edited 1 times, last edit by "bikermax2000" (Feb 25th 2010, 9:35am)
Quoted
Original von antaeus
Dann vergib halt eine statische IP wie ich oben vorgeschlagen habe wenn dhcp nicht funktioniert.
|
|
Source code |
1 |
| |
Quoted
Original von bikermax2000
probier ich heute abend Kann hier das Problem liegen? (link)

Quoted
|
|
Source code |
1 |
sudo apt-get install r8168-dkms |
Quoted
Original von bikermax2000
Mich wundert nur, dass nicht alle das gleiche Problem haben. Es gibt doch relative viele mit dem AsRock ION 330
|
|
Source code |
1 2 3 4 5 6 |
forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64. forcedeth 0000:00:0a.0: PCI INT A -> Link[LMAC] -> GSI 21 (level, low) -> IRQ 21 forcedeth 0000:00:0a.0: setting latency timer to 64 forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 3, addr e0:cb:4e:5e:2b:c8 forcedeth 0000:00:0a.0: highdma csum pwrctl mgmt gbit lnktim msi desc-v3 eth0: no IPv6 routers present |