You are not logged in.

#1 2008-02-25 13:08:42

DLD
Member
Registered: 2008-02-21
Posts: 6

Internet configuration fails

Hello!

I am new to Archlinux, so I have a problem with my internet configuration. I went step-by-step throw the beginners guide (http://wiki.archlinux.org/index.php/Beg … T_PANIC.21) - I also looked up in the english version and searched via google, but I cant find the solution for myself.

I started configuring the LAN: (static IP, no dhcp)

ifconfig

eth0 inet addr: 192.168.0.9, Bcast: 192.168.0.255, Mask: 255.255.255.0
 /etc/rc.conf

...
HOSTNAME="markus-laptop-1"
lo="lo 127.0.0.1"
eth0="eth0 192.168.0.9 netmask 255.255.255.0 broadcast 192.168.0.255"
INTERFACES=(lo eth0)
gateway="default gw 192.168.0.1"
ROUTES=(gateway)
/etc/network-profiles/template

INTERFACE=eth0
HOSTNAME=markus-laptop-1

IFOPTS="192.168.0.9 netmask 255.255.255.0 broadcast 192.168.0.255"
GATEWAY=192.168.0.1

DOMAIN=localdomain
DNS1=192.168.0.1
/etc/hosts

127.0.0.1     markus-laptop-1.localdomain   localhost   markus-laptop-1
192.168.0.9  markus-laptop-1.localdomain   markus-laptop-1
/etc/resolv.conf

#search <yourdomain.tld>
nameserver <192.168.0.1>

Has anyone an Idea what mistakes I made?

greets
Markus

Last edited by DLD (2008-02-25 15:20:04)

Offline

#2 2008-02-25 15:32:13

DLD
Member
Registered: 2008-02-21
Posts: 6

Re: Internet configuration fails

found the problem, just had to remove the < and > in the resolv.conf

thread can be closed

Offline

#3 2008-02-25 16:50:37

dmartins
Member
Registered: 2006-09-23
Posts: 360

Re: Internet configuration fails

Please edit your original post and put [SOLVED] in the topic smile

Offline

Board footer

Powered by FluxBB