Cloud services, Public IPs and SIP
Posted
by
Guido N
on Server Fault
See other posts from Server Fault
or by Guido N
Published on 2012-04-11T09:20:57Z
Indexed on
2012/04/11
11:33 UTC
Read the original article
Hit count: 296
I'm trying to run a custom SIP software (which uses JAIN SIP 1.2) on a cloud box. What I'd really like is to have a real public IP aka which is listed by "ifconfig -a" command. This is because atm I don't want to write additional SIP code / add a SIP proxy in order to manage private IP addresses / address translation. I gave Amazon EC2 a go, but as reported here http://stackoverflow.com/questions/10013549/sip-and-ec2-elastic-ips it's not fit for purpose (they do a 1:1 NAT translation between the private IP of the box and its Elastic IP).
Does anyone know of a cloud service that provides real static public IP addresses?
© Server Fault or respective owner