You are not logged in.

#1 2006-03-27 14:29:30

pietro
Member
Registered: 2006-03-24
Posts: 10

Problem with IP and DNS configuration

Hi!
I try to configure my connection but without result!  :cry:

This is my setting:
computername: pietro.campus.luth.se
IP: 130.280.195.150
Broadcast: 130.280.255.255
Netmask: 255.255.0.0
DNS: 130.280.19.1
         130.280.1.1
Domain campus.luth.se
Gateway: 130.280.195.1

This is my rc.conf

# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
HOSTNAME="pietro"
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   - prefix an entry in INTERFACES with a ! to disable it
#   - no hyphens in your interface names - Bash doesn't like it
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
eth0="eth0 130.280.195.150 netmask 255.255.0.0 broadcast 130.280.255.255"
INTERFACES=(lo eth0)
#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 130.280.195.1"
ROUTES=(!gateway)
#
# Enable these network profiles at boot-up.  These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network-profiles
#
#NET_PROFILES=(main)

This is my resolv.conf

#/etc/resolv.conf
search campus.luth.se
nameserver 130.280.19.1
nameserver 130.280.1.1

Where do I wrong :?:
Any hints?  roll

Thank you!

pietrox

Offline

#2 2006-03-27 14:44:29

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: Problem with IP and DNS configuration

Try ROUTES=(gateway)

Offline

#3 2006-03-27 15:27:10

pietro
Member
Registered: 2006-03-24
Posts: 10

Re: Problem with IP and DNS configuration

Thank you!
it was so stupid!
Thank you a lot!!!
big_smile

Offline

#4 2006-03-27 21:16:49

maci
Member
From: Singapore
Registered: 2005-04-03
Posts: 43
Website

Re: Problem with IP and DNS configuration

yeah yeah .. thats a common mistake tongue

maybe someone should make that the default wink

Offline

Board footer

Powered by FluxBB