Changes

From Amahi Wiki
Jump to: navigation, search
No change in size ,  21:59, 9 September 2013
Below are the steps to direct all traffic through the VPN. Please note: this will divert all of your traffic through your hda, but you will not be able to access some of your network resources.
# 1 Open a terminal on your hda or ssh in.# 2 Go to /etc/racoon (that is spelled correctly BTW)
{{Code| cd /etc/racoon}}
# 3 Back-up the original racoon.conf in case things break# 4 As root, open racoon.conf with your favorite editor, mine happens to be nano
{{Code| sudo nano racoon.conf}}
# 5 down arrow to the mode_cfg
{{Code| mode_cfg {
auth_source system;
}}
note: I'm going to concentrate on the two lines that I changed: "split_network" and "split_dns".
# 6 - change split_network from "include" to "local_lan" and delete the 198.162.... range.
{{Code| mode_cfg {
~~
split_network local_lan 10.100.100.0/24;
}}
# 7 - I also changed split_dns to the name that I changed my home domain to...
{{Code| mode_cfg {
~~
split_dns "Jamahi3.com";
}}
# 8 - save your work# 9 - restart the racoon server
{{Code| sudo service racoon restart
}}
Trusted, Bots, Bureaucrats, emailconfirmed, Administrators
3,789

edits