|
|
I haven't installed IM and pacman is working in heavy load which seems will take a long time,so...English here.
I've tried all the method but none work.
After struggles to sort out the mess,I rebooted it,and it works!
But I don't konw why it works and whether my operations are necessary,so I post my config here,and welcome to have a discussion on it.
/etc/rc.conf
lo="lo 127.0.0.1"
eth0="eth0 192.168.1.1 netmask 255.255.255.0"
INTERFACES=(lo eth0)
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
/etc/hosts
127.0.0.1 localhost.localdomain localhost <my host name>
/etc/resolv.conf.head
nameserver <my ISP's DNS server>
nameserver <my ISP's another server>
When asked DNS in pppoe-setup,I typed 'server'. |
|