I am a telecommuter and use Magicjack on the go and all the time. One of the disadvantages is that MJ doesnt work when I VPN into corporate network with Nortel Contivity VPN client. I tried the approach from HOW TO VPN but it doesnt work. But I used Skype in the past and it always worked from this VPn and other VPN without any problems. Strange
I noticed that even by adding the proxy server to local gateway, the default gateway when I VPN always stayed with corporate gateway. For ex,
my local gateway is 192.168.xx.x and my VPN gateway was 10.xxx.xxx.xxx
I tried via static route
route add 216.234.65.8 mask 255.255.255.255 192.168.xx.yyy
MJ kept compaling no network connection.
I tried block of ip address but still doesnt work. Here is the output of route print. It looks like there are multiple subnets involved. I have extensively masked the IPs just to be sure.
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.xxx.yyy.zz 10.xxx.yyy.zz 1
0.0.0.0 0.0.0.0 192.mmm.xxx.xxx 192.mmm.xxx.xxx 21
10.xxx.xxx.0 255.255.240.0 10.xxx.yyy.zz 10.xxx.yyy.zz 30
10.xxx.yyy.zz 255.255.255.255 127.0.0.1 127.0.0.1 30
10.aaa.bbb.ccc 255.255.255.255 10.xxx.yyy.zz 10.xxx.yyy.zz 30
64.0.0.0 192.0.0.0 192.mmm.xxx.xxx 192.mmm.xxx.xxx 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
148.ddd.ee.fff 255.255.255.255 10.xxx.yyy.zz 10.xxx.yyy.zz 1
148.ggg.hh.ii 255.255.255.255 192.mmm.xxx.xxx 192.mmm.xxx.xxx 1
192.mmm.xxx.xx 255.255.255.0 192.mmm.xxx.xxx 192.mmm.xxx.xxx 1
192.mmm.xxx.xxx 255.255.255.255 127.0.0.1 127.0.0.1 20
192.mmm.jj.kkk 255.255.255.255 192.mmm.xxx.xxx 192.mmm.xxx.xxx 20
224.nnn.ooo.ppp 240.nnn.ooo.ppp 192.mmm.xxx.xxx 192.mmm.xxx.xxx 20
224.nnn.ooo.ppp 240.nnn.ooo.ppp 10.xxx.yyy.zz 10.xxx.yyy.zz 1
255.255.255.255 255.255.255.255 10.xxx.yyy.zz 2 1
255.255.255.255 255.255.255.255 10.xxx.yyy.zz 10.xxx.yyy.zz 1
255.255.255.255 255.255.255.255 192.mmm.xxx.xxx 192.mmm.xxx.xxx 1
Any help on this would be greatly appreciated.