Difference between revisions of "Router Info"
Jump to navigation
Jump to search
Mikrotik
Fortigate
Cisco Pix 506/501/515
Drew Harrell (talk | contribs) |
Drew Harrell (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | This page contains general information about port forwarding and disabling application layer gateways on particular routers. | |
+ | |||
+ | = Mikrotik<br/> = | ||
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 | ||
Line 7: | Line 9: | ||
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] | 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<br/> = | |
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: |
Revision as of 16:24, 26 February 2013
This page contains general information about port forwarding and disabling application layer gateways on particular routers.
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