Difference between revisions of "Working iax configuration, using vpn"
From MyWiki
| (5 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
[general] | [general] | ||
autokill=yes | autokill=yes | ||
| − | register => foo2:<password>@10.0.0.1 | + | register => foo2:<password>@10.0.0.1 <--- I don't think this is necessary if both ips are known |
[bar2] | [bar2] | ||
type=friend | type=friend | ||
| − | secret= | + | secret=<same password as above> |
auth=plaintext | auth=plaintext | ||
host=10.0.0.1 | host=10.0.0.1 | ||
| Line 11: | Line 11: | ||
trunk=yes | trunk=yes | ||
qualify=yes | qualify=yes | ||
| + | |||
| + | '''Cloud instance''' | ||
| + | [general] | ||
| + | autokill=yes | ||
| + | [foo2] | ||
| + | type=friend | ||
| + | secret=<same pasword as above> | ||
| + | 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 | ||
Latest revision as of 19:00, 22 July 2014
Work instance [general] autokill=yes register => foo2:<password>@10.0.0.1 <--- I don't think this is necessary if both ips are known [bar2] type=friend secret=<same password as above> auth=plaintext host=10.0.0.1 context=fromiax trunk=yes qualify=yes
Cloud instance [general] autokill=yes [foo2] type=friend secret=<same pasword as above> 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