I upgraded a server from 7.0 to 7.2 and now VPN doesn't work. I believe the issue is a file is missing.
Here is a listing of a server that works:
[root@pluto ~]# uname -r
2.6.9-55.0.9.ELsmp
[root@pluto ~]# rpm -qa |grep ppp
kmod-ppp-1.0.2-2.2.6.9_55.0.12.EL
kmod-ppp-smp-1.0.2-2.2.6.9_55.0.12.EL
ppp-2.4.4-1.3.el4.sme
rp-pppoe-3.5-22.2.RHEL4.1
Here is the listing from the server I am having problems with:
[root@imsintapp ~]# uname -r
2.6.9-55.0.12.ELsmp
[root@imsintapp ~]# rpm -qa |grep ppp
kmod-ppp-1.0.2-2.2.6.9_55.0.12.EL
rp-pppoe-3.5-22.2.RHEL4.1
ppp-2.4.4-1.3.el4.sme
The file "kmod-ppp-smp-1.0.2-2.2.6.9_55.0.12.EL" is missing from the problem server. What is the best way to get this file on the server. Would you agree that this is probably the problem?