You are not logged in.

#1 2004-09-25 09:15:15

Miszcz
Member
Registered: 2004-09-25
Posts: 24

Problem with network

Hi i have litle problem with netowerk, when i'm pinging router i have replay, but when i try tu ping some domains i havent any repley. I think its a problem with the DNS server. When i  try run pacman i have the same problem when i'm pinging the domain address
It's my network stats
Router IP 10.0.0.2
netmask 255.255.255.0
DNS 194.204.259.1
alt DNS 194.204.152.34

/etc/rc.conf

#
# /etc/rc.conf - Main Configuration for Arch Linux
#

#
# Localization
#
# HARDWARECLOCK: set to "UTC" or "localtime"
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: fount in /usr/share/kbd/consolefonts (only needed for non-us)
# USECOLOR: use ANSI color sequences in startup messages
#
HARDWARECLOCK="localtime"
TIMEZONE=Canada/Pacific
KEYMAP=us
CONSOLEFONT=
USECOLOR="yes"

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

#
# Networking
#
HOSTNAME="myhost"

#
# Module to load at boot-up (in this order)
#   (prefix a module with a ! to disable it)
#
MODULES=(!usbserial !ide-scsi)

#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   (prefix an interface in INTERFACES with a ! to disable it)
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 10.0.0.2"
eth0="dhcp"
INTERFACES=(lo eth0)

#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   (prefix a route in ROUTES with a ! to disable it)
#
gateway="default gw 10.0.0.2"
ROUTES=(!gateway)

#
# Daemons to start at boot-up (in this order)
#   (prefix a daemon with a ! to disable it)
#
DAEMONS=(syslog-ng hotplug !pcmcia network netfs crond)

# End of file

/etc/resolv.conf

#
# /etc/resolv.conf
#

#search <yourdomain.tld>
#nameserver <ip>
nameserver 10.0.0.2
# End of file

Sorry for my newbie english and Thx for fast answer smile

Offline

#2 2004-09-25 10:48:46

hyp0luxa
Member
From: Miami, FL
Registered: 2004-07-10
Posts: 70

Re: Problem with network

try removing:

nameserver 10.0.02

and adding:

nameserver 194.204.259.1
nameserver 194.204.152.34

in /etc/resolv.conf

Offline

#3 2004-09-25 16:26:56

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: Problem with network

you can also try to comment out /etc/resolv.conf completely,
seems to work for some guys..


arch + gentoo + initng + python = enlisy

Offline

#4 2004-09-25 18:35:31

Miszcz
Member
Registered: 2004-09-25
Posts: 24

Re: Problem with network

It's 2nd day when i try run the network, i think the problem is in the network module, in slackware it's 8139too, maybe i must write this somewhere ?

Offline

#5 2004-09-25 18:40:59

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: Problem with network


arch + gentoo + initng + python = enlisy

Offline

#6 2004-09-25 18:43:30

Miszcz
Member
Registered: 2004-09-25
Posts: 24

Re: Problem with network

yea i see it, so i must write
MODULES=(!8139too) ?

Offline

#7 2004-09-25 18:45:59

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: Problem with network

no !


arch + gentoo + initng + python = enlisy

Offline

#8 2004-09-25 18:48:44

Miszcz
Member
Registered: 2004-09-25
Posts: 24

Re: Problem with network

xerxes2 wrote:

no !

Ok, so what i must write there ?

Offline

#9 2004-09-25 18:55:03

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: Problem with network

oh sorry, I meant no "!" a "!" disable the module
tg3 is the example module in the wiki, maybe it's best to write that..


arch + gentoo + initng + python = enlisy

Offline

Board footer

Powered by FluxBB