Configuration/tweaks/networking/.
Overview
Networking tweaks in AtlasOS focus on:- Applying optimized network settings
- Disabling vulnerable protocols
- Restricting anonymous network access
- Optimizing SMB/CIFS file sharing
- Enhancing network security
Network Configuration
Atlas Network Settings
- Network adapter settings
- TCP/IP parameters
- DNS configuration
- Network performance tuning
Protocol Security
Disable LLMNR Protocol
- Security vulnerability: Susceptible to man-in-the-middle attacks
- Credential theft: Can be exploited to capture authentication credentials
- Obsolete: Replaced by modern DNS resolution
- Network pollution: Generates unnecessary multicast traffic
SMB/File Sharing Security
Restrict Anonymous Enumeration of Shares
- Information disclosure
- Reconnaissance attacks
- Unauthorized access attempts
Restrict Anonymous Share Access
Further restricts anonymous access to network shares beyond enumeration, preventing:- Anonymous connections to shared resources
- Null session attacks
- Unauthorized data access
Disable SMB Bandwidth Throttling
Removes bandwidth limitations on SMB (Server Message Block) file transfers for improved file sharing performance over local networks.Configuration Location
All networking tweak YAML files are located in:Networking Tweaks Summary
| Tweak | Purpose | Security Impact | Performance Impact |
|---|---|---|---|
| Atlas Network Settings | Optimize network configuration | Medium | High |
| Disable LLMNR | Prevent credential theft | High | None |
| Restrict Anonymous Enumeration | Block share discovery | High | None |
| Restrict Anonymous Access | Block share access | High | None |
| Disable SMB Throttling | Improve transfer speed | None | High |
Security Standards Compliance
AtlasOS networking tweaks implement DISA STIG findings:V-220930: Anonymous Share Enumeration
Severity: MediumVulnerability: Allows anonymous users to enumerate network shares
Fix: Set
RestrictAnonymous to 1
Related: V-220929 (See Security Tweaks)
SAM account enumeration restriction (covered in Security Tweaks)Network Protocol Security
Disabled Protocols
- LLMNR (Link-Local Multicast Name Resolution)
- Port: UDP 5355
- Vulnerability: NTLM hash capture
- Replacement: DNS
- Status: Disabled
Recommended Additional Security
For enhanced security, also consider disabling:- NetBIOS over TCP/IP (if not needed)
- SMBv1 (already disabled in modern Windows)
- IPv6 (if not used on your network)
SMB/CIFS Optimizations
File Sharing Performance
AtlasOS optimizes SMB file sharing by:-
Removing Bandwidth Throttling
- Allows full network speed utilization
- Improves large file transfer times
- Benefits local network file sharing
-
Security Restrictions
- Blocks anonymous access
- Prevents information disclosure
- Maintains authenticated share access
SMB Security Features
AtlasOS maintains these SMB security features:- SMBv2/v3 encryption support
- Authenticated access requirements
- Share access control lists (ACLs)
- Anonymous access restrictions
Network Configuration Details
Registry Modifications
Networking tweaks modify these registry locations:Atlas Network Reset Script
The Atlas network reset script performs:- Network adapter reset
- TCP/IP stack optimization
- DNS cache flush
- Winsock reset
- Network settings optimization
- Protocol configuration
AtlasDesktop\9. Troubleshooting\Network\Reset Network to Atlas Default.cmd
Performance Considerations
Local Network
- Disabled SMB throttling improves LAN transfer speeds
- Optimized TCP/IP settings reduce latency
- DNS configuration improves name resolution
Internet Connection
- TCP window scaling optimization
- Receive Window Auto-Tuning
- Congestion control algorithms
YAML Structure
Networking tweaks use these action types:Reverting Network Tweaks
Re-enable LLMNR (Not Recommended)
Allow Anonymous Share Enumeration (Not Recommended)
Reset Network to Windows Default
Windows includes built-in network reset:Best Practices
- Keep LLMNR disabled for security
- Maintain anonymous access restrictions
- Use the Atlas network reset for optimal settings
- Enable SMB encryption for sensitive data transfers
- Regularly update network drivers
- Monitor network performance after applying tweaks
Troubleshooting
If you experience network issues after applying tweaks:-
Run Atlas Network Reset
- Location:
AtlasDesktop\9. Troubleshooting\Network - Restores Atlas default configuration
- Location:
-
Check Network Adapter
- Update drivers
- Verify adapter is enabled
- Check physical connection
-
DNS Issues
- Flush DNS cache:
ipconfig /flushdns - Try alternative DNS servers (1.1.1.1, 8.8.8.8)
- Flush DNS cache:
-
File Sharing Issues
- Verify SMB services are running
- Check firewall rules
- Ensure correct credentials for share access