Bug 96993

Summary: kernel doesn't use correct source ip address
Product: [Retired] Red Hat Linux Reporter: Joseph Shraibman <jks>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: athlon   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-06-08 11:49:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joseph Shraibman 2003-06-08 03:57:59 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030529

Description of problem:
I set up a machine to have two ip addresses (with redhat-config-network), one a
fake one (192.68.0.1) and one real internet address.  The problem was it was
using the fake ip address when sending packets over the internet.  The routing
table is fine.

This problem happened with the fake address being eth0 and the real internet
address being eth0:1.  In order to solve this problem I had to switch them around.

Version-Release number of selected component (if applicable):
kernel-2.4.20-18.9

How reproducible:
Always

Comment 1 Alan Cox 2003-06-08 11:49:12 UTC
The system has no idea which address to default to unless an application
requests a specific address or you set one for a route (see "man ip" for more
info). As such this isnt a bug.



Comment 2 Joseph Shraibman 2003-06-09 01:00:03 UTC
There is nothing on the page except a pointer to a ps file, which apparently is
malformed because I can't read it.