Difference between revisions of "Router Info"
Jump to navigation
Jump to search
Cisco Pix 506/501/515
(Created page with "== Mikrotik == This router has an ALG that can be disabled with the following command *<code> /ip firewall service-port disable sip </code> The info was found at the following...") |
Drew Harrell (talk | contribs) |
||
Line 1: | Line 1: | ||
== Mikrotik == | == Mikrotik == | ||
+ | |||
This router has an ALG that can be disabled with the following command | This router has an ALG that can be disabled with the following command | ||
− | |||
− | |||
− | |||
− | |||
− | ==Fortigate== | + | *<code>/ip firewall service-port disable sip</code> |
+ | |||
+ | The info was found at the following two links [http://wiki.mikrotik.com/wiki/Manual:IP/Services Mikrotik Wiki] [http://forum.mikrotik.com/viewtopic.php?f=13&t=56265 Mikrotik Forum] | ||
+ | |||
+ | == Fortigate == | ||
+ | |||
I found this online about solving issues with Fortigate routers and NO AUDIO with remote SIP: | I found this online about solving issues with Fortigate routers and NO AUDIO with remote SIP: | ||
In the command line of the fortigate type the following: | In the command line of the fortigate type the following: | ||
+ | |||
*<code>config system settings</code> | *<code>config system settings</code> | ||
*<code>set sip-helper disable</code> | *<code>set sip-helper disable</code> | ||
*<code>set sip-nat-trace disable</code> | *<code>set sip-nat-trace disable</code> | ||
− | + | ||
Reboot the device | Reboot the device | ||
In the command line type the following: | In the command line type the following: | ||
+ | |||
*<code>config system session-helper</code> | *<code>config system session-helper</code> | ||
*<code>show</code> | *<code>show</code> | ||
(now look for SIP, mostly it will be "12") | (now look for SIP, mostly it will be "12") | ||
+ | |||
*<code>delete 12</code> | *<code>delete 12</code> | ||
− | + | ||
Don't use any protection profiles on the firewall of the sip rules. | Don't use any protection profiles on the firewall of the sip rules. | ||
+ | |||
+ | = Cisco Pix 506/501/515<br/> = | ||
+ | <div dir="ltr" data-font-name="g_font_p0_1" data-canvas-width="271.1786496402639">This is for Pix 506/501/515 but it should work with any Cisco Pix, and possibly other Cisco<br/></div><div dir="ltr" data-font-name="g_font_p0_1" data-canvas-width="48.802877652486835">routers.</div> | ||
+ | #access-list 101 permit udp any host 64.238.XXX.XXX range 10000 20000<br/>(Note: Replace 64.238.XXX.XXX with your public IP assigned to be forwarded to the IPitomy PBX) | ||
+ | #access-list 101 permit tcp any host 64.238.XXX.XXX range 10000 20000<br/>(Note: Replace 64.238.XXX.XXX with your public IP assigned to be forwarded to the IPitomy PBX) | ||
+ | #static (inside,outside) 64.238.XXX.XX 172.16.2.129 netmask 255.255.255.255 0 0<br/>(Note: Replace 64.238.XXX.XXX with users public IP, replace the 172.16.2.129 with users private IP that is assigned to the IPitomy PBX) | ||
+ | #no fixup protocol sip 5060 | ||
+ | #no fixup protocol sip udp 5060 |
Revision as of 16:23, 26 February 2013
Mikrotik
This router has an ALG that can be disabled with the following command
/ip firewall service-port disable sip
The info was found at the following two links Mikrotik Wiki Mikrotik Forum
Fortigate
I found this online about solving issues with Fortigate routers and NO AUDIO with remote SIP:
In the command line of the fortigate type the following:
config system settings
set sip-helper disable
set sip-nat-trace disable
Reboot the device
In the command line type the following:
config system session-helper
show
(now look for SIP, mostly it will be "12")
delete 12
Don't use any protection profiles on the firewall of the sip rules.
Cisco Pix 506/501/515
This is for Pix 506/501/515 but it should work with any Cisco Pix, and possibly other Cisco
routers.
- access-list 101 permit udp any host 64.238.XXX.XXX range 10000 20000
(Note: Replace 64.238.XXX.XXX with your public IP assigned to be forwarded to the IPitomy PBX) - access-list 101 permit tcp any host 64.238.XXX.XXX range 10000 20000
(Note: Replace 64.238.XXX.XXX with your public IP assigned to be forwarded to the IPitomy PBX) - static (inside,outside) 64.238.XXX.XX 172.16.2.129 netmask 255.255.255.255 0 0
(Note: Replace 64.238.XXX.XXX with users public IP, replace the 172.16.2.129 with users private IP that is assigned to the IPitomy PBX) - no fixup protocol sip 5060
- no fixup protocol sip udp 5060