ClearFoundation Tracker - ClearOS
View Issue Details
0001953ClearOSapp-network - Network Settingspublic2014-09-10 10:032018-10-09 10:03
dloper 
user2 
lowminoralways
closedfixed 
 
7.5.0 Updates7.5.0 Updates 
0001953: Adding VLAN interface to network configuration does not add interface to role in network.conf
When adding a VLAN interface in IP Settings, the network interface is not added to /etc/clearos/network.conf. This means that it does not get the proper role.

Workaround: Manually add the VLAN interface to /etc/clearos/network.conf in this format (where eth1:2 is the VLAN interface and eth1 is the existing interface):

LANIF="eth1 eth1:2"

Afterwards, restart the firewall:

service firewall restart
No tags attached.
Issue History
2014-09-10 10:03dloperNew Issue
2014-09-10 17:16user2Statusnew => acknowledged
2014-09-10 17:24user2Note Added: 0001295
2018-10-03 07:43user2Target Version => 7.5.0 Updates
2018-10-09 10:02user2Note Added: 0008121
2018-10-09 10:02user2Statusacknowledged => resolved
2018-10-09 10:02user2Fixed in Version => 7.5.0 Updates
2018-10-09 10:02user2Resolutionopen => fixed
2018-10-09 10:02user2Assigned To => user2
2018-10-09 10:03user2Statusresolved => closed

Notes
(0001295)
user2   
2014-09-10 17:24   
Unable to duplicate. Was there any "trace" in the /var/log/system log file? In the source code, I can see that the interface role is set soon after the interface is configured. If something blows a tire in between, then the role won't be set.
(0008121)
user2   
2018-10-09 10:02   
This seems to be okay in ClearOS 7.5. Please re-open if able to duplicate.