RE: Source TCP port for Kannel
"Igor Ivoilov" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Configuring NAT is not the only option. I have the same issue with outgoing local port with my local telco, and in my sms application written in perl I have easily passed it with LocalPort option of IO::Socket::INET object. I think it is done with bind(2) and can be easily implemented in kannel.