Re: [asterisk-users] How to change IAX default port 4569 to some other port

2006-11-26 Thread Zeeshan Zakaria
Thanks, I'll try and see if it solves my problem ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] How to change IAX default port 4569 to some other port

2006-11-24 Thread Tim Panton
On 23 Nov 2006, at 11:18, Zeeshan Zakaria wrote: Hi all, All of a sudden all my IAX DIDs have gone down. I couldn't find any reason other than that the ISP is blocking port 4569. DIDs register fine from my home server, but not from office server, which is not behind any NAT. SIP

Re: [asterisk-users] How to change IAX default port 4569 to some other port

2006-11-24 Thread William Piper
Something like this should work in your iptables: iptables -A PREROUTING -t nat -p tcp --dport 1234 -i eth0 -j DNAT --to-destination 127.0.0.1:4569 iptables -I FORWARD 1 -d 127.0.0.1 -p tcp --dport 4569 -j ACCEPT This would forward port 1234 to port 4569. bp On 11/23/06, Zeeshan Zakaria

[asterisk-users] How to change IAX default port 4569 to some other port

2006-11-23 Thread Zeeshan Zakaria
Hi all, All of a sudden all my IAX DIDs have gone down. I couldn't find any reason other than that the ISP is blocking port 4569. DIDs register fine from my home server, but not from office server, which is not behind any NAT. SIP registers fine. I am trying to change IAX port but it apparantly