You are not logged in.
Pages: 1
Hi
I'm after archinstalation and i'm fighting to run internet for hours...with no success.
I'm in LAN (can ping ip that are inside lan) but nothing more.
I really dont know what to do anymore.
rc.conf
MODULES=(!usbserial !ide-scsi 8139too)
lo="lo 127.0.0.1"
eth0="eth0 80.48.237.204 netmask 255.255.255.224 broadcast 80.48.237.193"
INTERFACES=(lo eth0)
gateway="80.48.237.193"
ROUTES=(gateway)
DAEMONS=(syslog-ng hotplug !pcmcia network netfs crond)
resolv.conf
nameserver 80.48.237.193
modprobe.conf
alias eth0 8139too
alias sound-slot-0 snd-via82xx
remove snd-via82xx /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-via82xx
install snd-via82xx /sbin/modprobe --first-time --ignore-install snd-via82xx && { /sbin/modprobe snd-pcm-oss; /bin/true; }
install usb-interface /sbin/modprobe uhci-hcd; /sbin/modprobe ehci-hcd; /bin/true
alias eth1 via-rhine
hosts
127.0.0.1 localhost.localdomain localhost
Offline
Are you using public routable IP addresses on your LAN? Does the Arch box connect to the net directly, or via another PC/router/whatever on the LAN? Specifically, is the gateway 80.48.237.193 part of your LAN, or part of your ISP's system? Please post the output of ifconfig and route.
Offline
Another thing I noticed - your network is 80.48.237.192/27 in CIDR notation, so the broadcast address is 80.48.237.223, not 80.48.237.193. Change the eth0 line in rc.conf and see what happens.
Offline
Another thing I noticed - your network is 80.48.237.192/27 in CIDR notation, so the broadcast address is 80.48.237.223, not 80.48.237.193. Change the eth0 line in rc.conf and see what happens.
I was gonna say "hey the broadcast and gateway are the same"
sula: where did you get all these numbers - can you provide us with the exact text where you got this information?
Offline
Pages: 1