Estou tentando conectar-me a uma rede de cliente interna com meu laptop Ubuntu, mas o cliente usa o Contivity VPN da Nortel, portanto, ele só funciona no Windows. Minha idéia é usar o VirtualBox com o Windows XP Guest para estabelecer a conexão VPN e, em seguida, usar o Windows XP como um roteador para rotear o tráfego do meu host do Ubuntu através da VPN.
Eu configurei o primeiro adaptador no VirtualBox para ser um NAT, para facilitar o acesso à Internet. Eu configurei o segundo adaptador como "somente host", para que agora eu possa ver uma nova interface vboxnet0
no host do Ubuntu e um segundo adaptador no Windows Guest, que eu configurei com um IP estático.
Eu verifiquei que posso fazer ping do Ubuntu para o Windows e do Windows para o Ubuntu.
A tabela de roteamento é assim:
C:\Documents and Settings\val>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...08 00 27 55 ee 35 ...... AMD PCNET Family PCI Ethernet Adapter #2 - Packet Scheduler Miniport
0x3 ...08 00 27 5f 3e 93 ...... AMD PCNET Family PCI Ethernet Adapter - Packet Scheduler Miniport
0x4 ...44 45 53 54 42 00 ...... Nortel IPSECSHM Adapter - Packet Scheduler Miniport
0x5 ...00 00 00 00 00 01 ...... AGN Virtual Network Adapter - Packet Scheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.0.2.2 10.0.2.15 20
10.0.2.0 255.255.255.0 10.0.2.15 10.0.2.15 20
10.0.2.15 255.255.255.255 127.0.0.1 127.0.0.1 20
10.255.255.255 255.255.255.255 10.0.2.15 10.0.2.15 20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.56.0 255.255.255.0 192.168.56.2 192.168.56.2 20
192.168.56.2 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.56.255 255.255.255.255 192.168.56.2 192.168.56.2 20
224.0.0.0 240.0.0.0 10.0.2.15 10.0.2.15 20
224.0.0.0 240.0.0.0 192.168.56.2 192.168.56.2 20
255.255.255.255 255.255.255.255 10.0.2.15 10.0.2.15 1
255.255.255.255 255.255.255.255 192.168.56.2 5 1
255.255.255.255 255.255.255.255 192.168.56.2 4 1
255.255.255.255 255.255.255.255 192.168.56.2 192.168.56.2 1
Default Gateway: 10.0.2.2
===========================================================================
Persistent Routes:
None
192.168.56.2
é o segundo adaptador que está conectado a 192.168.56.1
no lado do host do Ubuntu.
Agora, quando estabeleço a conexão VPN, a tabela de roteamento é alterada por Contivity e não consigo mais executar ping no host, e o host não pode efetuar ping no convidado. Aqui está a tabela de roteamento com a VPN em execução:
C:\Documents and Settings\val>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...08 00 27 55 ee 35 ...... AMD PCNET Family PCI Ethernet Adapter #2 - Packet Scheduler Miniport
0x3 ...08 00 27 5f 3e 93 ...... AMD PCNET Family PCI Ethernet Adapter - Packet Scheduler Miniport
0x4 ...44 45 53 54 42 00 ...... Nortel IPSECSHM Adapter - Packet Scheduler Miniport
0x5 ...00 00 00 00 00 01 ...... AGN Virtual Network Adapter - Packet Scheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.0.2.2 10.0.2.15 21
0.0.0.0 0.0.0.0 192.168.32.29 192.168.32.29 1
10.0.2.0 255.255.255.0 10.0.2.15 10.0.2.15 20
10.0.2.0 255.255.255.0 192.168.32.29 192.168.32.29 1
10.0.2.15 255.255.255.255 127.0.0.1 127.0.0.1 20
10.255.255.255 255.255.255.255 10.0.2.15 10.0.2.15 20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.32.0 255.255.248.0 192.168.32.29 192.168.32.29 30
192.168.32.29 255.255.255.255 127.0.0.1 127.0.0.1 30
192.168.32.255 255.255.255.255 192.168.32.29 192.168.32.29 30
192.168.56.0 255.255.255.0 192.168.56.2 192.168.56.2 20
192.168.56.0 255.255.255.0 192.168.32.29 192.168.32.29 1
192.168.56.2 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.56.255 255.255.255.255 192.168.56.2 192.168.56.2 20
192.197.71.160 255.255.255.255 10.0.2.2 10.0.2.15 1
224.0.0.0 240.0.0.0 10.0.2.15 10.0.2.15 20
224.0.0.0 240.0.0.0 192.168.56.2 192.168.56.2 20
224.0.0.0 240.0.0.0 192.168.32.29 192.168.32.29 1
255.255.255.255 255.255.255.255 10.0.2.15 10.0.2.15 1
255.255.255.255 255.255.255.255 192.168.32.29 192.168.32.29 1
255.255.255.255 255.255.255.255 192.168.56.2 5 1
255.255.255.255 255.255.255.255 192.168.56.2 192.168.56.2 1
Default Gateway: 192.168.32.29
===========================================================================
Persistent Routes:
None
Ao olhar para a tabela de roteamento, não vejo por que estou perdendo a capacidade de fazer ping de 192.168.56.1
, por isso agradeço a ajuda ou as ideias de como solucionar isso ainda mais.