Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can ping devices on VLAN from the gateway, can't access from the subnet on the main interface.

Hey there,

I set up two VLANs. VLAN 3 and VLAN 4. I can ping the gateway for both of the IPs, but can't ping all the IPs on them from the main subnet on the interface that the VLANs were created on. The difference is, the gateway and cisco switch everything is plugged into CAN ping those IPs. I'd really appreciate someone pointing me in the right direction here since I'm sure it's not a firewall rule issue since I tried making rules and checking firewall logs and didn't find anything. 

Packet Trace:

Ethernet header
Source MAC address:
Destination MAC address:
Ethernet type IPv4 (0x800)
 
IPv4 Header
Source IP address:192.168.1.5
Destination IP address:192.168.4.193
Protocol: ICMP
Header:20 Bytes
Type of service: 0
Total length: 60 Bytes
Identification:15073
Fragment offset:0
Time to live: 127
Checksum: 31177
 
ICMP Header:
Type: 8
Code: 0
Echo ID: 1
Echo sequence: 951
Gateway: 0
Fragmentation MTU: 0


This thread was automatically locked due to age.
Parents Reply Children
  • FormerMember
    0 FormerMember in reply to Gage C

    Hello ,

    As per the packet capture snapshot the traffic is getting forwarded to destination IP 192.168.4.193 over Port1.4 interface, which is correct. But we couldn't see any reply packet.

    ====================================================

    Request to follow the below steps:

    ==> Login to SSH > 4. Device Console and run below command.

    console> tcpdump 'host <destination IP> and proto ICMP

    example: console> tcpdump 'host 192.168.4.193 and proto ICMP

    ==> In another SSH session run below command to capture drops

    console> drop-packet-capture 'host 192.168.4.193 and proto ICMP

    ==> Try to ping 192.168.4.193 from Port1 network(192.168.1.0/24) using below command in cmd and share session output here or via PM.

    C:\Windows\system32>ping -n 2 192.168.4.193

    ====================================================

    Please ensure that you have a reverse route added on L2/L3 switch towards XG for reply packets. If not you may try to apply the linked NAT rule with SNAT applied as MASQ on LAN to LAN firewall rule.

    Before checking the reachability please flush all the connections for the destination IP from CLI.

    console> system diagnostics utilities connections v4 delete dest_ip 192.168.4.193


    Please feel free to reply to this thread or PM me if you've any queries.

  • I reversed and deleted the kubernetes cluster to avoid using up valuable resources on something inaccessible, it'll take me an hour or two to set it back up. Other devices on the vlan do reply, it's just anything under the reverse proxy IP range that's unresponsive to the 192.168.1.0 subnet. If I put my device directly on the 192.168.4.0 subnet, everything begins to respond as normal though.