Another update of "progress":
After doing some more research, I tried
yum --enablerepo=base --enablerepo=updates install ipsec-tools
Obviously,
ipsec-tools provides racoon.
Am I on the right track now, somebody????
Later:OK, I'm almost home now:
After installing ipsec-tools, this is what I get:
#/sbin/ifup ipsec0
RTNETLINK answers: Invalid argument
...so a check in the messages log gives me:
# tail /var/log/messages
Jan 27 14:14:45 server2 racoon: INFO: @(#)ipsec-tools 0.3.3 (http://ipsec-tools.sourceforge.net)
Jan 27 14:14:45 server2 racoon: INFO: @(#)This product linked OpenSSL 0.9.7a Feb 19 2003 (http://www.openssl.org/)
Jan 27 14:14:45 server2 racoon: INFO: 192.168.103.1[500] used as isakmp port (fd=8)
Jan 27 14:14:45 server2 racoon: INFO: 81.230.149.198[500] used as isakmp port (fd=9)
Jan 27 14:14:45 server2 racoon: ERROR: failed to bind to address 192.168.103.1[500] (Address already in use).
Jan 27 14:14:45 server2 racoon: INFO: 1.1.1.1[500] used as isakmp port (fd=10)
Jan 27 14:14:45 server2 racoon: INFO: 127.0.0.1[500] used as isakmp port (fd=11)
What exactly does the line
ERROR: failed to bind to address 192.168.103.1[500] (Address already in use)
mean???
The address 192.168.103.1 is the internal (LAN) interface of this server.
Should I do some configuration elsewhere as well?
Please, someone! I really need this up & running

By the way, Ldkeen, why don't you start a new bug in bugzilla about this?
That would probably help in speeding things up even further?
...Just my recommendation...