were doing some failover stuff,
we have a director, pfsense and some windows servers
Director (linux)
|
|
|--------------------------- ---------------------|
pfsense WRAP |
| windows server
windows 2003
our issue - we want the director to failover to our windows 2003 machine -
but how?
the director supports IPinIP - but windows03 doesnt! can pfsense do some
sort of unwrappnig IP thing?
the pfsense and win03 are in a seperate network, so it needs the whole
IPinIP thing..
[EMAIL PROTECTED]:# modprobe ipip -> this is to load module 'ipip' in
Linux
machine. similiar mechanism I think in FreeBSD??
[EMAIL PROTECTED]:# ifconfig tunl0 192.168.0.7 netmask 255.255.255.255
broadcast
192.168.0.7 up -> to config tunl0
0.7 being the IP of the director.
cheers
KG