Skip to main content
Vishalv16
New Member
October 10, 2019
Question

multiple subnet routing via single interface

  • October 10, 2019
  • 1 reply
  • 5685 views

Currently we have setup as L3 have Vlan with multiple subnet  subnet 1 :10.x.x.x subnet 2 :172.20.x.x now currently all system from 172.20.x.x can ping to 10.x.x.x but only 10.x.x.230 ip is not able to ping or access but from same subnet 10.x.x.x it's pinging & accessible. no access list is there , IP routing is enable now setup is that L3(192.168.10.2) is connected to firewall port 7 (192.168.10.1) and ip default route is there for all L3 traffic to targeted to firewall. now my qu is if i want to pass traffic from firewall of 172.20.x.5 ( a particular ip) to  10.x.x.230  both share the same interface  will it be possible. if not can any  have information why i am not able to ping 10.x.x.230 from 172.20.x.x ( its A cisco swtich) note: nothing is block on the system as we are able to access form IP sec tunnel from different location add-on info : I did tracert 10.x.x.230 its hitting to 172.20.x.253 then packet is dropped which is 172.20.x.x vlan getway  for other ip like 10.x.x.245 tracert is successful from 172.20.x.x series Thanks in advance  

    1 reply

    Toshi_Esumi
    SuperUser
    SuperUser
    October 10, 2019

    First, what are the subnet masks /8 and /16? How about port7? /24?

    Then do all GWs of the subnets exist on the FGT? If so 10.x.x.230 should be reachable from all other subnets as long as proper policies exist.

    Vishalv16
    Vishalv16Author
    New Member
    October 18, 2019

    First, what are the subnet masks /8 and /16? How about port7? /24? both have /24 subnet mask Then do all GWs of the subnets exist on the FGT? GW are in L3 switch Vlan

    Toshi_Esumi
    SuperUser
    SuperUser
    October 18, 2019

    So you meant L3 as L3 switch that has two vlans and the GW IPs for all other devices in those vlans, and the FGT is just connecting them to the internet. And you have 172.20.x.5/24 on the FGT, right? Then the FGT doesn't need any other IP and it can get back to all devices not only in 172.20.x.x/24 but also 10.x.x.x/24 as long as you have a static route on the FGT 10.x.x.x/24->172.20.x.1 (on the L3 switch/GW) because all routing/switching is done by the L3 switch.