OPNsense Forum

Archive => 21.1 Legacy Series => Topic started by: osamahesham on August 19, 2021, 05:34:53 PM

Title: Need access WAN web page (Router VDSL) from LAN
Post by: osamahesham on August 19, 2021, 05:34:53 PM
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 .
Title: Re: Need access WAN web page (Router VDSL) from LAN
Post by: bartjsmit on August 19, 2021, 05:46:22 PM
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...
Title: Re: Need access WAN web page (Router VDSL) from LAN
Post by: osamahesham on August 19, 2021, 06:25:01 PM
Sure ,i have a static route for my LAN Network ,how can access all Web Pages (routers) from LAN this problem.
Title: Re: Need access WAN web page (Router VDSL) from LAN
Post by: chemlud on August 19, 2021, 10:30:46 PM
I use a outbound NAT rule from the client to the LAN network the router (modem mode). Interface WAN.

Title: Re: Need access WAN web page (Router VDSL) from LAN
Post by: osamahesham on August 20, 2021, 01:07:34 PM
Hello Chemlud
You can type all steps .(step by step)

Many thank you for your help 🙂

Title: Re: Need access WAN web page (Router VDSL) from LAN
Post by: chemlud on August 20, 2021, 02:06:45 PM
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...
Title: Re: Need access WAN web page (Router VDSL) from LAN
Post by: osamahesham on August 21, 2021, 01:17:24 AM
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


Title: Re: Need access WAN web page (Router VDSL) from LAN
Post by: osamahesham on August 21, 2021, 10:32:55 AM
Please add in photo.  :D
Title: Re: Need access WAN web page (Router VDSL) from LAN
Post by: bartjsmit on August 21, 2021, 12:22:55 PM
Do you allow RFC1918 addresses on the WAN interfaces? Interface, Generic Configuration, untick 'Block private networks', Save

Bart...
Title: Re: Need access WAN web page (Router VDSL) from LAN
Post by: osamahesham on August 21, 2021, 03:28:11 PM
 :'( :'(
Title: Re: Need access WAN web page (Router VDSL) from LAN
Post by: bartjsmit on August 21, 2021, 10:06:58 PM
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...