ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000733ClearOSapp-network - Network Settingspublic2012-08-30 08:282012-09-18 21:01
Reporteruser2 
Assigned Touser2 
PrioritynormalSeveritytweakReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version6.3.0 UpdatesFixed in Version6.3.0 Updates 
Summary0000733: Improve route detection with point-to-point connections
DescriptionA typical default route looks like the following (using "ip route"):

  default via 192.168.55.1 dev ppp0

On point-to-point connections (e.g. PPPoE), the IP address is not

  default dev eth0 scope link

In ClearOS PPPoE, the system is configured to provide the IP address as shown in the first example. However, this IP address is updated a few seconds (around 10 seconds in the lab environment) after the interface is up and running. There are some network scripts that do some post network up changes:

 - /etc/sysconfig/network-scripts/ifup-post
 - /etc/sysconfig/network-scripts/ifup-routes

On two customer systems, we observed that the IP address was never added to the route.

Given the long delay and potential missed IP, the route class should handle these scenarios.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000557)
user2
2012-09-05 15:46

SVN revision 4570

- Issue History
Date Modified Username Field Change
2012-08-30 08:28 user2 New Issue
2012-08-30 08:52 user2 Assigned To => user2
2012-08-30 08:52 user2 Status new => assigned
2012-09-05 15:45 user2 Status assigned => resolved
2012-09-05 15:45 user2 Fixed in Version => 6.3.0 Updates
2012-09-05 15:45 user2 Resolution open => fixed
2012-09-05 15:46 user2 Note Added: 0000557
2012-09-18 21:01 user2 Status resolved => closed