Need access WAN web page (Router VDSL) from LAN

Started by osamahesham, August 19, 2021, 05:34:53 PM

Previous topic - Next topic
Hello All
I have 8 routers in my office and added all in Gateways (WAN1 ,WAN2,WAN3,WAN4,WAN5,WAN6,WAN7,WAN8) but i can't open web page for this routers from LAN network (OPNsense) How can do it .

Most likely a routing issue. Check if they have a static route for your LAN, since their default gateways will be outbound to their respective WAN providers.

Bart...

Sure ,i have a static route for my LAN Network ,how can access all Web Pages (routers) from LAN this problem.

I use a outbound NAT rule from the client to the LAN network the router (modem mode). Interface WAN.

kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare

felix eichhorns premium katzenfutter mit der extraportion energie

A router is not a switch - A router is not a switch - A router is not a switch - A rou....

Hello Chemlud
You can type all steps .(step by step)

Many thank you for your help 🙂


No steps, simply one outbound NAT rule, interface WAN , from = the client you want to reach the modem, e.g. 10.0.0.45/32 if that'S the IP of the client, to = subnet that your modem handles on the LAN interface, e.g. 192.168.1.0/24, depends on your modem, have a look in the GUI of the modem...
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare

felix eichhorns premium katzenfutter mit der extraportion energie

A router is not a switch - A router is not a switch - A router is not a switch - A rou....

it didn't work   :'( :'(
you can send screenshot for that.

My LAN 10.0.0.0
My Laptop 10.0.0.221
My Subnet 255.255.0.0
My WAN 192.168.1.0
Modem IP 192.168.1.1\24




Do you allow RFC1918 addresses on the WAN interfaces? Interface, Generic Configuration, untick 'Block private networks', Save

Bart...


Time for some packet captures, I reckon. Interfaces, Diagnostics, Packet Capture. Start the capture, attempt to access a WAN interface from the LAN, stop capture and save.

Load the file into Wireshark and filter on the WAN interface IP.

Bart...