ClearFoundation Tracker - ClearOS
View Issue Details
0000733ClearOSapp-network - Network Settingspublic2012-08-30 08:282012-09-18 21:01
user2 
user2 
normaltweakalways
closedfixed 
 
6.3.0 Updates6.3.0 Updates 
0000733: Improve route detection with point-to-point connections
A 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.
No tags attached.
Issue History
2012-08-30 08:28user2New Issue
2012-08-30 08:52user2Assigned To => user2
2012-08-30 08:52user2Statusnew => assigned
2012-09-05 15:45user2Statusassigned => resolved
2012-09-05 15:45user2Fixed in Version => 6.3.0 Updates
2012-09-05 15:45user2Resolutionopen => fixed
2012-09-05 15:46user2Note Added: 0000557
2012-09-18 21:01user2Statusresolved => closed

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