Hallo,
ich habe mir ein SPA-2102 zugelegt.
Ich habe entsprechend dem Konfigurator, der hier verlinkt ist, die Konfiguration eingetragen.
Leider erscheint nur FAIL bei Registration Status. Der Syslog sagt folgendes:
Bei mir ist vorallem zu beachten, ich habe zwei VoIP-Geräte. Einmal das Gigaset C610A IP, wofür ich folgende Ports weiterleite:
Und an das SPA-2102 leite ich diese Ports weiter (Ich habe auch entsprechend in der Konfiguration auch 5160 für LINE1 und 5161 für LINE2 eingetragen)
Jemand eine Idee?
ich habe mir ein SPA-2102 zugelegt.
Ich habe entsprechend dem Konfigurator, der hier verlinkt ist, die Konfiguration eingetragen.
Leider erscheint nur FAIL bei Registration Status. Der Syslog sagt folgendes:
Code:
RSE:GetServerAddrErr(sipgate.de,0)=-101
TP:?Tx->0
[1]SIP:ICMP Error 0 (0:5060, 5)
DNS fail -1; stunserver.org
RSE:GetServerAddrErr(sipgate.de,0)=-101
TP:?Tx->0
[1]SIP:ICMP Error 0 (0:5060, 5)
[1]RegFail. Retry in 15
RSE:GetServerAddrErr(sipgate.de,0)=-101
TP:?Tx->0
[1]SIP:ICMP Error 0 (0:5060, 5)
DNS fail -1; stunserver.org
RSE:GetServerAddrErr(sipgate.de,0)=-101
TP:?Tx->0
[1]SIP:ICMP Error 0 (0:5060, 5)
[1]RegFail. Retry in 15
Bei mir ist vorallem zu beachten, ich habe zwei VoIP-Geräte. Einmal das Gigaset C610A IP, wofür ich folgende Ports weiterleite:
Code:
$IPTABLES -t nat -A PREROUTING -i $PPP_IF -p udp --dport 5004:5020 -j DNAT --to-destination $ATHENA
$IPTABLES -t nat -A PREROUTING -i $PPP_IF -p udp --dport 5060:5076 -j DNAT --to-destination $ATHENA
Und an das SPA-2102 leite ich diese Ports weiter (Ich habe auch entsprechend in der Konfiguration auch 5160 für LINE1 und 5161 für LINE2 eingetragen)
Code:
$IPTABLES -t nat -A PREROUTING -i $PPP_IF -p udp --dport 5160:5180 -j DNAT --to-destination $ATHENA2
$IPTABLES -t nat -A PREROUTING -i $PPP_IF -p udp --dport 16384:16482 -j DNAT --to-destination $ATHENA2
Jemand eine Idee?