You are not logged in.

#1 2005-08-07 13:37:29

sula
Member
Registered: 2005-08-07
Posts: 93

Net doesent work

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

#2 2005-08-07 15:35:56

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Net doesent work

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

#3 2005-08-07 23:24:45

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Net doesent work

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

#4 2005-08-08 15:38:37

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Net doesent work

tomk wrote:

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

Board footer

Powered by FluxBB