Como fazer a conexão VPN Connect Communications em 10.10?

0

estas etapas foram enviadas pelo meu administrador do iSP para ver10.10 e estou usando 11.10 ...

etapa 1 implementada com sucesso até o ponto 7 depois que os problemas são marcados após '//'

Passo 2 eu não posso fazer completamente o passo 2

Como fazer a conexão VPN do Connect Communications no Ubuntu 10.10.

1st Step:-
1- Go to System > Administration > Synaptic Package Manage
2- Search for “PPTP”, check “network-manager-PPTP” and click “Apply”
3- Click on the Network Manager tray icon with your right mouse button and choose “Edit Connections…”.
4- Go to the “VPN” tab and click “Add”.
5- Choose “Point-to-Point Tunneling Protocol (PPTP)” as the VPN Connection Type
6- Check the VPN Connection Type and click “Create”.
7- Give your VPN connection a name and assign all the necessary information
•   Gateway = blue.connect.net.pk if you got Blue Package
or
•   Gateway = green.connect.net.pk if you got Green Package
or
•   Gateway = blueplus.connect.net.pk if you got BluePlus Package
or
•   Gateway = red.connect.net.pk if you got Red Package
•   User name = Connect Communications Userid
•   Password = Connect Communications Password
8- Now Click on “Advanced”
Authentication
•   Unchecked “PAP" // cannot uncheck
•   Unchecked “MSCHAP" // cannot uncheck
•   Unchecked “CHAP"
•   Checked only “MSCHAPv2"
EAP shown in ver11.10 and cannot be unchecked

Security And Compression.
•   Unchecked “Use Point-to-Point encryption (MPPE)”.
•   Unchecked “Allow statefull encryption”.
•   Unchecked “Allow BSD data Compression”.
•   Unchecked “Allow Deflate data Compression”.
•   Unchecked “Use TCP Header Compression”.
•   Unchecked “Send PPP echo Packets”
Then Press “OK” then “Apply”.
9-Now you are able to connect to the specified VPN connection via the Networking Manager
Then you can connect to VPN in the menu bar and your Internet icon will have a lock when the connection is successful.
2nd Step:-
Open Terminal window.
First, you open a terminal (Applications > Accessories > Terminal):
Run command “sudo”
Now gave root Password.
Then run command “netstat -r -n”
It will show some lines and for example from the last line pick the IP from 2nd column like 10.111.0.1
0.0.0.0 10.111.0.1 0.0.0.0 UG 0 0 0 eth0
Now run the fallowing command.
echo “route add -net 10.101.8.0 netmask 255.255.252.0 gw 10.152.24.1” > /etc/rc.local
note :- 10.111.0.1 is an example IP
now run “ sh /etc/rc.local “
    
por Bilal Mohammad Qazi 01.04.2012 / 09:58

1 resposta

0

Pls dá mais informações sobre o problema real que você tem, quer dizer, o que acontece quando você tenta se conectar?

Além disso, o ISP quer que você use qualquer software ou é apenas tudo executado através do gerenciador de rede? Que, a propósito, o gerenciador de rede é meio buggy ...

Além disso, que tipo é sua conexão normal? ADSL? PPPOE?

O que você quer dizer com você não pode fazer todo o passo 2?

PPTP não está disponível é o que você quer dizer? Eu nunca ouvi falar disso ...

Eu não sou especialista, mas alguns virão por aí. Pls fornece mais informações para eles usarem.

    
por RhZ 01.04.2012 / 13:36