Re: remote kernel
- To: mathgroup at smc.vnet.net
- Subject: [mg75401] Re: remote kernel
- From: Roman <rschmied at gmail.com>
- Date: Sat, 28 Apr 2007 05:59:05 -0400 (EDT)
- References: <f0n7vs$qu0$1@smc.vnet.net>
Hi Steve and others, I am having trouble using VPN to do what you want to do. At work, where I have a static IP, I use almost the same settings as you do except I prefix "-LinkName 53001,53002" to the arguments to MLOpen, then punch a hole into the OSX firewall at those two ports. Not sure why, but it works. When I'm at home, I can use the Cisco VPN client to connect to the work intranet, and everything works fine except the remote Mathematica kernel. In fact, the kernel is started on the remote machine, but fails to connect back to my laptop for some reason. I then have to open a terminal and kill the MathKernel. Maybe this is a Cisco problem. In Princeton you can use the OSX builtin VPN client http://helpdesk.princeton.edu/kb/display.plx?id=9278 to connect to campus. Maybe you'll have better luck with this one than with the Cisco product. If that is the case, please let me know so I know where to look for a solution for the Cisco VPN. Cheers! Roman. On Apr 25, 11:45 am, "Steven S. Gubser" <ssgub... at Princeton.EDU> wrote: > Hi folks, > > Is it possible to connect a front end running on my OS X laptop to a > remote kernel on a Unix host in a case where the laptop is at home, > where my network connection does not provide me with a static IP > address? A diagnostic web site at my home institution reports that > my home computer's address is something like this: > pool-50-111-87-213.hag.east.verizon.net. But it's not always the same. > > I am able to connect when I bring my laptop to work and put it on a > static IP. I accepted all the defaults in "Kernel Configuration" > except that I selected "Remote Machine" and specified the correct > hostname. That means that "Arguments to MLOpen" is > > -LinkMode Listen -LinkProtocol TCPIP -LinkOptions MLDontInteract > > and "Lauch Command" is > > `java` -jar "`mathssh`" ssgub... at feynman.princeton.edu math - > mathlink -LinkMode Connect -LinkProtocol TCPIP -LinkName "`linkname`" > -LinkHost `ipaddress` > > I have the impression that VPN may solve my problem. Has anyone > successfully done what I'm trying to do through VPN? > > I also have the impression that setting up an ssh tunnel might work. > I have an appropriate gateway computer... Has anyone made this kind > of setup work? > > Thanks, > Steve