Networking Forums

Networking Forums > Computer Networking > Linux Networking > ip aliases vs subnets on RH9

Reply
Thread Tools Display Modes

ip aliases vs subnets on RH9

 
 
Les Mikesell
Guest
Posts: n/a

 
      12-11-2003, 02:15 AM
Did something change in the way IP aliases are handled in a recent
RedHat 9 update? I've been running a tftp server, syslog and a
few other things on a secondary IP address (eth0:1) for a long time.
The 2nd address is on the same subnet as the primary address
and is just used to make it easier to move the service to different
machines without changing DNS and updating firewall filters.

Before a recent update it would accept connections coming
across routers from other subnets as well as from the local
subnet. Now the eth0 address continues to work normally
but the eth0:1 address simply ignores packets that have been
routed from another subnet. Tcpdump shows packets
arriving, but xinetd waits in select() without noticing them.
Even pings to the address are only seen if they originate
on the local subnet. There are no ipchains/iptables
firewalls involved and nothing in hosts.allow/hosts.deny.

I'm not sure what changed in the last update but it's running
kernel 2.4.20-24.9smp now. Is there some configuration
change that will make the alias address work normally
again?

This looks right to me:

[root@monitor root]# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:A0:C9:FB:57:A4
inet addr:10.207.192.11 Bcast:10.207.195.255 Mask:255.255.252.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:23822915 errors:0 dropped:0 overruns:0 frame:0
TX packets:29635633 errors:0 dropped:0 overruns:21 carrier:0
collisions:0 txqueuelen:100
RX bytes:458576344 (437.3 Mb) TX bytes:3543599948 (3379.4 Mb)
Interrupt:10 Base address:0x1060 Memory:fa104000-fa104038

eth0:1 Link encap:Ethernet HWaddr 00:A0:C9:FB:57:A4
inet addr:10.207.192.50 Bcast:10.207.195.255 Mask:255.255.252.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:23822915 errors:0 dropped:0 overruns:0 frame:0
TX packets:29635633 errors:0 dropped:0 overruns:21 carrier:0
collisions:0 txqueuelen:100
RX bytes:458576344 (437.3 Mb) TX bytes:3543599948 (3379.4 Mb)
Interrupt:10 Base address:0x1060 Memory:fa104000-fa104038

----
Les Mikesell
(E-Mail Removed)


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RRAS server separating two subnets - one subnet cannot reach the Internet and computers can't ping each other between subnets Spin Windows Networking 11 09-23-2008 11:06 PM
Cannot Browse from domain populated subnets to remote subnets whichcontain only workgroup servers pag@associateddynamics.com Windows Networking 4 02-14-2008 08:02 PM
IP aliases and iptables forwarding Yejjou Linux Networking 1 04-28-2006 10:14 PM
SSH, sudo, and host aliases Cooper Blake Linux Networking 1 12-09-2005 07:32 PM
ip aliases with 2.4 kernel Wolter Kamphuis Linux Networking 5 01-06-2004 11:18 AM



1 2 3 4 5 6 7 8 9 10 11