Changes

From Amahi Wiki
Jump to: navigation, search
33 bytes removed ,  02:34, 9 May 2014
2. Go to /etc/racoon.
{{Code| cd /etc/racoon}}
3. Back up the original racoon.conf in case things break.<br />
{{Code| cp racoon.conf racoon.conf.orig}}
4. As root user, open racoon.conf with your favorite editor.
{{Code| sudo nano racoon.conf}}
5. Go to the line with "mode_cfg".
{{Code| <pre>mode_cfg {
auth_source system;
save_passwd on;
split_dns "home.com";
banner "/etc/racoon/welcome.txt";
}</pre>}}
6. Change split_network from "include" to "local_lan" and delete the 198.162.... range.
{{Code| <pre>mode_cfg {
~~
split_network local_lan 10.100.100.0/24; </pre> }}
7. Also change "split_dns" to the name that I changed home domain to...
{{Code| <pre>mode_cfg {
~~
split_dns "amahi3.com";</pre>}}
8. Save your work<br />
9. Restart the racoon server
{{Code| sudo service racoon restart }}
Or open up your HDA dashboard, click on settings->servers and restart the IPSEC server.
12,424

edits