You are not logged in.
Pages: 1
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
found the problem, just had to remove the < and > in the resolv.conf
thread can be closed
Offline
Please edit your original post and put [SOLVED] in the topic
Offline
Pages: 1