VPN Button Greyed Out
I just subscribed and installed RedHat Enterprise Desktop 6 a few days ago. My goal to evaluate using Linux as platform for supporting MS networks. One of the primary tools I need is VPN of the PPTP variety. I am unable to configure VPN in Linux Ent Desktop. The Add button the VPN tab of Network Connections panel is greyed out. I have add NetworkManager using Yum (at least, I think I used Yum.) I can see in Add/Remove that "VPN -PPTP" is enabled.. I tried disabling the PPTP component then re-enabling followed by reboot each time. Did not help.
I would greatly appreciate any help I can get on this. Very frustrating that in Ubuntu I can do this in five minutes.
Thank you,
M~
Responses
Hi Malcolm,
RHEL does not provide/support vpn clients in the media. so, need to download it from third party vendors.
One possible way is to use EPEL (Extra Packages for Enterprise Linux) repository.
Following is a possible way to use VPN in RHEL box.
1. Config the repository setting and make yum to search/install the packages in EPEL repository.
[root@test ~]# rpm -Uvh http://download.fedora.redhat.com/pub/epel/6/x86_64/
epel-release-6-5.noarch.rpm
2. Install the relevant packages by running yum
[root@test ~]# yum install vpnc
3. Check the icon and you can find a sub menu "VPN Connections" is avtive now and you can configure the VPN site.
4. Click the icon of NetworkManager and choose the VPN site under sub menu "VPN Connections". A successful info will popped up if everything is ok.
Cheers,
Daniel
It doesn't sound like you have the NetworkManager VPN plugin for vpnc installed, if you are connecting to a Cisco concentrator. Once you add the EPEL repo,
# yum install NetworkManager-vpnc
NOTE: The EPEL packages are unsupported from Red Hat.
Some more resources in KBASE:
How do I use Extra Packages for Enterprise Linux (EPEL)?
How can I add a new yum repository as a source to install software? (can also apply to RHEL 6)
Hi Malcom,
I assumed your machine is 64bit. Can I see what is the result of 'uname -a' command?
Seems there's some problem in mirroring information also.
Could you try Andrius's suggestion as well? Especially the following link would be helpful in your case.
How can I add a new yum repository as a source to install software? (can also apply to RHEL 6)
Regards,
Daniel
Hi Malcolm,
I checked the epel repo with RHEL6 and it seems have a problem in mirroring list.
I installed vpnc for RHEL5 in RHEL6 machine and it seems work well.
Please try following method to make a repo for EPEL.
https://access.redhat.com/kb/docs/DOC-9955
It's for RHEL5 but that looks working properly in RHEL6 as well.
Regards,
Daneil
Malcom,
You switched to epel5, this may have caused some problems due to different versions of dynamic libraries used by the software.
I would suggest trying epel6 again. Let's find out what is/was wrong with your local mirror.
I checked and in the Netherlands vpn software from epel6 is available.
Kind regards,
Jan Gerrit Kootstra