You are not logged in.
Pages: 1
Hey, I need some help getting my my Arch box to connect to my router via a Static IP. I have no problems getting it to work with dhcp.
I used this wiki as a guide http://wiki.archlinux.org/index.php/Con … _Static_IP and I am still have problems.
I am using a linksys router. Heres a SS of the status page
Here is my rc.conf file
#
# /etc/rc.conf - Main Configuration for Arch Linux
#
#
# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="en_US.utf8"
HARDWARECLOCK="localtime"
TIMEZONE="US/Eastern"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
#
# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# Scan hardware and load required modules at bootup
MOD_AUTOLOAD="yes"
# Module Blacklist - modules in this list will never be loaded by udev
MOD_BLACKLIST=()
#
# Modules to load at boot-up (in this order)
# - prefix a module with a ! to blacklist it
#
MODULES=(forcedeth slhc ac97_bus snd-mixer-oss snd-pcm-oss snd-seq-oss snd-seq-device snd-seq-midi-event snd-seq snd-page-alloc snd-pcm snd-rawmidi snd-timer snd snd-mpu401-uart snd-ak4114 snd-ak4xxx-adda snd-pt2258 snd-i2c snd-ac97-codec snd-ice1724 snd-ice17xx-ak4xxx soundcore)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
#
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
HOSTNAME="Shuttle"
#
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available
# interfaces.
#
# 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="dhcp"
eth0="eth0 192.168.1.11 netmask 255.255.248.0 broadcast 192.168.1.248"
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 192.168.1.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)
#
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng network netfs crond portmap fam hal gdm)
# End of file
My resolv.conf file
# Generated by dhcpcd for interface eth0
search tampabay.rr.com
nameserver 65.32.5.75
nameserver 65.32.5.74
and my hosts file
#
# /etc/hosts: static lookup table for host names
#
#<ip-address> <hostname.domain.org> <hostname>
127.0.0.1 Shuttle.domain.org localhost.localdommain localhost Shuttle
# End of file
Last edited by dakor (2007-10-07 22:07:38)
freenode.net #linuxn00b
Offline
Post the output of ifconfig, can you connect to the router? A broadcast address ending with "248" seems weird to me, it's mostly ending in "255".
Putting the router's DNS in my resolv.conf doesn't work here, I put my ISP's DNS in there directly.
Offline
This is with using dhcp
[dak@Shuttle ~]$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:30:1B:BA:19:93
inet addr:192.168.1.101 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::230:1bff:feba:1993/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:209793 errors:0 dropped:0 overruns:0 frame:0
TX packets:140750 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:265860996 (253.5 Mb) TX bytes:14834542 (14.1 Mb)
Interrupt:16 Base address:0x2000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:54 errors:0 dropped:0 overruns:0 frame:0
TX packets:54 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3300 (3.2 Kb) TX bytes:3300 (3.2 Kb)
freenode.net #linuxn00b
Offline
and no, while trying to using a static IP I cannot connect to my router and ifconfig looks like this
eth0 Link encap:Ethernet HWaddr 00:30:1B:BA:19:93
inet6 addr: fe80::230:1bff:feba:1993/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:209912 errors:0 dropped:0 overruns:0 frame:0
TX packets:140878 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:265900974 (253.5 Mb) TX bytes:14852722 (14.1 Mb)
Interrupt:16 Base address:0x2000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:54 errors:0 dropped:0 overruns:0 frame:0
TX packets:54 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3300 (3.2 Kb) TX bytes:3300 (3.2 Kb)
Last edited by dakor (2007-10-07 19:25:33)
freenode.net #linuxn00b
Offline
try
eth0="eth0 192.168.1.11 netmask 255.255.255.0 broadcast 192.168.1.255"
Offline
Ok cool, with Kumicos changes I can access my router, but I still can not get my internet to work. I guess it has to do with my nameservers? Which I do not understand why they would not work because they work on my roomates windows box.
freenode.net #linuxn00b
Offline
Ok cool, with Kumicos changes I can access my router, but I still can not get my internet to work. I guess it has to do with my nameservers? Which I do not understand why they would not work because they work on my roomates windows box.
sorry didn't notice, you need to allow the gateway~ ..
ROUTES=(!gateway) to ROUTES=(gateway)
Offline
When using static addresses, you'll probably want to add a default gateway too.
eg.
ifconfig eth0 192.168.1.149 netmask 255.255.255.0 broadcast 192.168.1.255
route add default gw 192.168.1.1.
- Judge a pig competition? But I'm no super genius... or are I?
Offline
Yup, that did the trick!!! Thanks for your help.
freenode.net #linuxn00b
Offline
Pages: 1