Changes

From Amahi Wiki
Jump to: navigation, search
43 bytes removed ,  02:31, 9 May 2014
delete the 2 lines with split in mode_cfg :
{{Code| split_network include 192.168.1.0/24, 10.8.1.0/24; split_dns "home.com";}}
<br>At /etc/racoon/amahi-up-down change the lines 19 and 26 from eth0 to em1 because this is the network interface of my Hda. The changes are
<br>from:
{{Code| iptables -t nat -A POSTROUTING -s ${INTERNAL_ADDR4}/32 -o eth0 -j MASQUERADE}}
to
{{Code| iptables -t nat -A POSTROUTING -s ${INTERNAL_ADDR4}/32 -o em1 -j MASQUERADE}}
and from:
{{Code| iptables -t nat -D POSTROUTING -s ${INTERNAL_ADDR4}/32 -o eth0 -j MASQUERADE}}
<br>to
{{Code| iptables -t nat -D POSTROUTING -s ${INTERNAL_ADDR4}/32 -o em1 -j MASQUERADE}}
Finally go to http://hda->Setup->Settings->Servers and restart the IPsec VPN Server.
12,424

edits