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

Cisco IP Comm

I am trying to setup my Cisco IP comm to work with my Astaro SSL.

When the SSL is active, i can RDP to anyone of my servers, and call within the network. However, when I call an external number from my IP comm, on the outside of the network connected to the Astaro SSL, I cannot hear the other party, the other party can hear me perfectly fine.

any thoughts?


-J


This thread was automatically locked due to age.
  • Check the PacketFilter and IPS logs?

    Barry
  • Sounds like you have RTP traffic that's being blocked... watch your packet filter logs.
  • so here is what i found:

    10:03:00 Default DROP UDP 10.1.1.111 : 48946 
     → 10.1.2.5 : 1107 
     len=544 ttl=63 tos=0x00 srcmac=00:18:19[:D]c:e2:40 dstmac=00:1a:8c:f0:ae:20 


    so i created the following rule under packet filter:

    Source:  Host - 10.1.1.111 - Internal    10.1.1.111 is our publisher
    Service: TCP/UDP Destination port 48946 source port 1:65535
    Destination: internal 10.1.2.5
    Action: Allow
    Time Event: >


    I do not see this event anymore, but i do see this one now....

    10:30:59 Default DROP UDP 10.1.1.111 : 49845 
     → 10.1.2.5 : 1137 
     len=47 ttl=63 tos=0x00 srcmac=00:18:19[:D]c:e2:40 dstmac=00:1a:8c:f0:ae:20 
     

    So i do not understand whats going on...

    any thoughts?

    -J
  • so i added the following to the packet filter rule:

    Service: TCP/UDP Destination port 1:65535 source port 1:65535

    the drop had disappeared from the packet filter log, but i the other party cannot hear me still.


    -J