1
Asentaminen ja käyttöönotto / Re: ongelma nettiyhteydessä
« : 11.09.06 - klo:20.54 »varovaisesti partaan mutisten ja hyvin suurin varauksin täytyy todeta, että VAIKUTTAA toimivan...
Ubuntu 24.04.1 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelut
Valmistajien tukemat Ubuntu-tietokoneet: kannettavatietokone.fi uudet ja käytetyt sekä Lenovo-verkkokauppa
Tässä osiossa voit tarkastella kaikkia tämän jäsenen viestejä. Huomaa, että näet viestit vain niiltä alueilta, joihin sinulla on pääsy.
auto lo
iface lo inet loopback
iface eth0 inet dhcp
pre-up sleep 20
#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 eth0
kaibruun@kaibruun-laptop:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:03:0D:13:5C:AE
inet addr:10.0.0.9 Bcast:255.255.255.255 Mask:255.255.255.0
inet6 addr: fe80::203:dff:fe13:5cae/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:189 errors:0 dropped:0 overruns:0 frame:0
TX packets:108 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:25937 (25.3 KiB) TX bytes:9892 (9.6 KiB)
Interrupt:169 Base address:0xe000
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:9 errors:0 dropped:0 overruns:0 frame:0
TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:472 (472.0 b) TX bytes:472 (472.0 b)
kaibruun@kaibruun-laptop:~$ sudo dhclient
Password:
Internet Systems Consortium DHCP Client V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Listening on LPF/eth0/00:03:0d:13:5c:ae
Sending on LPF/eth0/00:03:0d:13:5c:ae
Sending on Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 10.20.0.1
bound to 10.20.10.137 -- renewal in 3546 seconds.
kaibruun@kaibruun-laptop:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:03:0D:13:5C:AE
inet addr:10.20.10.137 Bcast:10.20.255.255 Mask:255.255.0.0
inet6 addr: fe80::203:dff:fe13:5cae/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:299 errors:0 dropped:0 overruns:0 frame:0
TX packets:194 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:66406 (64.8 KiB) TX bytes:19986 (19.5 KiB)
Interrupt:169 Base address:0xe000
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:9 errors:0 dropped:0 overruns:0 frame:0
TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:472 (472.0 b) TX bytes:472 (472.0 b)
kaibruun@kaibruun-laptop:~$
auto lo
iface lo inet loopback
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 eth0