Changes

From Amahi Wiki
Jump to: navigation, search
135 bytes added ,  12:24, 19 September 2013
= Route All IPSEC VPN traffic through IPSEC VPN =
After you install IPSEC VPN and configure your router and iPhone correctly, you may find that twitter Twitter and facebook Facebook are still blocked by some networks.Also google-ing searching for "what is my ip" via Google or your favorite search engine will report back that you are still on the local network.
The Amahi VPN is set to use a split VPN tunnel by default. If you want to use blocked services while behind somebody's internet filters, you can use these steps to encrypt your traffic and use blocked services like twitter Twitter and facebookFacebook.
Below are the steps to direct all traffic through the VPN. Please note: this will divert all of your traffic through your hdaHDA, but you will not be able to access some of your network resources.
1 . Open a terminal on your hda HDA or ssh inuse SSH.<br /> 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.<br />{{Code| cp racoon.conf racoon.conf.orig}} 4 . As rootuser, open racoon.conf with your favorite editor, mine happens to be nano.
{{Code| sudo nano racoon.conf}}
 5 down arrow . Go to the line with "mode_cfg".
{{Code| mode_cfg {
auth_source system;
dns4 192.168.1.10;
wins4 192.168.1.10;
default_domain "Jamahi3amahi3.com";
auth_throttle 60;
split_network include 198.162.1.0/24 10.100.100.0/24;
}
}}
note <b>NOTE: I</b> Let'm going to s concentrate on the two lines that I were 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 . Also change "split_dns " to the name that I changed my home domain to...
{{Code| mode_cfg {
~~
split_dns "Jamahi3amahi3.com";
}}
 8 . Save your work<br /> 9 . Restart the racoon server 
{{Code| sudo service racoon restart
}}
Or - open up your hda, click on settings>servers and restart the IPSEC server.
Googling Or open up your HDA dashboard, click on settings->servers and restart the IPSEC server. Searching for "What what is My IPmy ip" via Google or your favorite search engine should now report your home VPN. You should then be able to use twitter Twitter and facebook Facebook through your VPN.
= Forwarding all traffic through the VPN =
12,424

edits