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

FreeSwitch setup With ASG

Good evening to all

I just discovered this great soft ware. I am long time PFsense user.

my challenge is to setup rules for the following services. on ASG V8


SSH (22)
FTP (21)
HTTP & HTTPS (80 & 443)

lastly Voip service sith FreeSwitch
-SIP (5060-5090) UDP
-RTP (16384-32768) UDP


there are several Polycom phones both internal and external

network is extremely simple but with a lot of endpoints

Cable Modem (static IP) --> Astaro (ASG) --> Switch --> Endpoints

My internal network is 
192.168.2.0/24

the router is at 192.168.2.10

Please give me specific instructions on how to set this up.
I have been at this for hours without any real success; voice issues due to NAT.

Help

very new


This thread was automatically locked due to age.
Parents
  • Are you asking how to host these services or allow outbound access to them?  For example:

    HTTP & HTTPS (80 & 443)

    Do you want to host websites or allow your internal users to websurf?

    If Websurfing, without using the proxy, create a packet filter rule:  
    Source:  Internal (Network)
    Service:  WebSurfing
    Destination:  Any or Internet

    If hosting a web server, you will need to setup a DNAT rule.  See the screenshot in my post here:  https://community.sophos.com/products/unified-threat-management/astaroorg/f/54/t/40231 .

    These same steps can be followed for other protocols, by changing the service used.
Reply
  • Are you asking how to host these services or allow outbound access to them?  For example:

    HTTP & HTTPS (80 & 443)

    Do you want to host websites or allow your internal users to websurf?

    If Websurfing, without using the proxy, create a packet filter rule:  
    Source:  Internal (Network)
    Service:  WebSurfing
    Destination:  Any or Internet

    If hosting a web server, you will need to setup a DNAT rule.  See the screenshot in my post here:  https://community.sophos.com/products/unified-threat-management/astaroorg/f/54/t/40231 .

    These same steps can be followed for other protocols, by changing the service used.
Children