Par napja (lehet h vmi frissitessel fugg ossze), furcsa modon nincs net, ha a gepet ujrainditom, de az ADSL-modemet nem kapcsolom ki-be. Kubuntu 7,04. Otletek?
- 1141 megtekintés
Hozzászólások
Másold be ide az /etc/network/interfaces tartalmát és nézd meg rootként az ifconfig üzenetét.
- A hozzászóláshoz be kell jelentkezni
interfaces:
-----------
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
auto eth2
iface eth2 inet dhcp
auto ath0
iface ath0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
auto dsl-provider
iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
provider dsl-provider
*************
ifconfig:
---------
eth0 Link encap:Ethernet HWaddr 00:13:8F:CC:49:52
inet6 addr: fe80::213:8fff:fecc:4952/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2655 errors:0 dropped:0 overruns:0 frame:0
TX packets:2800 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1680435 (1.6 MiB) TX bytes:486463 (475.0 KiB)
Interrupt:21
eth0:avah Link encap:Ethernet HWaddr 00:13:8F:CC:49:52
inet addr:169.254.6.84 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:21
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:688 errors:0 dropped:0 overruns:0 frame:0
TX packets:688 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:53080 (51.8 KiB) TX bytes:53080 (51.8 KiB)
ppp0 Link encap:Point-to-Point Protocol
inet addr:81.183.116.46 P-t-P:145.236.238.180 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:2519 errors:0 dropped:0 overruns:0 frame:0
TX packets:2606 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:1615562 (1.5 MiB) TX bytes:414244 (404.5 KiB)
***************
- A hozzászóláshoz be kell jelentkezni
Ha közvetlenül van a gép a modemre kötve, akkor sztem itt a gond:
auto eth0
iface eth0 inet dhcp
E helyett legyen ez:
auto eth0
iface eth0 inet ppp
Hogyan kell indítanod a netkapcsolatot?
automatikus, vagy pppoe-start?
- A hozzászóláshoz be kell jelentkezni
automatikus
- A hozzászóláshoz be kell jelentkezni
a 'bootp' micsoda? grafikus feluleten csak ezt tudom valasztani dhcp helyett
- A hozzászóláshoz be kell jelentkezni
???
- A hozzászóláshoz be kell jelentkezni
Ja, bocs, ez ilyen:
BOOTP is the Bootstrap Protocol.
The BOOTP protocol is utilized by diskless workstations to gather configuration information from a network server.
The information provided by the BOOTP protocol is:
* The IP address which should be utilized by the diskless workstation
* The IP address of a server which will provide an Operating System image for the diskless workstation
* The filename of an Operating System image which the diskless workstation should boot
- A hozzászóláshoz be kell jelentkezni
rootként:
a, pppoe-stop
azán
vim /etc/network/interfaces
itt átírod, amit mondtam, aztán:
pppoe-setup --> beállítod a dolgokat
pppoe-start
b, poff -a
vim /etc/network/interfaces
itt átírod, amit mondtam, aztán:
pppoeconf --> beállítod
pon dsl-provider
- A hozzászóláshoz be kell jelentkezni
köszi
- A hozzászóláshoz be kell jelentkezni
Ha műxik, akkor nagyon szívesen:)
- A hozzászóláshoz be kell jelentkezni