Gordon,
I do have the output you have requested I think.
[root@gravity /root]# /sbin/lsmod
Module Size Used by
appletalk-fixed 20960 12 (autoclean)
ip_masq_vdolive 1376 0 (unused)
ip_masq_raudio 3008 0 (unused)
ip_masq_quake 1392 0 (unused)
ip_masq_pptp 4560 3
ip_masq_irc 1632 0 (unused)
ip_masq_ipsec 7728 0 (unused)
ip_masq_icq 10144 0 (unused)
ip_masq_h323 3600 0 (unused)
ip_masq_ftp 4256 0 (unused)
ip_masq_cuseeme 1120 0 (unused)
eepro100 16224 2 (autoclean)
usb-uhci 19056 0 (unused)
usbcore 42096 1 [usb-uhci]
aic7xxx 137440 3
[root@gravity /root]#
[root@gravity /root]# grep ip_masq /etc/rc.d/init.d/mas
/sbin/modprobe ip_masq_cuseeme
/sbin/modprobe ip_masq_ftp
/sbin/modprobe ip_masq_h323
/sbin/modprobe ip_masq_icq
/sbin/modprobe ip_masq_ipsec
/sbin/modprobe ip_masq_irc
/sbin/modprobe ip_masq_pptp
/sbin/modprobe ip_masq_quake
/sbin/modprobe ip_masq_raudio
/sbin/modprobe ip_masq_vdolive
[root@gravity /root]#
I did the following:
1. Downloaded the file
ftp://ftp.e-smith.org/pub/e-smith/contrib/CharlieBrady/RPMS/i386-RH7.0/ip_masq_vpn-0.1.1-1.i386.rpm2. Copied it to a location on the e-smith server
3. ran the command 'rpm -Uhv ip_masq_vpn-0.1.1-1.i386.rpm --force'
4. It appeared to work fine. No error.
5. ran the command 'mkdir -p /etc/e-smith/templates-custom/etc/rc.d/init.d/masq'
6. ran the command 'cd /etc/e-smith/templates-custom/etc/rc.d/init.d/masq'
7. ran the command 'echo "/sbin/modprobe ip_masq_pptp" > 10masq_pptp'
8. ran the command 'echo "/sbin/modprobe ip_masq_ipsec" > 10masq_ipsec'
9. ran the command '/sbin/e-smith/signal-event remoteaccess-update'
10. ran the command '/sbin/e-smith/signal-event reboot'
After the machine rebooted I once again tried to VPN from my machine on the internal lan to a machine on the internet via the e-smith server. What I get is that It connects to the server, but it gets stuck trying to do the password authentication. It just sits at the "verifying username and password..".
I would love to replace my Linksys router with the e-smith product! Any other suggestions to get this working?