From: MERC::"uunet!TGV.COM!gkn" 25-MAR-1993 22:32:21.48 To: galaxy::gleeve, service@TGV.COM CC: Subj: RE: call for help... >From: raxco!galaxy.dnet!gleeve@uunet.UU.NET >Subject: call for help... >Date: Thu, 25 Mar 93 16:10:47 -0500 >I've tried to set up multinet to use device sl0 to point to this >service, but so far I can't ping it at all...get a node unreachable >message and ping loses. I want the remote end of the slip line to be >the default route for everything, also, but have only tried to ping >the remote end. > >I used the config utility to set up sl0 with VMS device NONE, and >then dial in, then try to use multinet set/interface to set >the slip line in motion. The routing I see (with 38.145.77.207 >being me and 38.145.77.127 being the gateway) is > >MultiNet IP Routing tables: >Destination Gateway Flags Refcnt Use Interface >----------- ------- ----- ------ --- --------- >LOCALHOST LOCALHOST Up,Host 4 137 lo0 >38.145.77.207 LOCALHOST Up,Gateway,H 0 4 lo0 >38.145.77.127 38.145.77.207 Up,Host 0 6 sl0 >DEFAULT-GATEWAY 38.145.77.127 Up,Gateway 0 0 sl0 [...] >Somehow I get nothing when I try to ping 38.145.77.127; I can ping >38.145.77.207 just fine (as expected). > >Is anything obviously messed up here? (n.b. - I have modem flow control >turned off, am running VMS 5.5-1 on a vaxstation 3100 model 76 and >using a v.32 modem (Motorola Codex 3220) at 9600 baud, no MNP in use. >tta3: is the usual comm port, which works fine dialing out with kermit. [...] >I use a .com file to set this stuff up, passing the IP address to it in P1. >The command looks like this: > >$MULTINET SET/INTERF SL0/ADDRESS='ADDR'/PROTOCOL=IP- > /VMS_DEV=TTA3/LINK_LEVEL=SLIP- > /POINT_TO_POINT_DEST=38.145.77.127 > > >where in this case 'addr' was 38.145.77.207. Your routing tables look fine. The only thing I see missing from that command is the /DYNAMIC switch. Here's what I use to bring my SLIP line up (I spend a fair chunk of time at the far end of a SLIP line) $ Set NoOn $ Verify = F$Verify(1) $ If F$GetDVI("TTA3","NET") Then - MultiNet Set/Interface SL0/Down/VMS_Device=TTA3/Link_Level=SLIP $ Allocate TTA3 $ Define/User SYS$INPUT SYS$COMMAND $ Set Host/DTE/Command=_ TTA3: $ MultiNet Set/Interface SL0/Address=134.24.10.123/Protocol=IP- /VMS_Device=TTA3/Link_Level=SLIP/IP_SubNet=255.255.255.0- /Point_To_Point_Dest=134.24.10.1/Dynamic/D1/D2 $ Exit 0*'F$Verify(Verify)' + 1 The /D1/D2 switches govern the use of header compression. You probably want to omit using them unless you know the gadget on the other end is capable of doing header compression. >I figured I might be easier to deal with via mail than phone [...] It's the preferred method, in fact. Cheers, Gerard K. Newman, TGV, Inc. 603 Mission St. Santa Cruz, CA 95060 gkn@tgv.com | 619.591.4717 (voice+fax) | 800.TGV.3440 | 408.427.4366