Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tamhow to set up WAN on router
To set up WAN on a router, you need to:
On the back of your router, find the port labeled:
Connect it like this:
ISP modem / ONT / wall Ethernet port → Router WAN port
Then connect your computer or phone to the router by:
If you have a separate modem, power-cycle in this order:
This helps clear old ISP MAC address bindings.
Open a web browser and go to the router’s local address. Common addresses are:
192.168.1.1
192.168.0.1
192.168.1.254
10.0.0.1
If you do not know the address:
On Windows:
ipconfig
Look for Default Gateway.
On macOS/Linux:
ip route
or:
netstat -nr
Log in using the router admin credentials. These are often printed on the router label unless they were changed.
Go to a menu such as:
Internet
WAN
Network > WAN
Advanced > Internet Setup
Then select the connection type.
| WAN Type | When to Use | Information Needed |
|---|---|---|
| Dynamic IP / DHCP / Automatic IP | Most cable, fiber, and modem-router setups | Usually none |
| PPPoE | Many DSL and some fiber ISPs | ISP username and password |
| Static IP | Business internet or fixed-IP service | IP address, subnet mask, gateway, DNS |
| L2TP/PPTP | Less common ISP configurations | Server, username, password |
| VLAN/802.1Q WAN tagging | Some fiber ISPs | VLAN ID from ISP |
This is the most common home setup.
Use this if your ISP did not give you a username, password, or fixed IP details.
Steps:
Dynamic IP
Automatic IP
DHCP
Obtain IP Automatically
The router should receive:
If the WAN IP shows 0.0.0.0, the router did not receive an address.
Use PPPoE if your ISP gave you a login username and password.
Steps:
PPPoE
Username
Password
Always On
1492
unless your ISP specifies something else.
PPPoE is common on DSL and some fiber connections.
Use this only if your ISP provided fixed WAN details.
You will need:
WAN IP address
Subnet mask
Default gateway
Primary DNS server
Secondary DNS server
Example:
IP Address: 203.0.113.10
Subnet Mask: 255.255.255.0
Gateway: 203.0.113.1
Primary DNS: 8.8.8.8
Secondary DNS: 1.1.1.1
Steps:
Do not invent these values; they must come from your ISP.
Some ISPs lock service to the MAC address of the first connected device.
Use MAC Clone if:
You can clone:
After cloning, reboot modem first, then router.
Some fiber ISPs require WAN VLAN tagging.
Example:
WAN VLAN ID: 201
This depends entirely on your ISP. If required and not configured, the router may show a physical link but no internet connection.
Look for settings like:
IPTV/VLAN
802.1Q
Internet VLAN ID
WAN VLAN
Typical MTU values:
| Connection Type | Typical MTU |
|---|---|
| DHCP / Static IP over Ethernet | 1500 |
| PPPoE | 1492 |
| Some VPN/L2TP/PPTP setups | 1400–1460 |
If websites partially load or some services fail, an MTU mismatch may be the cause.
After saving settings, check the router’s Status or Internet page.
A working WAN connection should show:
WAN IP Address: present
Gateway: present
DNS: present
Connection Status: Connected
Then test from a connected computer:
ping 8.8.8.8
If that works, test DNS:
ping google.com
Interpretation:
| Result | Meaning |
|---|---|
Can ping 8.8.8.8, but not google.com |
DNS problem |
Cannot ping 8.8.8.8 |
WAN/routing/ISP problem |
WAN IP is 0.0.0.0 |
Router did not get WAN address |
WAN IP is 192.168.x.x, 10.x.x.x, or 172.16–31.x.x |
Possible double NAT or CGNAT |
0.0.0.0Possible causes:
Try:
This is usually a physical-layer issue.
Check:
Try a different cable and port if available.
Check DNS settings.
Try manual DNS:
Primary DNS: 1.1.1.1
Secondary DNS: 8.8.8.8
Also confirm that the default gateway is present on the router’s WAN status page.
If your router’s WAN IP is something like:
192.168.x.x
10.x.x.x
172.16.x.x to 172.31.x.x
your ISP modem may also be acting as a router.
Possible solutions:
Bridge mode is usually best if you want your own router to handle routing, firewall, DHCP, and port forwarding.
For most home users, use this setup:
WAN Connection Type: Dynamic IP / DHCP
DNS: Automatic or manual
MTU: 1500
NAT: Enabled
DHCP Server on LAN: Enabled
Firewall: Enabled
For PPPoE users:
WAN Connection Type: PPPoE
Username: from ISP
Password: from ISP
MTU: 1492
Connection Mode: Always On
For business static IP users:
WAN Connection Type: Static IP
Use only ISP-provided IP details
Confirm subnet mask and gateway carefully
To set up WAN, connect your ISP modem or ONT to the router’s WAN/Internet port, log in to the router, select the correct WAN type, usually Dynamic IP/DHCP, then save and verify that the router receives a WAN IP address.
If it does not work, the most common causes are wrong WAN type, PPPoE credentials, MAC binding, VLAN tagging requirements, bad cable, or double NAT.
If you tell me your router model and ISP, I can give you exact menu-by-menu instructions.