Difference between revisions of "Working iax configuration, using vpn"
From MyWiki
Line 11: | Line 11: | ||
trunk=yes | trunk=yes | ||
qualify=yes | qualify=yes | ||
+ | '''Cloud instance''' | ||
+ | |||
+ | [general] | ||
+ | autokill=yes | ||
+ | [foo2] | ||
+ | type=friend | ||
+ | secret=password123 | ||
+ | auth=plaintext | ||
+ | host=10.0.0.100 | ||
+ | context=twig | ||
+ | trunk=yes | ||
+ | qualify=yes | ||
+ | deny=0.0.0.0/0.0.0.0 | ||
+ | permit=10.0.0.1/255.255.255.255 |
Revision as of 17:25, 22 July 2014
Work instance [general] autokill=yes register => foo2:<password>@10.0.0.1 [bar2] type=friend secret=password123 auth=plaintext host=10.0.0.1 context=fromiax trunk=yes qualify=yes Cloud instance
[general]
autokill=yes [foo2] type=friend secret=password123 auth=plaintext host=10.0.0.100 context=twig trunk=yes qualify=yes deny=0.0.0.0/0.0.0.0 permit=10.0.0.1/255.255.255.255