Work laptop runs fine when connected wirelessly outside of the office (and authenticates as I can get my email on Outlook) but when I launch SecureRemote (e.g. I need to be on the corporate network) it seems to kill the wireless connection.
Any ideas what to look at? Only does it on this connection - other wireless connections seem fine
Does it actually KILL the connection, i.e. the wireless shows up as "Not Connected"
Or, as I suspect, does it simply not pass the traffic?
There was a known issue around this which had several fixes and were all based on the overall packet size.
Some routers do not pass giant ethernet packets which is a problem for securemote. The Checkpoint firewall that SR is connecting to may be set to discard fragmented packets also and it too may have an issue with giant packets, depending on how it is configured..
Now, if your packet size is 1500 bytes (common) then once SR encrypts it (wraps it in an IKE packet) the packet becomes larger than 1500 bytes and thus gets split into 2 packets. The FW sees this as incomplete individual packets and discards them
2 easy fixes. 1st, belkin router is basic and unlikely to have this facility but incase it does, allow packets which conform to the following rules to pass.
Protocols 50 and 51 (IKE and AH)
OR
VPN traffic - some routers like to simplify this but it amounts to the same thing.
Generally speaking the router should be configured to allow all outbound traffic through.
Second, you can reduce the maximum MTU size on your PC. registry editing required.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\adapter ID
Set the value to something like 1454. This will allow plenty of overhead for the encryption.
If this fails you can try asking your firewall chap to look at the logs when you are connecting. He will be able to see all incoming packets and also identify the problem.
Hope this helps
Dom.