Bug 458343 - ifup-eth0 no support for ip addr pointopointdirective
Summary: ifup-eth0 no support for ip addr pointopointdirective
Keywords:
Status: CLOSED DUPLICATE of bug 488389
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: 9
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-08-07 18:01 UTC by fedora
Modified: 2014-03-17 03:15 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-03-20 21:09:50 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description fedora 2008-08-07 18:01:14 UTC
Description of problem:
In some environments with VLAN switches, a server node should be configured to be alone (= netmask /32). This is not supportet by /etc/sysconfig/network-scripts/ifcfg-eth0.

In order to reach its default gateway, there must be a host route to that default gateway first, because there's no more subnetwork route (because /32 mask).

When configuring this manually, it is easy with (10.1.1.1 = default gateway):

ifconfig eth0 pointopoint 10.1.1.1 netmask 255.255.255.255 broadcast 10.255.255.255

"ifconfig" or "ip" own a "pointopoint" directive similar to ppp configuration. This "pointopoint" tells ifconfig/ip to create the host route to the default gateway before setting it as default route.

Version-Release number of selected component (if applicable):
initscripts-8.76.2-1.i386

How reproducible:
set NETMASK=255.255.255.255 in /etc/sysconfig/network-scripts/ifcfg-eth0. Then the default route could not be set.

Steps to Reproduce:
1. set NETMASK=255.255.255.255 in /etc/sysconfig/network-scripts/ifcfg-eth0
2. service network restart
3.
  
Actual results:
No more default route, no more internet connection.

Expected results:
/etc/sysconfig/network-scripts/ifup-eth should use "pointopoint" for setting
ifconfig eth0 pointopoint 10.1.1.1...

Additional info:

Comment 1 Bill Nottingham 2009-03-20 21:09:50 UTC

*** This bug has been marked as a duplicate of bug 488389 ***


Note You need to log in before you can comment on or make changes to this bug.