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

Voip phones

Hello,

I am trying to set up port forwarding for a voip phone system and I cannot 
get it to work.

I have Astaro home on address 192.168.0.1 
The voip phone router is at static address 192.168.0.6 and needs UDP ports 
16284-32767 forwarded to work properly. Alternatively, a DMZ that allows 
all traffic in and out would work too.

Per the instructions I have been able to get for port forwarding, this is 
what I have set up.

Definitions, Networks
Set up the voip router as type=network, address=192.168.0.6, 
interface=internal. netmask=/32

Definitions, Services
Set up the voip router ports as type=UDP, Destination port=16284:32767, 
Source port=16284:32767

Network Security, Packet Filter, Rules
Setup Group=No Group, Position=2, Source=Internal (Network), Service=voip 
router ports, Destination=voip router, Action=Allow, Time Event=Always

This makes sense, but doesn't work. What am I doing wrong.
Thanks


This thread was automatically locked due to age.
Parents
  • Why do you specified the source as Source port=16284:32767? The source should be a random number

    What are you effectively doing there is allowing internal network (i guess this should be 192.168.0.0/24) to talk to 192.168.0.6
    Also not a good idea to set the interface type in objects( most of the times it should be set up as Any)
Reply
  • Why do you specified the source as Source port=16284:32767? The source should be a random number

    What are you effectively doing there is allowing internal network (i guess this should be 192.168.0.0/24) to talk to 192.168.0.6
    Also not a good idea to set the interface type in objects( most of the times it should be set up as Any)
Children
  • Thank you for your response
    I finally figured it out. I am obviously getting confused with the wording.
    I ended up creating a network host definition for my voip router, then created a packet filter rule as:
    Source = voip router
    Service = Any
    Destination = Any
    This effectively opened up all ports to the voip router only which is what I wanted, and is okay because there are no computers on that router.
    Where I was confused is that Source to me should be Any or the External address, and the Destination should be the voip router.
    I still need to play with the settings because I don't like seeing Any as the destination, I would prefer to only have the outside world being forwarded, not the internal network as well - if what I'm thinking is right. [:S]