Router Configuration
This guide provides step-by-step instructions for configuring port forwarding on popular router brands and models.
Подготовка к работе
Gather Required Information
- Command Line
- Browser Method
# Get your computer's local IP address
# Linux/macOS:
hostname -I | awk '{print $1}'
# Windows PowerShell:
(Get-NetIPAddress -AddressFamily IPv4 -InterfaceAlias Ethernet).IPAddress
# Get your router's IP (default gateway)
# Linux/macOS:
ip route | grep default | awk '{print $3}'
# Windows:
ipconfig | findstr "Default Gateway"
- Find your public IP: Visit whatismyip.com
- Find your local IP:
- Windows: Settings → Network & Internet → Properties
- macOS: System Preferences → Network → Advanced
- Or check your router's DHCP client list
- Find router IP: Usually
192.168.1.1
or192.168.0.1
Required Ports Reference
Application | Ports Needed |
---|---|
Space Acres | 30333, 30433 |
CLI Farmer | 30333, 30433, 30533 |
Domain Operator | 30333, 30334, 30433, 40333 |
Router-Specific Guides
- TP-Link
- Netgear
- ASUS
- Linksys
- D-Link
- Google/Nest
- Ubiquiti
TP-Link Routers
Access Router:
- Open browser and go to
192.168.1.1
ortplinkwifi.net
- Login (default: admin/admin)
Configure Port Forwarding:
- Navigate to Advanced → NAT Forwarding → Virtual Servers
- Click Add or +
- Fill in details:
- Service Type: Custom
- Device: Select your computer or enter IP manually
- External Port: 30333
- Internal Port: 30333
- Protocol: TCP
- Status: Enabled
- Click Save
- Repeat for ports 30433 and 30533 (if needed)
Verify:
- Go to System Tools → System Logs
- Look for port forwarding entries
Common Models:
- Archer AX series: Advanced → NAT Forwarding → Port Forwarding
- Deco series: More → Advanced → Port Forwarding
- Older models: Forwarding → Virtual Servers
Netgear Routers
Access Router:
- Open browser and go to
192.168.1.1
orrouterlogin.net
- Login (default: admin/password)
Configure Port Forwarding:
- Navigate to Dynamic DNS/Port Forwarding or Advanced Setup
- Select Port Forwarding / Port Triggering
- Choose Port Forwarding
- Click Add Custom Service
- Configure:
- Service Name: Autonomys-Consensus
- Protocol: TCP
- External Port Range: 30333-30333
- Internal IP Address: Your computer's IP
- Internal Port Range: 30333-30333
- Click Apply
- Repeat for other required ports
Nighthawk Models:
- Dynamic DNS → Port Forwarding
- Use the Port Forwarding table
- Can add multiple ports at once
Orbi Systems:
- Advanced → Setup → Port Forwarding
- Similar process but may require app configuration
ASUS Routers
Access Router:
- Open browser and go to
192.168.1.1
orrouter.asus.com
- Login with your credentials
Configure Port Forwarding:
- Navigate to WAN → Virtual Server / Port Forwarding
- Enable Port Forwarding if not already
- Add new rule:
- Service Name: Autonomys
- Port Range: 30333
- Local IP: Your computer's IP
- Local Port: 30333
- Protocol: TCP
- Click + to add
- Repeat for additional ports
- Click Apply
Gaming Routers (ROG):
- May have Game Mode → Port Forwarding
- Can use Gaming Boost profiles
AiMesh Systems:
- Configure on main router
- Nodes inherit settings automatically
Linksys Routers
Access Router:
- Open browser and go to
192.168.1.1
ormyrouter.local
- Login (newer models may use Linksys Smart WiFi)
Smart WiFi Interface:
- Click Priority or Security
- Select Port Range Forwarding
- Click Add a Rule
- Configure:
- Rule Name: Autonomys Ports
- Start Port - End Port: 30333-30333
- Protocol: TCP
- Device: Select from list or enter IP
- Save
Classic Interface:
- Applications & Gaming → Port Range Forward
- Enter:
- Application: Autonomys
- Start/End Port: 30333/30333
- Protocol: TCP
- IP Address: Your computer's IP
- Enabled:
- Save Settings
Velop Mesh Systems:
- Use Linksys app
- Network Administration → Port Forwarding
D-Link Routers
Access Router:
- Open browser and go to
192.168.0.1
ordlinkrouter.local
- Login (default: admin/blank or admin/admin)
Configure Port Forwarding:
- Navigate to Advanced → Port Forwarding
- Click Add Rule or New
- Fill in:
- Name: Autonomys
- IP Address: Your computer's IP
- TCP/UDP: TCP
- Port: 30333-30333
- Schedule: Always
- Save
- Add additional rules for other ports
Alternative Path:
- Features → Virtual Server
- Similar configuration process
DIR Series:
- May use Advanced → Virtual Server
- Check Application Rules for presets
Google Nest WiFi / Google WiFi
Using Google Home App:
- Open Google Home app
- Tap Wi-Fi → Settings (gear icon)
- Select Advanced networking
- Tap Port management → Add rule
- Configure:
- Internal IP: Your computer's IP
- Internal port: 30333
- External port: 30333
- Protocol: TCP
- Save
- Repeat for additional ports
Notes:
- No web interface available
- Must use mobile app
- Limited to 50 port forwarding rules
- UPnP can be enabled for automatic configuration
Ubiquiti UniFi / EdgeRouter
UniFi Dream Machine / Controller:
- Access UniFi Controller
- Go to Settings → Routing & Firewall
- Select Port Forwarding tab
- Click Create New Port Forward Rule
- Configure:
- Name: Autonomys Consensus
- From: Any
- Port: 30333
- Forward IP: Your device IP
- Forward Port: 30333
- Protocol: TCP
- Save
EdgeRouter:
# SSH into router
ssh [email protected]
# Configure port forwarding
configure
set port-forward rule 1 description "Autonomys Consensus"
set port-forward rule 1 forward-to address 192.168.1.100
set port-forward rule 1 forward-to port 30333
set port-forward rule 1 original-port 30333
set port-forward rule 1 protocol tcp
commit
save
exit
UniFi Security Gateway:
- Similar to Dream Machine
- Use Controller interface
- Config → Routing & Firewall → Port Forwarding
Universal Port Forwarding Steps
If your router isn't listed above:
-
Access Router Admin Panel
- Common addresses:
192.168.1.1
,192.168.0.1
,10.0.0.1
- Check router label for default credentials
- Common addresses:
-
Find Port Forwarding Section Look for these menu items:
- Перенаправление портов
- Virtual Servers
- NAT/Gaming
- Applications
- Advanced → Forwarding
-
Create Rules For each required port:
- Name/Description: Descriptive name (e.g., "Autonomys-30333")
- Protocol: TCP
- External/Public Port: The port number
- Internal/Private IP: Your computer's local IP
- Internal/Private Port: Same as external
- Enable/Active: Yes/Checked
-
Save and Apply
- Click Save/Apply
- Router may reboot
Advanced Configuration
Setting Static IP (DHCP Reservation)
Ensures your computer always gets the same local IP:
- General Steps
- Router Examples
-
Find your computer's MAC address:
# Linux/macOS
ip link show | grep ether
# Windows
ipconfig /all | findstr Physical -
In router admin panel:
- Look for: DHCP Reservation, Static IP, Address Reservation
- Usually under: LAN Settings, DHCP, Network
-
Add reservation:
- MAC Address: Your computer's MAC
- IP Address: Choose an IP (e.g., 192.168.1.100)
- Device Name: Your computer name
-
Save and restart your computer's network
TP-Link:
- Advanced → Network → DHCP Server
- Address Reservation → Add
Netgear:
- LAN Setup → Address Reservation
- Add → Select device from list
ASUS:
- LAN → DHCP Server
- Manually Assigned IP → Add
Linksys:
- Local Network → DHCP Reservation
- Add DHCP Reservation
Port Triggering vs Port Forwarding
Feature | Перенаправление портов | Port Triggering |
---|---|---|
When to use | Autonomys farming | Not recommended |
IP requirement | Static/Reserved IP | Dynamic IP OK |
Multiple devices | One per port | Can share |
Security | Always open | Opens on demand |
Reliability | High | Lower |
Recommendation: Always use Port Forwarding for Autonomys Network.
Troubleshooting Router Issues
Port Forwarding Not Working
-
Verify local connectivity:
# Check if service is running
netstat -tuln | grep 30333 -
Check for double NAT:
# Compare these IPs
curl -s https://api.ipify.org # Public IP
# vs router's WAN IP (check in router status) -
Common fixes:
- Disable router firewall temporarily to test
- Check ISP doesn't block ports
- Ensure Windows/OS firewall configured
- Try DMZ as last resort (security risk)
ISP Blocking Ports
Some ISPs block common ports. Solutions:
-
Use alternate ports:
- Change to 31333, 31433, 31533
- Update both router and application config
-
Contact ISP:
- Request unblocking
- Ask for business plan
- Get static IP
-
Workarounds:
- VPN with port forwarding
- IPv6 if available
- Cloud VPS as relay
Рекомендации по безопасности
Essential Security Rules
Always:
- Use strong router admin password
- Keep router firmware updated
- Document your configuration
- Use DHCP reservations
Never:
- Use DMZ for farming computer
- Disable firewall completely
- Forward RPC ports (9944, 9945)
- Share router admin credentials
- Use default passwords
Monitoring Router Security
# Check open ports from outside
nmap -p 30333,30433,30533,9944 YOUR_PUBLIC_IP
# Expected: 30333-30533 open, 9944 closed/filtered
Quick Reference Card
Common Router IPs
192.168.1.1
- Most routers192.168.0.1
- D-Link, Netgear10.0.0.1
- Some cable modems192.168.2.1
- Belkin, SMC
Default Credentials
- TP-Link: admin/admin
- Netgear: admin/password
- Linksys: admin/admin or blank/admin
- D-Link: admin/blank or admin/admin
- ASUS: admin/admin
Always change default credentials!