On Tuesday 16 September 2003 11:59 pm, Chris Hariga
wrote:> Hi,
>
> Can U tell me the Vonage ATA 186 settings? I would like to try to have a
> web interface on my adapter :-))
>
> Best regards,
>
> Chris Hariga
Chris,
This are my Rules entries which control my Vonage thing since April. Works
fine but probably can be improved. the DNAT entry gives the ATA186 the
address of 192.168.1.152. Obviously I have some other ports open which have
nothing to do with Vonage.
I know it requires the 5060, 5061 and the 10000 entries but would have to go
back and find my notes buried deeply on my desk to confirm the others. I did
a bunch of experimentation to arrive at the rules file and so far have been
very pleased with Vonage.
Best of luck,
Richard
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
# PORT PORT(S) DEST
#
# Accept DNS connections from the firewall to the network
#
#ACCEPT fw net tcp 53
ACCEPT fw net udp 53
ACCEPT loc fw udp 53
ACCEPT fw loc udp 53
ACCEPT loc fw tcp 53
#
# Accept SSH connections from the local network for administration
#
ACCEPT loc fw tcp ssh
ACCEPT fw loc tcp ssh
ACCEPT loc fw tcp 20
ACCEPT fw loc tcp 20
ACCEPT loc fw tcp ftp
#ACCEPT fw loc tcp ftp
DNAT net loc:192.168.1.152 udp 5060
DNAT net loc:192.168.1.152 udp 5061
DNAT net loc:192.168.1.152 udp 10100:10500
ACCEPT loc fw udp 123
ACCEPT fw loc udp 123
# changed net to loc and loc to net on udp port 123 to test the voip
#ACCEPT loc net udp 5061
ACCEPT net fw udp 135
ACCEPT loc fw udp 69
ACCEPT fw loc udp 69
ACCEPT fw loc udp 67
ACCEPT fw loc udp 68
ACCEPT loc fw udp 67
ACCEPT loc fw udp 68
ACCEPT loc fw tcp 3306
ACCEPT fw loc tcp 3306
ACCEPT loc fw tcp http
ACCEPT fw loc tcp http
#ACCEPT loc net udp 10100:10500