Minulla on Telewell ea201 modeemi ja haluasisin yhtyeden internetiin.
Tuo on siltaava modeemi vailla muita ominaisuuksia, joten palveluntarjoajalta todennäköisesti noudetaan koneelle IP sekä nimipalvelimet. http://telewell.fi/tuotteet2.php?tuote=42
sudo dhclient eth0
riittäneen yhteyden muodostamiseen.
Laitteen ip selviää komennolla ifconfig, route kertoo reitityksen ja tiedostosta /etc/resolv.conf voi lukea käytettävät nimipalvelimet.
Yleensä palveluntarjoaja kyllä kertoo nuo nimipalvelimensa.
Komentoriviä ei toki tarvitse käyttää, jos olet määritellyt verkkoasetukset oikein.
Kokeilin noita komentoja ja tulos oli seuraava
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
ubuntu@ubuntu:~$ sudo dhclient eth0
Internet Systems Consortium DHCP Client V3.0.6
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/sw/dhcp/Listening on LPF/eth0/00:13:8f:5a:d5:6e
Sending on LPF/eth0/00:13:8f:5a:d5:6e
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
ubuntu@ubuntu:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:13:8f:5a:d5:6e
inet6 addr: fe80::213:8fff:fe5a:d56e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:75 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:10228 (9.9 KB)
Interrupt:21 Base address:0xe800
eth0:avahi Link encap:Ethernet HWaddr 00:13:8f:5a:d5:6e
inet addr:169.254.7.186 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:21 Base address:0xe800
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:13934 errors:0 dropped:0 overruns:0 frame:0
TX packets:13934 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:700116 (683.7 KB) TX bytes:700116 (683.7 KB)
ubuntu@ubuntu:~$ /etc/resolv conf
bash: /etc/resolv: No such file or directory
ubuntu@ubuntu:~$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
link-local * 255.255.0.0 U 0 0 0 eth0
default * 0.0.0.0 U 1000 0 0 eth0
ubuntu@ubuntu:~$
ubuntu@ubuntu:~$
Netti ei toiminut edelleenkään.