[Info-vax] setting up an alpha in a home network using a linksys router

Steve etmsreec at yahoo.co.uk
Wed Aug 5 15:06:34 EDT 2009


On Aug 3, 11:38 am, VAXman-  @SendSpamHere.ORG wrote:
> In article <VqKdnch0_e3q2evXnZ2dnUVZ_hedn... at giganews.com>, "Richard B. Gilbert" <rgilber... at comcast.net> writes:
>
>
>
>
>
> >azhrei wrote:
> >> On Jul 30, 9:39 pm, JF Mezei <jfmezei.spam... at vaxination.ca> wrote:
> >>> azhrei wrote:
> >>>> the alpha has the static of 192.168.1.99
> >>>> and no no route set up...
> >>> If no route has been setup, the alpha would have no idea where to send
> >>> packets that are destined outside your current subnet.
>
> >>> TCPIP> SET ROUTE 0.0.0.0/gateway=192.168.1.1/default/permanent
> >>> TCPIP> SET ROUTE 0.0.0.0/gateway=192.168.1.1/default
> >>> TCPIP>
>
> >>> That will tell the alpha to send any packets not belonging to your
> >>> subnet to 192.168.1.1 (which I would assume is your router).
>
> >>> TCPIP> SHOW ROUTE
>
> >>> should display a few entries, including the 0.0.0.0 pointing to your
> >>> router, the subnet pointing to the alpha's IP address, the alpha's own
> >>> IP address pointing to itself, and 127.0.0.1 pointing to itself.
>
> >> set route didn't like /default a conflict illegal combination
>
> >> so I tried with just perm and got the following
>
> >> error accessing routes dn (tcpip$route)
> >> invalid param value for destin name
> >> invalid internet address 0.0.0.0
>
> >> should I have put something in the 0 place?
>
> >ALPHA5_$ tcpip show route
>
> >                              DYNAMIC
>
> >Type           Destination                           Gateway
>
> >AN    0.0.0.0                               192.168.1.1
> >AH    127.0.0.1                             127.0.0.1
> >AN    192.168.1.0/24                        192.168.1.11
> >AH    192.168.1.11                          192.168.1.11
> >ALPHA5_$ ping comcast.net
> >PING comcast.net (76.96.54.12): 56 data bytes
> >64 bytes from 76.96.54.12: icmp_seq=0 ttl=52 time=18 ms
> >64 bytes from 76.96.54.12: icmp_seq=1 ttl=52 time=17 ms
> >64 bytes from 76.96.54.12: icmp_seq=2 ttl=52 time=18 ms
> >64 bytes from 76.96.54.12: icmp_seq=3 ttl=52 time=17 ms
>
> >----comcast.net PING Statistics----
> >4 packets transmitted, 4 packets received, 0% packet loss
> >round-trip (ms)  min/avg/max = 17/17/18 ms
>
> >That's what it should look like when correctly set up.  It has been
> >seven or eight years since I did it and the details of HOW I did it have
> >slipped away.  192.160.1.11 is the IP address of the Alpha.
>
> Try $ TCPIP SHOW ROUTE/PERMANENT
>
> I'll wager the only thing you setup was the default 0.0.0.0 route.
> The other routes are created by virtue of starting TCPIP Services.
>
> --
> VAXman- A Bored Certified VMS Kernel Mode Hacker    VAXman(at)TMESIS(dot)ORG
>
>  http://www.quirkfactory.com/popart/asskey/eqn2.png
>
>   "Well my son, life is like a beanstalk, isn't it?"

I'd agree - normally it is only necessary to set the interface
address, bitmask and default gateway within TCPIP$CONFIG and the
routes that Richard lists will be set up when TCPIP starts:

- 127.0.0.1 is the loopback address which all IP stacks should
configure automagically (and with a Host route);
- the network that the VMS box is on will use the VMS box's own IP
address as the gateway (Network route).
- the VMS box will use itself as the route to itself (Host route) and
- everybody else is on the default gateway/quad zero/gateway of last
resort route (Network route)

You can insert static routes if necessary, but they're usually needed
where you have multiple routers to multiple destinations (e.g.
192.168.2.0 goes out via a leased line to a secondary site whereas
everything else routes through 192.168.1.1

FWIW, I've used Speedtouch and Netgear routers at home on my ADSL line
with no problems, except when I got a lightning strike that fried the
phone, the Speedtouch, the network card in the Alpha, the 10 Base T/
AUI hub and the Pentium PC that I was using as a Freesco router.  Oh,
and the ethernet port on my laser printer.  The thing that would have
cost the most to replace was the ethernet card in the printer.  Go
figure.



More information about the Info-vax mailing list