Skip to main content

CXone Expert Clone Site 216

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

  1. Connect to router via ethernet cable
  2. Open web browser, navigate to:
    • Primary: 192.168.1.1
    • Alternative: 192.168.0.1
    • Or: router.starhub
  3. Login with admin credentials
  4. 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

  1. Navigate to Network > LAN > DHCP
  2. Modify settings:
    • Start IP: 192.168.1.100
    • End IP: 192.168.1.200
    • Lease Time: 86400 (24 hours)
  3. 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

VLAN Configuration

๐Ÿ’ก Use Case: Separate networks for security and performance. Ideal for IoT devices, guest access, and work computers.

Creating VLANs

  1. Enable VLAN support in Advanced > VLAN
  2. Create VLAN profiles:
    • VLAN 10: Main Network
    • VLAN 20: Guest Network
    • VLAN 30: IoT Devices
    • VLAN 40: Work/Secure
  3. Assign ports to VLANs
  4. 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

  1. Navigate to QoS > Classification
  2. 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

  1. Enable band steering for dual-band devices
  2. Set RSSI threshold: -75 dBm
  3. Configure load balancing between bands
  4. Exception list for 2.4GHz-only devices

Security Hardening

Firewall Rules

  • Enable SPI (Stateful Packet Inspection)
  • Block common attack ports
  • Create custom rules:
    1. Block all incoming except established
    2. Allow specific services only
    3. Log dropped packets
    4. 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

  1. Navigate to VPN > VPN Server
  2. Choose protocol:
    • OpenVPN (most secure)
    • PPTP (easier, less secure)
    • L2TP/IPSec (balanced)
  3. Generate certificates
  4. Create user accounts
  5. 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

  1. Enable SNMP v3 for security
  2. Set community string
  3. Configure trap destinations
  4. Use monitoring software:
    • PRTG Network Monitor
    • Zabbix
    • Nagios

Backup & Recovery

Configuration Backup

  1. Navigate to System > Backup
  2. Export configuration file
  3. Save with date stamp
  4. Store in multiple locations
  5. 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

  • Was this article helpful?