[SOLVED] Common Networking Issue - Completely Stumped

  • Thread starter Thread starter DAndras6367
  • Start date Start date
D

DAndras6367

Hello,

I am not completely new to Linux, but I definitely do not qualify myself as a guru. =)

I have read numerous threads here and elsewhere regarding similar situations, and I have tried just about everything to figure this out, to no avail.

We recently moved a server from New York to Florida and I am having an issue getting it to see our gateway device and other devices on the local network.

The following is a long list of information that I believe may help you help me. =P


ifcfg-eth0
DEVICE="eth0"
BOOTPROTO="dhcp"
IPV6INIT="yes"
IPV6_AUTOCONF="yes"
NM_CONTROLLED="yes"
ONBOOT="yes"
TYPE="Ethernet"
HWADDR=00:11:43:D3:55:8F
IPADDR=192.168.1.221
PREFIX=24
DNS1=209.244.0.3
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6_DEFROUTE=yes
IPV6_PEERDNS=yes
IPV6_PEERROUTES=yes
IPV6_FAILURE_FATAL=no
NAME="System eth0"
#UUID=5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03
GATEWAY=192.168.1.1


Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0

ip route
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.221

iptables
Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination

ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:43:D3:55:8F
inet addr:192.168.1.221 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::211:43ff:fed3:558f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1697 errors:0 dropped:0 overruns:0 frame:0
TX packets:96 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:101820 (99.4 KiB) TX bytes:21552 (21.0 KiB)

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:411 errors:0 dropped:0 overruns:0 frame:0
TX packets:411 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:25904 (25.2 KiB) TX bytes:25904 (25.2 KiB)

ifup


Determining IP information for eth0... failed.

This is when I have the interface set to dhcp. However, if I change it to
static and assign ANY ip address (I ran nmap to check available ip addresses
on our network), it returns the following:
Error, some other host already uses address 192.168.1.94.

If there is anything else that I could provide you with I will be more than happy to!

Thanks in advance!

-David

Continue reading...
 
Back
Top