Ping from WAN to LAN

Hi everyone!

I have one problem. I have two GL-MT300N-V2 configurated like VPN server in my office and VPN client in my home.

Sorry for picture quality !

I need access from PC to PC2. I can ping from PC ( 192.168.8.100) to GL-MT300N-V2 ( 192 .168.100.1) and other devices connected to router-modem(83.133.3.85) …but I can’t ping to PC2…
Are there any way to access to LAN device’s ?
Is it necessary some interface? How can I do it?

Thanks!!!

( Sorry about my English)

1 Like

Hello

While awaiting for other experts to chime in, perhaps you would like to explore the Site2Site feature using the GL.iNet GoodCloud. Most important is to set up the main node properly and the rest of the links, the GoodCloud will handle it. Also ensure your firmware is Ver3.102.

Details at :

2 Likes

In my experience, if you use OPENVPN, you can only ping from server to client, can’t ping from client to server.
I recommend that you use wireguard.

1 Like

Thank you for your help!

I check Site to Site system, it’s very similar than wireguard.

But I have same problem, using main node device, I can ping node 1 router, buy I cannot ping device connected to node 1 router.

Example:
-ping from 192.168.8.100(PC1) to 192.168.10.1(Node 1 router) successful.
-ping from 192.168.8.100(PC1) to 192.168.10.100 ( PC2) NOT successful.

I don’t know what I’m doing wrong…

Thank you for your help!

I explain my problems in previous message.

Wireguard it’s easier for set up, but I have same problems.

You need to allow access to the subnet below the node1, you can click the settings button to add subnet access

Are you refer about this?

Yes
You still don’t have access?

No, I can`t ping NODE1 LAN device.

I don´t know what to do…

Maybe firewall not allow access?

Did you do anything else?
You can try the reset firmware and reconfigure it.

Hello,

I reseted firmware in both MT300 Router devices.
I am trying now with Wireguard VPN method. But It didn`t successfully.

I can ping between client and server Routers ( 192.168.8.100-192.168.120.1) and / 192.168.120.100-192.168.8.1). But i can´t ping between LAN devices directly.

Hi all, I have the same issue,

VPN clients can ping VPN server remotely, but my VPN client can’t ping devices that are locally connected to the VPN server/router.

Did anyone manage to solve this?

Hi all, I have the same issue,

VPN clients can ping VPN server remotely, but my VPN client can’t ping devices that are locally connected to the VPN server/router.

Did anyone manage to solve this?

Do you mean the set up of S2S network using our cloud?

hi man, maybe this will help.
i have firewall config like this

firewall.@rule[7]=rule
firewall.@rule[7].src=‘wan’
firewall.@rule[7].dest=‘lan’
firewall.@rule[7].proto=‘esp’
firewall.@rule[7].target=‘ACCEPT’
firewall.@rule[8]=rule
firewall.@rule[8].src=‘wan’
firewall.@rule[8].dest=‘lan’
firewall.@rule[8].dest_port=‘500’
firewall.@rule[8].proto=‘udp’
firewall.@rule[8].target=‘ACCEPT’

I don’t know how to explain it in detail. but in my case that time. exactly can not ping even access to the router network. after I added the rule. it works well. good luck ^^