ClearFoundation Tracker - ClearOS
View Issue Details
0001455ClearOSapp-network - Network Settingspublic2013-12-09 18:042020-02-06 04:34
user2 
 
normaltweaksometimes
closedsuspended 
7.0.0 Alpha 2 
 
0001455: Add support for command line changes to DEVICE parameter
In some circumstances, the network interface specified in the DEVICE= parameter may not match network interface name in the ifcfg-X configuration filename. For example:

# cat /etc/sysconfig/network-scripts/ifcfg-eth4
DEVICE=eth2
TYPE="Ethernet"
... snip ...

The configuration for "eth4" gets re-mapped to network interface "eth2".

The ClearOS API does not support this type of re-mapping, but this type of configuration should be supported for command line changes. Update the network API to handle this scenario.
No tags attached.
related to 0001447closed dsokoloski Add support for command line changes to DEVICE parameter 
related to 0001454closed dsokoloski Add support for command line changes to DEVICE parameter 
related to 0001520closed user2 Add support for command line changes to DEVICE parameter 
related to 0001521closed  Add support for command line changes to DEVICE parameter 
Issue History
2013-12-09 18:04user2New Issue
2013-12-09 18:04user2Statusnew => assigned
2013-12-09 18:04user2Assigned To => dsokoloski
2013-12-09 18:04user2Issue generated from: 0001447
2013-12-09 18:04user2Relationship addedrelated to 0001447
2013-12-09 18:04user2Relationship addedrelated to 0001454
2013-12-16 09:14user2Assigned Todsokoloski => user2
2013-12-16 09:14user2Target Version => 6.5.0 Updates
2014-01-02 11:33user2Target Version6.5.0 Updates => 6.6.0 Beta 1
2014-01-18 09:57dloperNote Added: 0001130
2014-01-20 08:54user2Issue cloned: 0001520
2014-01-20 08:54user2Relationship addedrelated to 0001520
2014-01-20 08:55user2Relationship addedrelated to 0001521
2014-04-30 06:31user2Target Version6.6.0 Beta 1 => 6.6.0 Beta 2
2014-06-05 10:43user2Note Added: 0001205
2014-06-05 10:43user2Product Version => 7.0.0 Alpha 2
2014-06-05 10:43user2Target Version6.6.0 Beta 2 =>
2018-12-14 12:11user2Assigned Touser2 => tracker
2020-02-06 04:34NickHNote Added: 0013001
2020-02-06 04:34NickHStatusassigned => closed
2020-02-06 04:34NickHAssigned Totracker =>
2020-02-06 04:34NickHResolutionopen => suspended

Notes
(0001130)
dloper   
2014-01-18 09:57   
The fix that was rolled into 6.5 appears to fix the issue with the firewall but there is an issue with multiwan in that multiwan appears to search for the gateway out of the config file that matches the name and not the config file that has the parameter DEVICE=ethx. This means that the device is never provisioned under multiwan due to missing gateway information.

Multiwan must also discover properly the device information respecting the running configuration over the static naming only.

-Determine the multiwan NIC
-Find the file with the NIC configuration file by the DEVICE line rather than the name in network-scripts
-FInd the gateway in the corresponding file
(0001205)
user2   
2014-06-05 10:43   
The changes are too significant for a minor release update. As a workaround for customers, we can add a flag that will set the "Network Interface" configuration in the UI to read-only. In fact, that might be the best option.
(0013001)
NickH   
2020-02-06 04:34   
Migrated to https://gitlab.com/clearos/clearfoundation/app-network/issues/43 [^]