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

Utm9 Two Dİfferent Ip Pools Doesn't Communİcate

Hi,

 

I have two different dhcp pools, normally two of them are communicating and there is no problem here. But when I connect to a point outside my 192.168.1.11 ip computer with a different VPN, I can connect to block 192.168.1, but I cannot connect to block 192.168.2.

 

What am I supposed to do about it? thank you for your help.



This thread was automatically locked due to age.
Parents Reply
  • With VPN you got a new default gateway (10.20.30.80) with a better metric than the old GW.

    So your traffic to 192.168.2.0 is send to the tunnel.

    a possible solution is a manual route ...

    route add 192.168.2.0 mask 255.255.255.0 192.168.1.1


    Dirk

    Systema Gesellschaft für angewandte Datentechnik mbH  // Sophos Platinum Partner
    Sophos Solution Partner since 2003
    If a post solves your question, click the 'Verify Answer' link at this post.

Children