You are not logged in.
Hi all!
Uhm, My problem sort of started by itself (dunno how) about two weeks ago on my Arch server...
I can't seem to resolve any hostnames. "ping google.com" doesn't work and nothing that need to resolve any hostname responds. my /etc/resolve.conf:
# Generated by dhcpcd
# /etc/resolv.conf.head can replace this line
# /etc/resolv.conf.tail can replace this line
nameserver 80.179.52.100
nameserver 80.179.55.100
search google.com
Where those are the NSs that are supplied by my ISP. and my eth0 in rc.conf is configured statically
eth0="eth0 192.168.1.101 netmask 255.255.255.0 broadcast 192.168.0.255"
and my /etc/nsswitch.conf:
# Begin /etc/nsswitch.conf
passwd: files
group: files
shadow: files
publickey: files
#hosts: files dns
hosts: files mdns4_minimal [NOTFOUND=return] wins dns mdns4
networks: files
protocols: files
services: files
ethers: files
rpc: files
netgroup: files
# End /etc/nsswitch.conf
the "hosts:" is for my network share... it worked before like that.
any idea what's wrong?
Many thx! ![]()
Offline
Please put file contents between code tags to make your message readable. Thanks.
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
Where those are the NSs that are supplied by my ISP. and my eth0 in rc.conf is configured statically
eth0="eth0 192.168.1.101 netmask 255.255.255.0 broadcast 192.168.0.255"
If your IP is 192.168.1.x and your netmask is 255.255.255.0, i really doubt that your broadcast should be 192.168.0.255
Offline
Neshj,
as jaco said, your broadcast address is probably wrong.
If that doesn't correct it, try nameserver 8.8.8.8
Mektub
Follow me on twitter: https://twitter.com/johnbina
Offline
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline