ClearFoundation Tracker - ClearOS
View Issue Details
0018531ClearOSapp-network - Network Settingspublic2018-01-09 13:452018-10-24 18:02
NickH 
user2 
normalminorhave not tried
closedfixed 
7.4.0 
7.5.0 Updates 
0018531: Webconfig objects to PPPoE with 255.255.255.255 netmask in standalone mode
When ClearOS is in standalone mode with an external PPPoE interface, if its netmask is 255.255.255.255, the Webconfig Web Server app or Flexshare app gives an "Ooooops!Net mask is invalid.". If put into gateway mode the error disappears. It appears this bug was introduced in 7.4. I do not have PPPoE so I can't check it out, but please see the following forum thread: https://www.clearos.com/clearfoundation/social/community/system-update-to-7-4-show-ooooops-net-mask-is-invailid. [^]
No tags attached.
related to 0021571closed user2 Filter out network interfaces with 255.255.255.255 netmask 
Issue History
2018-01-09 13:45NickHNew Issue
2018-01-09 14:15user2Note Added: 0006891
2018-01-09 14:15user2Statusnew => feedback
2018-01-10 01:04NickHNote Added: 0006901
2018-01-10 01:04NickHStatusfeedback => new
2018-01-10 02:14user2Note Added: 0006911
2018-01-10 02:14user2Statusnew => confirmed
2018-01-10 02:14user2Target Version => 7.4.0 Updates
2018-02-12 10:19user2Target Version7.4.0 Updates =>
2018-09-24 19:44user2Issue cloned: 0021571
2018-09-24 19:44user2Relationship addedrelated to 0021571
2018-09-24 20:11user2Note Added: 0008001
2018-09-24 20:11user2Statusconfirmed => resolved
2018-09-24 20:11user2Fixed in Version => 7.5.0 Updates
2018-09-24 20:11user2Resolutionopen => fixed
2018-09-24 20:11user2Assigned To => user2
2018-10-24 18:02user2Statusresolved => closed

Notes
(0006891)
user2   
2018-01-09 14:15   
I'm not convinced this is a bug. I was hoping to get the ifconfig output to verify that the interface was indeed a PPPoE/PPP interface and not a regular (e.g. eth0) interface. I have a feeling it's the latter.
(0006901)
NickH   
2018-01-10 01:04   
Feedback posted to the forum:
https://www.clearos.com/clearfoundation/social/community/system-update-to-7-4-show-ooooops-net-mask-is-invailid#reply-203141 [^]
(0006911)
user2   
2018-01-10 02:14   
Confirmed - thanks! Added to the bug queue.
(0008001)
user2   
2018-09-24 20:11   
Since the API is allowing 255.255.255.255 netmasks, it's now up to external apps to handle this scenario. For example, when Flexshare enumerates all the LANs on the network for "LAN Access", the underlying engine (Apache) won't like seeing 255.255.255.255 for non point-to-point interfaces.