Robert Chambers wrote:
I am trying to get a Sip phone working and according to the tech staff at Sipphones.com I need to open and forward UDP ports 5060, 5004, and 69 to the Sip phone. I am using Dachstein 1.0.2, the single floppy disk version with PPPoE from Ken Hadley. I have read some of the documentation for Dachstein for port forwarding and I am still not sure for the correct syntax of the command should be entered into /etc/network.conf
To open the ports: EXTERN_UDP_PORTS="0/0_5060 0/0_5004 0/0_69"
...although I believe the high ports (5060 and 5004) will be open by default.
To forward the ports (replace <INTERN_IP> with the IP of the internal machine to recieve the calls):
INTERN_SERVER0="udp ${EXTERN_IP} 5060 <INTERN_IP>"
INTERN_SERVER1="udp ${EXTERN_IP} 5004 <INTERN_IP>"
INTERN_SERVER2="udp ${EXTERN_IP} 69 <INTERN_IP>"
-- Charles Steinkuehler [EMAIL PROTECTED]
------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
