ClearFoundation Tracker - ClearOS
View Issue Details
0000026ClearOSapp-network - Network Settingspublic2010-02-09 12:302010-02-23 14:33
user2 
user2 
urgentmajorsometimes
closedfixed 
5.1 
5.15.1 
0000026: PPPoE reconfiguration may fail due to underlying network card settings
If a PPPoE connection is reconfigured (for example, a username/password change), the ClearOS system may fail to create the Internet connection. This is caused by a missing parameter in the underlying network card configuration.

When a PPPoE connection is configured, two sets of configuration files are required (ahhh PPPoE, will you ever be less kludgy?). For a typical ppp0 connection, the configuration files are:

/etc/sysconfig/network-scripts/ifcfg-eth0
/etc/sysconfig/network-scripts/ifcfg-ppp0

The ifcfg-ppp0 contains all the PPPoE connection information, while the ifcfg-eth0 contains the physical network card configuration used by PPPoE:

DEVICE=eth0
BOOTPROTO="none"
ONBOOT="no"
HWADDR="11:22:33:11:22:33"

The underlying operating system needs to have the network MAC address stored in its configuration. Without this MAC address, the name and order of network cards is indeterminate. This setting is missing when a PPPoE connection is reconfigured. That... can be bad.
No tags attached.
Issue History
2010-02-09 12:30user2New Issue
2010-02-09 12:30user2Statusnew => assigned
2010-02-09 12:30user2Assigned To => user2
2010-02-09 14:01user2Statusassigned => resolved
2010-02-09 14:01user2Fixed in Version => 5.1
2010-02-09 14:01user2Resolutionopen => fixed
2010-02-23 14:33user2Note Added: 0000043
2010-02-23 14:33user2Statusresolved => closed

Notes
(0000043)
user2   
2010-02-23 14:33   
Software Update CCBA-2010:030: http://clearsdn.clearcenter.com/software/detail.php?aid=30 [^]