Hi, Chuck,
You'll want to check out this post of mine to
vmsnet.networks.tcp-ip.ucx. Note the lack of response to it:
Sorry if the long URL wraps.
Essentially with UCX, having two interfaces on the same subnet is a
major no-no since you can't defeat the round robin routing without
manually editing the dynamic routes.
This is a known issue. The support folks are stumped. I've opened
numerous tickets, none of which have lead to a resolution. There is no
known fix, and only the one known work-around (manually editing the
dynamic routes).
--
David J Dachtera
dba DJE Systems
http://www.djesys.com/
Unofficial OpenVMS Marketing Home Page
http://www.djesys.com/vms/market/
Unofficial Affordable OpenVMS Home Page:
http://www.djesys.com/vms/soho/
Unofficial OpenVMS-IA32 Home Page:
http://www.djesys.com/vms/ia32/
Unofficial OpenVMS Hobbyist Support Page:
http://www.djesys.com/vms/support/
Well ... I WAS ABLE TO GET IN !!!!
I got me 2 ethernet cards on my Alpha. To make a long (see appendix to
this note) story shorter: I disabled one of the cards, the EWA0 card,
via the TCPIP SET NOINTERFACE WE0 command. This was the interface using
192.168.1.5. Now, I have 4 Win2K telnet sessions open to the Alpha. I'm
so happy I think I'll have a chocolate brownie-bite.
Thanks again to everyone on, and off, this newsgroup who helped me.
Chuck's Networking Odyssey
or "The (Interface) Card and I"
P.S. The circuitous route (puns intended):
RUN SYS$SYSTEM:LANCP
LANCP>show device /characteristics
(EWB0 is set to full-duplex+100Mb/s, EWA0 is set to half-duplex+10Mb/s)
LANCP>set device ewa0 /full_duplex /speed=100
... now, EWB0=192.168.1.6 and EWA0=192.168.1.5 . And, I had thought
from day-one that 192.168.1.5 was what I wanted/was-going to use. I
dreamed up 192.168.1.6 as a "failover" address 'cause I thought that
was what you did for failover. And after the SET DEVICE, the PINGs did
seem to run "faster" going from Alpha to Win2K. However I'm still
getting 50% PING packet loss from Win2K to Alpha on 192.168.1.6.
Telnet and PING to 192.168.1.5 still fail miserably. However, telnet to
192.168.1.6 WORKS !
I logout and try it again (i.e. telnet to 192.168.1.6) and it DOESN'T
WORK. High-pitched scream echoes through downtown. Scratch head.
Recycle TCPIP on Alpha. Decide to go-with-the-flow:
TCPIP SET NOINTERFACE WE0 ... (i.e. disable the one=192.168.1.5 that
was originally at half-duplex+10Mb/s... which I had thought was the
'correct' one to use)
Voila' : I get login prompts, thereby demonstrating that all computers
work by a mixture of chance and magic.
Yes, the two cards were messing each other, and me, up. No, I don't
understand what was going on. Yet. Thanks again everyone.
Did you try
ifconfig we0 alias 192.168.1.5 netmask 255.255.0.0
I don't think you needed a second card.
No, I didn't. I was happy just to be able to telnet in.
After installing PL/1 and a few other things, I'll (gulp) try it.
Thanks for the suggestion.
Cautiously Optimistic Chuck