>
> I have an unusual situation where I am no longer able to
> access virtual sites on the server, from any network outside
> the local network. Basically, it's almost like it's a
> routing issue, but I'm stumped.
>
> I have eliminated the usual suspects (firewall, router, same
> IP in use elsewhere, etc.) so I am left wondering if
> something broke after an update. This is a server that was
> being set up locally, and was about to be "turned on". I'm
> not using local DNS and DNS requests are properly routed by
> my outside DNS provider. I know this isn't an ISP blocking
> the IP address as I had tried using other IP addresses in my
> subnet with the same result, plus my other servers are working fine.
>
> Here are the contents of the alias eth0:0 file in etc/syscon...
>
> [root@webhost network-scripts]# cat ifcfg-eth0:*
> # /etc/sysconfig/network-scripts/ifcfg-eth0:0
> # generated by pperld
> /usr/sausalito/handlers/base/network/rewrite-ifcfg.pl
> #
> # 48.device = eth0:0
> # 48.ipaddr = 75.48.107.165
> # 48.netmask = 255.255.255.240
> # 48.enabled = 75.48.107.165
> DEVICE=eth0:0
> BOOTPROTO=none
> ONBOOT=yes
> BROADCAST=75.48.107.175
> NETWORK=75.48.107.160
> NETMASK=255.255.255.240
> IPADDR=75.48.107.165
> USERCTL=no
>
>
> Here is what I get when I run ifconfig:
>
> [root@webhost network-scripts]# ifconfig eth0:0
> eth0:0 Link encap:Ethernet HWaddr 00:02:B3:B1:B3:EE
> inet addr:75.48.107.165 Bcast:75.48.107.175
> Mask:255.255.255.240
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
>
>
> At this point I'm not sure where to look. Any suggestions
> would be greatly appreciated.
>
Try
ifup eth0
And or
/etc/init.d/network restart
Then run ifconfig and see if you get proper data
-
Gerald Waugh
http://frontstreetnetworks.com
Front Street Networks
4604 Fern Ave
Shreveport, LA 71105-3118
V: 318-862-3575/3577
F: 318-862-35
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.