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

wifi nat

Hello;



Interface 3:Wi-fi
Wi-fi network: 192.168.2.0
Wi-fi PC: 192.168.2.5

Interface 1:Internal
Internal Network:192.168.1.0

Diagram
192.168.2.5->192.168.1.0

How to wi-fi network PC internal network nat ?

Best regards


This thread was automatically locked due to age.
  • Hi, 
    Is The ASG your only Firewall/router and do both networks use it to get access to The Internet?
    Does Internet from both networks work?

    If both are anwsered with yes, than you don't need NAT at all, two packetfilter rules are sufficient:
    Allow Any from Wifi to Internal Network.
    Allow Any from Internal to Wifi.

    That should do the trick, you can check it with Ping.

    Hope that helps
    Gert
  • Hi, 
    Is The ASG your only Firewall/router and do both networks use it to get access to The Internet?
    Does Internet from both networks work?

    If both are anwsered with yes, than you don't need NAT at all, two packetfilter rules are sufficient:
    Allow Any from Wifi to Internal Network.
    Allow Any from Internal to Wifi.

    That should do the trick, you can check it with Ping.

    Hope that helps
    Gert


    Dear Hansen,

    Only "wifi-PC" (192.168.2.5) to internal network nat.

    I thought
    NAT Menu Rule:
    Allow Any from Wifi to Internal Network.

    Packet Filter Menu:
    1. Rule:"wifi-pc"-any-internal network-Allow
    2.Rule:wi-fi network-any-internal network-block

    One question:
    Does it work ? 

    Two question:
    Another simple solution ?

    Best regards.
  • Like Gert said, you don't need NAT rules.

    Your two packet filter rules will allow the PC at 192.168.2.5 to your internal network.  That is the simplest way to solve your issue.

    If, for example, you are logging into a Windows Domain on 192.168.1.0/24, then you also need the other packet filter rule Gert recommends, or, at least, one like: '{server IP} -> Any -> {192.168.2.5} : Allow'.

    Cheers - Bob