Forward 192.168.3.227 to 192.168.1.133

Is this possible?

I need this because a bunch of IP Phones are contacting 192.168.1.133 (a router that has its sip ports forwarded to a laptop on 192.168.3.227) and the sip server tells them to send out voice data to 192.168.3.227

What is the topology?

Are the phones on the “WAN” side of the router, the “LAN” side? On their own VLAN? Same for the SIP server.


192.168.1.1
-----> 192.168.1.133 (router, has its own dhcp server 192.168.3.1, port forwarded SIP 5060 to .227)
-----------> 192.168.3.227 (SIP Server)
-----------> 192.168.3.129 (working phone connected to 192.168.3.227)
-----> 192.168.1.238 (phone connectd to 192.168.1.133, which then tries to connect to 192.168.3.227 and fails)

On 192.168.1.1:

  • Add a route to 192.168.3.0/24 via 192.168.1.133.
  • Make sure the lan zone forward policy is permissive.

On 192.168.1.133:

  • Disable the masquerading for wan zone.
  • Add a forwarding from wan to lan zone.


can you tell me what I did wrong?
from a client on 192.168.1.1 router: pinging 192.168.3.1 gets a reply, but pinging 192.168.3.227 gets timed out

very nice! i pinged another client (192.168.3.221) and it worked! very thankful for your quick answer @vgaetera

1 Like

If your problem is solved, please consider marking this topic as [Solved]. See How to mark a topic as [Solved] for a short how-to.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.