Hosts unreachable on ping between LAN and WAN
Posted: Sat Jun 03, 2017 4:04 pm
Hi everybody,
I want to communicate between two equipments, the first one on LAN side of the Gargoyle router and the other one on the WAN side.
My configuration :
When PC_0 and PC_1 are both connected on the LAN side :
- ping is working from PC_0 to PC_1
- ping is working from PC_1 to PC_0
When PC_0 is on LAN side and PC_1 is on WAN side :
- ping is working from PC_0 to router LAN side (192.168.0.1)
- ping is working from PC_0 to router WAN side (192.168.1.2)
- ping is working from PC_1 to router WAN side (192.168.1.2)
- ping is working from PC_1 to router LAN side (192.168.0.1)
- ping is not working from PC_0 to PC_1 or vice-versa.
On PC_0, the answer is : Request timed out
On PC_1, the answer is : Destination unreachable (port unreachable)
Where is the problem ?
Thanks for your help,
Frederic
I want to communicate between two equipments, the first one on LAN side of the Gargoyle router and the other one on the WAN side.
My configuration :
Code: Select all
Gargoyle router :
LAN IP Address : 192.168.0.1
LAN Netmask : 255.255.255.0
DHCP : no (static IP)
WAN IP Address : 192.168.1.2
WAN Netmask : 255.255.255.0
WAN Gateway IP : 192.168.1.1
Drop ping from WAN side : not checked
Active routes :
default eth0.2 (WAN) 192.168.1.1 0
192.168.0.0/255.255.255.0 br-lan (LAN) * 0
192.168.1.0/255.255.255.0 eth0.2 (WAN) * 0
Code: Select all
Host on LAN side (PC_0) :
DHCP : yes
IP Address : 192.168.0.100
Netmask : 255.255.255.0
Gateway IP : 192.168.0.1
Code: Select all
Host on WAN side (PC_1) :
DHCP : no (static IP)
IP Address : 192.168.1.120
Netmask : 255.255.255.0
Gateway IP : 192.168.1.2
- ping is working from PC_0 to PC_1
- ping is working from PC_1 to PC_0
When PC_0 is on LAN side and PC_1 is on WAN side :
- ping is working from PC_0 to router LAN side (192.168.0.1)
- ping is working from PC_0 to router WAN side (192.168.1.2)
- ping is working from PC_1 to router WAN side (192.168.1.2)
- ping is working from PC_1 to router LAN side (192.168.0.1)
- ping is not working from PC_0 to PC_1 or vice-versa.
On PC_0, the answer is : Request timed out
On PC_1, the answer is : Destination unreachable (port unreachable)
Where is the problem ?
Thanks for your help,
Frederic