Hi Lloyd,
I've just managed to get SME5.5 to talk to 4.12 via IPSEC
I had to reconfigure both ipsec.conf to disable compression.
# Enable compression
compress=no
This was the only way I could get IPSEC to connect
I am currently running the following config on both
GateToGate no
GateToNet yes
NAT yes
NetToNet yes
As GateToGate yes was killing my remote connection while debugging. I may turn it back on later.
I have also modified /etc/e-smith/templates/etc/rc.d/init.d/masq/10masq_ipsec
on the 4.1.2 box
from
my $loadme = db_get_prop(\%services, 'masq', $me) || "yes";
to
my $loadme = db_get_prop(\%services, 'masq', $me) || "no";
Now I suspect that altering the config for ipsec and adding |masq|no|
would do the same thing but not 100% sure.
I did all of this because I was getting masq errors on the 4.1.2 box
I ended up rebooting the 4.1.2 box to remove the masq_ipsec module.
I can now ping from server to remote server, server to remote network and remote server to local network.
I haven't managed to sort out windoze peer to peer yet.
Rod