Anonymous | Login | 2024-11-21 01:57 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000026 | ClearOS | app-network - Network Settings | public | 2010-02-09 12:30 | 2010-02-23 14:33 | ||||
Reporter | user2 | ||||||||
Assigned To | user2 | ||||||||
Priority | urgent | Severity | major | Reproducibility | sometimes | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 5.1 | ||||||||
Target Version | 5.1 | Fixed in Version | 5.1 | ||||||
Summary | 0000026: PPPoE reconfiguration may fail due to underlying network card settings | ||||||||
Description | 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. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000043) user2 2010-02-23 14:33 |
Software Update CCBA-2010:030: http://clearsdn.clearcenter.com/software/detail.php?aid=30 [^] |