LaundroMat
Programmer
Hi,
My company installed a VPN client on my Windows XP laptop recently, and now I can no longer see the other PC's within my home LAN.
Here's the setup:
Internet -> Router (DHCP) -> LAN
The VPN client installed is Check Point VPN-1 SecureClient
ipconfig /all returns:
route print returns:
Where is the problem? Am I right in supposing it's the miniport 'attached' to the Broadcom NIC? And what I can do about it?
Mind that I do not have admin rights on this machine...
Many thanks in advance,
Mathieu
My company installed a VPN client on my Windows XP laptop recently, and now I can no longer see the other PC's within my home LAN.
Here's the setup:
Internet -> Router (DHCP) -> LAN
The VPN client installed is Check Point VPN-1 SecureClient
ipconfig /all returns:
Code:
Windows IP Configuration
Host Name ... b04618
Primary DNS suffix ...
Mode Type ... Hybrid
IP Routing Enabled ... No
WINS Proxy Enabled ... No
DNS Suffix Search List ... domain_not_set.invalid
Ethernet Adapter:
Media State ... Media disconnected
Description ... Check Point Virtual Network Adapter For SecureClient - Packet Scheduler Miniport
Physical Address ... xx-xx-xx-xx-xx-xx
Ethernet adapter Local Area Connection:
Connection-specific DNS suffix ... domain_not_set.invalid
Description ... Broadcom etc etc
Physical Adress ... xx-xx-xx-xx-xx-xx
Dhcp Enabled ... Yes
Autoconfiguration enabled ... Yes
IP Adress ... 192.168.1.65 (Given correctly by the router)
Subnet Mask ... 255.255.255.0
Default Gateway ... 192.168.1.1 (The router's address)
DHCP Server ... 192.168.1.1
DNS Servers ... (Correctly derived from router)
route print returns:
Code:
Interface List
0x1 ... MS TCP Loopback Interface
0x2 ... Check Point Virtual Network Adapter For SecureClient - Packet Scheduler Miniport
0x3 ... Wireless (not used)
0x4 ... Broadcom Gigabit Controller - [COLOR=red]SecuRemote Miniport[/color]
Active Routes:
Destination Netmask Gateway Interface
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1
192.168.1.0 255.255.255.0 192.168.1.65 192.168.1.65
192.168.1.65 255.255.255.255 127.0.0.1 192.168.1.65
192.168.1.255 255.255.255.255 192.168.1.65 192.168.1.65
224.0.0.0 240.0.0.0 192.168.1.65 192.168.1.65
255.255.255.255 255.255.255.255 192.168.1.65 3
255.255.255.255 255.255.255.255 192.168.1.65 192.168.1.65
255.255.255.255 255.255.255.255 192.168.1.65 2
Default Gateway: 192.168.1.1
Where is the problem? Am I right in supposing it's the miniport 'attached' to the Broadcom NIC? And what I can do about it?
Mind that I do not have admin rights on this machine...
Many thanks in advance,
Mathieu