GENWiki

Premier IT Outsourcing and Support Services within the UK

User Tools

Site Tools


computerfaq:vigor_28xx_cannot_map_port_5060_udp
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


computerfaq:vigor_28xx_cannot_map_port_5060_udp [2021/08/25 10:31] (current) – created genadmin
Line 1: Line 1:
 +When you get the message "UDP port 5060 is occupied by router VoIP service, please disable VoIP if you would like to open port 5060 to your LAN device"
 +
 +This is an issue with the GUI and can be resolved using telnet
 +
 +First get an index for IP Aliases (if used)
 +
 +<code>router> ip aux ?
 +%% ip aux add [IP] [wanX]
 +%% ip aux remove [Index] [wanX]
 +
 +%%     Where IP = Auxiliary WAN IP Address.
 +%%           Index = The Index number of table.
 +%%           wanX = add/remove an address for WANX.
 +
 +
 +Now auxiliary WAN1 IP Address table:
 +Index no. Status IP address
 +----------------------------------------------------
 +   1 Enable 1.2.3.4
 +   2 Enable 1.2.4.5
 +</code>
 +
 +Now make the mapping from the command line using
 +
 +<code>srv nat portmap add <idx> <serv name> <proto> <pub port> <src ip type> <src ip idx> <pri ip> <pri port> <wan1/wan2> <Alias IP>
 +
 + <idx> : index number = 1 ~ 40
 + <serv name> : Serv name (less than 23 characters)
 + <proto> : tcp/udp
 + <pub port> : 0-65535
 + <Src ip type> : ip object = 0, ip group = 1
 + <Src ip idx> : source ip index (ip object:1~192, ip group:1~32, any:0)
 + <pri ip> : private ip
 + <pri port> : 0-65535
 + <wan idx> : <wan1~wan4,all>
 + <alias ip> : alias ip number =1 ~ 32
 +
 +</code>
 +
 +So for example:
 +
 +<code>router> srv nat portmap add 15 sip udp 5060 0 0 192.168.1.10 5060 wan1 2</code>
 +
 +That being 
 +  - profile 15
 +  - name SIP
 +  - public port protocol UDP
 +  - public port 5060
 +  - any source ip
 +  - any source ip type
 +  - private IP 192.168.1.10
 +  - private port 5060
 +  - wan interface wan 1
 +  - IP Alias index 2
  
/home/gen.uk/domains/wiki.gen.uk/public_html/data/pages/computerfaq/vigor_28xx_cannot_map_port_5060_udp.txt · Last modified: 2021/08/25 10:31 by genadmin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki