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

Routing networks physical ports

Hi!

I've a new XG210 and I need create differents networks for interfaces.

Port 1: LAN Users

Port 2: WAN (ISP Connection Router)

Port 3: SRV Network

Port 4: WIFI Networks

Port 5: Management Network

Port : Producction Network

 

And now I need make a routing for:

LAN to WAN

Wifi to WAN

SRV to WAN

.....

 

I'm trying to make Static Routing but is not possible. Which is the way??

 

BR



This thread was automatically locked due to age.
Parents Reply Children
  • Yes, I've create my zones but I can't comunicate LAN Zone to WAN Zone for example. I've create FW Rule:

     

    TEST 1
    in 0 B, out 0 B
    LAN, Any host
    WAN, Any host
    Any service
    Accept
     

    But If I try to make ping to WAN IP Interface ping: sendto: No route to host

  •  :

    Please verify NAT action "MASQ" applied in the same LAN to WAN rule.

    Traffic for Internet from all zones will be route by default to WAN zone. 

    What is the status of WAN gateway? Is it showing up and connected? If it is up and green then you may check the packet request on firewall as per below steps.

    For LAN to WAN zone communication, Please connect LAN system to LAN Port1 network and generate PING to  WAN destination like 8.8.8.8 or 4.2.2.2 and confirm the packet request on XG SSH/Telnet as per below steps.

    You may check the traffic or packet request via CLI command:

    1) Packet request command

    console > tcpdump 'host X.X.X.X

    2) Drop packet command

    console > drop 'host X.X.X.X

    where X.X.X.X is the destination, in our case 8.8.8.8 if you started PING to same from your LAN system.

    If Packet going out from Port2 then need to check next destination. 

    What about the communication between other zones? Have you tested same by creating a required rules? ==> if this is working then inter zone communication is fine and there is a problem for WAN traffic communication only.

  • Thanks Vishal_R, This problem is solved it now. I did need reconfigure and connect WAN Interface to ISP Router and add gateway to my network interface laptop's (...no comment :P )