Advanced Router Configuration Guide
Unlock the full potential of your StarHub router with advanced configuration options. This guide covers expert-level settings for power users and tech enthusiasts.
⚠️ Warning: Advanced settings can affect network stability. Always backup your configuration before making changes. Default settings work best for most users.
Accessing Advanced Settings
Router Admin Access
- Connect to router via ethernet cable
- Open web browser, navigate to:
- Primary:
192.168.1.1
- Alternative:
192.168.0.1
- Or:
router.starhub
- Primary:
- Login with admin credentials
- Navigate to "Advanced" or "Expert" mode
First-Time Security Setup
Setting | Action | Reason |
---|---|---|
Admin Password | Change from default | Prevent unauthorized access |
Admin Username | Change if possible | Additional security layer |
Remote Management | Disable unless needed | Reduce attack surface |
WPS | Disable | Known vulnerability |
Network Configuration
DHCP Settings
Custom IP Range
- Navigate to Network > LAN > DHCP
- Modify settings:
- Start IP:
192.168.1.100
- End IP:
192.168.1.200
- Lease Time:
86400
(24 hours)
- Start IP:
- Reserve 1-99 for static assignments
Static IP Assignments
- Identify device MAC address
- Add reservation in DHCP settings
- Assign IP outside DHCP range
- Common assignments:
- NAS:
192.168.1.10
- Printer:
192.168.1.20
- Smart Home Hub:
192.168.1.30
- NAS:
VLAN Configuration
๐ก Use Case: Separate networks for security and performance. Ideal for IoT devices, guest access, and work computers.
Creating VLANs
- Enable VLAN support in Advanced > VLAN
- Create VLAN profiles:
- VLAN 10: Main Network
- VLAN 20: Guest Network
- VLAN 30: IoT Devices
- VLAN 40: Work/Secure
- Assign ports to VLANs
- Configure inter-VLAN routing rules
Port Forwarding & NAT
Common Port Forwarding Rules
Service | Protocol | External Port | Internal Port |
---|---|---|---|
Web Server | TCP | 80, 443 | 80, 443 |
Gaming (PS5) | TCP/UDP | 80, 443, 3478-3480 | Same |
Remote Desktop | TCP | 3389 | 3389 |
Minecraft Server | TCP | 25565 | 25565 |
Security Camera | TCP | 8080 | 80 |
DMZ Configuration
- Use for devices needing full port access
- Set DMZ host IP (e.g., gaming console)
- Ensure device has strong security
- Monitor for unusual activity
QoS Advanced Settings
Traffic Classification
- Navigate to QoS > Classification
- Create priority rules:
- Voice: Highest (DSCP 46)
- Video: High (DSCP 34)
- Gaming: High (DSCP 26)
- Browsing: Normal (DSCP 0)
- Downloads: Low (DSCP 8)
Bandwidth Allocation
Recommended Allocation (1Gbps plan):
- Work devices: 40% guaranteed
- Entertainment: 30% guaranteed
- General use: 20% guaranteed
- Guest/IoT: 10% maximum
Wireless Advanced Settings
Professional WiFi Optimization
Setting | Default | Optimized | Purpose |
---|---|---|---|
Channel Width | Auto | 80MHz (5GHz) | Maximum throughput |
Guard Interval | Auto | Short | Higher data rates |
Beacon Interval | 100ms | 200-300ms | Reduce overhead |
RTS Threshold | 2347 | 2304 | Better collision handling |
DTIM Period | 1 | 3 | Power saving for devices |
Band Steering Configuration
- Enable band steering for dual-band devices
- Set RSSI threshold: -75 dBm
- Configure load balancing between bands
- Exception list for 2.4GHz-only devices
Security Hardening
Firewall Rules
- Enable SPI (Stateful Packet Inspection)
- Block common attack ports
- Create custom rules:
- Block all incoming except established
- Allow specific services only
- Log dropped packets
- Rate limit connections
Access Control Lists
Rule Type | Example | Purpose |
---|---|---|
MAC Filtering | Allow list only | Device whitelist |
Time-based | Kids devices off at 10 PM | Parental control |
URL Filtering | Block social media | Productivity |
Service Block | Disable P2P | Bandwidth management |
VPN Server Setup
Built-in VPN Server
- Navigate to VPN > VPN Server
- Choose protocol:
- OpenVPN (most secure)
- PPTP (easier, less secure)
- L2TP/IPSec (balanced)
- Generate certificates
- Create user accounts
- Export client configuration
VPN Client Setup
- For privacy: Configure VPN client
- Route specific devices through VPN
- Kill switch for VPN disconnection
- Split tunneling for local access
Monitoring & Diagnostics
Built-in Tools
- Traffic Monitor: Real-time bandwidth usage
- System Log: Connection events and errors
- Ping Test: Network connectivity check
- Traceroute: Path diagnosis
- Port Scanner: Security audit
SNMP Configuration
- Enable SNMP v3 for security
- Set community string
- Configure trap destinations
- Use monitoring software:
- PRTG Network Monitor
- Zabbix
- Nagios
Backup & Recovery
Configuration Backup
- Navigate to System > Backup
- Export configuration file
- Save with date stamp
- Store in multiple locations
- Test restore procedure
Best Practice: Create backups before and after major changes. Keep last 3 working configurations. Document what changed between versions.
Factory Reset Procedure
- Hold reset button 30 seconds
- Or via admin panel: System > Factory Reset
- Reconfigure from backup
- Update firmware immediately