Home · Articles · Downloads · Hobby Wear · Forums · Web Links · News CategoriesThursday, April 18, 2024
Navigation
Home
Articles
Downloads
Hobby Wear
FAQ
Forums
Web Links
News Categories
Contact Us
Photo Gallery
OpenVMS Bigot
Search
Users Online
Guests Online: 2
No Members Online

Registered Members: 7,708
Newest Member: nifseg
Sponsors
Island Computer
View Thread
OpenVMS Hobbyist Program | VAX Systems Forums | VAX Software Forum
Author tcpip under Vax OpenVMS
valdirfranco
Member

Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08
Posted on December 12 2008 17:39
After several days, at last, by issuing "telnet 192.168.1.200" (simh/Vax OVMS) I got success. Just right now!!
OVMS box has its IP 192.168.1.200, and seems to be working ok.
Telnet'ing 192.168.1.200, I get (finally) my "welcome" OpenVMS Vax screen, but no Internet connection.
though ping´ng (e.g.) www.openvmshobbyist.org, returns me its IP 72.64.118.245, but 100% packet loss.
Any hint, pls?
TIA


Welcome to OpenVMS (TM) VAX Operating System, Version V7.3

Username: marx
Password:
Welcome to OpenVMS (TM) VAX Operating System, Version V7.3
Last interactive login on Saturday, 13-DEC-2008 02:03
Last non-interactive login on Sunday, 26-OCT-2008 23:00
$ tcpip
TCPIP> ping 192.168.1.200
PING 192.168.1.200 (192.168.1.200): 56 data bytes
64 bytes from 192.168.1.200: icmp_seq=0 ttl=64 time=0 ms
64 bytes from 192.168.1.200: icmp_seq=1 ttl=64 time=0 ms
64 bytes from 192.168.1.200: icmp_seq=2 ttl=64 time=0 ms
64 bytes from 192.168.1.200: icmp_seq=3 ttl=64 time=0 ms


----192.168.1.200 PING Statistics----
4 packets transmitted, 4 packets received, 0% packet loss
round-trip (ms) min/avg/max = 0/0/0 ms
TCPIP> ping www.openvmshobbyist.org
PING www.openvmshobbyist.org (72.64.118.245): 56 data bytes


----www.openvmshobbyist.org PING Statistics----
4 packets transmitted, 0 packets received, 100% packet loss
%SYSTEM-F-TIMEOUT, device timeout
TCPIP>
TCPIP> sh interface
Packets
Interface IP_Addr Network mask Receive Send MTU

LO0 127.0.0.1 255.0.0.0 16 16 4096
QE0 192.168.254.200 255.255.255.0 55 59 1500
QE1 192.168.1.200 255.255.255.0 789 475 1500
TCPIP>



smiley


marx
39575927
Author RE: tcpip under Vax OpenVMS
pfau
Member

Posts: 33
Location: North Brunswick, NJ
Joined: 12.03.08
Posted on December 13 2008 02:44
Have you set up a default router? Use SYS$MANAGER:TCPIP$CONFIG.COM to setup a default route. It should be under base configuration.
http://nbpfaus.net/~pfau/
Author RE: tcpip under Vax OpenVMS
valdirfranco
Member

Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08
Posted on December 13 2008 05:25
Probably not...I´ll check this out...

thanks




marx
39575927
Author RE: tcpip under Vax OpenVMS
valdirfranco
Member

Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08
Posted on December 13 2008 14:56
No success...maybe there is a mess in my config.
I have
WinXP env.
Lan=192.168.254.0/Gateway=192.168.254.254
Eth0=192.168.254.100; TAP-Win32=192.168.1.100

under simh/vax env.
QE0(Eth0)=192.168.254.200 and QE1(Tap-Win32)=192.168.1.200
Telnet´ng 192.168.1.200 from 192.168.254.100 works good. Ping´ng from each other, works good, too. But from vax box cannot ping out from my lan.
I took some reading and try config routing.

Type Destination Gateway

AN * 0.0.0.0 * 192.168.254.254
AH * 127.0.0.1 LOCALHOST * 127.0.0.1 LOCALHOST
AN * 192.168.1.0/24 * 192.168.1.200 marx.mydom.nom
AN * 192.168.1.0/24 * 192.168.254.255
AH * 192.168.1.200 marx.mydom.nom * 192.168.254.254
AH * 192.168.1.200 marx.mydom.nom * 192.168.1.200 marx.mydom.nom
AN * 192.168.254.0/24 * 192.168.254.200 mcleide2728.mydom.nom
AN * 192.168.254.0/24 * 192.168.1.200 marx.mydom.nom
AH * 192.168.254.200 mcleide2728.mydom.nom
* 192.168.254.200 mcleide2728.mydom.nom
TCPIP> show route /perma

PERMANENT

Type Destination Gateway

PN 0.0.0.0 192.168.254.254
PN 192.168.1.0 192.168.254.255
PH 192.168.1.200 192.168.254.254
PN 192.168.254.0 192.168.1.200
TCPIP> ping www.gmail.com
PING googlemail.l.google.com (209.85.133.18): 56 data bytes


----googlemail.l.google.com PING Statistics----
4 packets transmitted, 0 packets received, 100% packet loss
%SYSTEM-F-TIMEOUT, device timeout
TCPIP>

What can be going wrong?
BTW what does it mean the "*" signal in route table?

thanks


marx
39575927
Author RE: tcpip under Vax OpenVMS
pfau
Member

Posts: 33
Location: North Brunswick, NJ
Joined: 12.03.08
Posted on December 14 2008 01:57
Can you ping the gateway (192.168.254.254)? Can you display the routing table in simh ($ TCPIP SHOW ROUTE)?
http://nbpfaus.net/~pfau/
Author RE: tcpip under Vax OpenVMS
valdirfranco
Member

Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08
Posted on December 14 2008 11:53
...tcpip show route
********************************
$ tcpip show route

DYNAMIC

Type Destination Gateway

AN 0.0.0.0 192.168.254.254
AH 127.0.0.1 127.0.0.1
AN 192.168.1.0/24 192.168.1.200
AN 192.168.1.0/24 192.168.254.255
AH 192.168.1.200 192.168.254.254
AH 192.168.1.200 192.168.1.200
AN 192.168.254.0/24 192.168.254.200
AN 192.168.254.0/24 192.168.1.200
AH 192.168.254.200 192.168.254.200

*************************************************

...telnet´ng to 192.168.1.200

$ sh proc

14-DEC-2008 20:48:42.31 User: MARX Process ID: 0000021
Node: MRXVAX Process name: "MARX"

Terminal: TNA2: (Host: 192.168.1.100 Port: 1714)
User Identifier: [MARX]
Base priority: 4
Default file spec: DUA1:[MARX]

Devices allocated: TNA2:

***************************************
ping´ng 192.168.254.254

$ tcpip ping 192.168.254.254
PING 192.168.254.254 (192.168.254.254): 56 data bytes


----192.168.254.254 PING Statistics----
4 packets transmitted, 0 packets received, 100% packet loss
%SYSTEM-F-TIMEOUT, device timeout
$
*****************************************
I´ll take a deep look at docs to see what I get.
Even so, any hint will be welcome...
TIA


marx
Edited by valdirfranco on December 14 2008 11:57
39575927
Author RE: tcpip under Vax OpenVMS
martinv2
Member

Posts: 107
Location: Goslar, Germany
Joined: 02.10.07
Posted on December 14 2008 16:53
Marx,

Type Destination Gateway

AN 0.0.0.0 192.168.254.254
AH 127.0.0.1 127.0.0.1
AN 192.168.1.0/24 192.168.1.200
AN 192.168.1.0/24 192.168.254.255
AH 192.168.1.200 192.168.254.254
AH 192.168.1.200 192.168.1.200
AN 192.168.254.0/24 192.168.254.200
AN 192.168.254.0/24 192.168.1.200
AH 192.168.254.200 192.168.254.200




Clean up your routing table. It should contain only:

- a host entry (AH) for localhost: Dest 127.0.0.1, Gate 127.0.0.1
- two host entries for the VAX for each of the interfaces:
Dest 192.168.254.200, Gate 192.168.254.200
Dest 192.168.1.200, Gate 192.168.1.200
- two network entries (AN) for each of the two networks, pointing to the respective interface:
Dest 192.168.254.0/24, Gate 192.168.254.200
Dest 192.168.1.0/24, Gate 192.168.1.200
- a default route entry that points to the router:
Dest 0.0.0.0, Gate 192.168.254.254

All of these except the default route entry get set up automatically at TCP/IP startup. So, looking at the permanent routing table:

Type Destination Gateway

PN 0.0.0.0 192.168.254.254
PN 192.168.1.0 192.168.254.255
PH 192.168.1.200 192.168.254.254
PN 192.168.254.0 192.168.1.200




Remove the host entry for 192.168.1.200 and the network entries for 192.168.1.0 and 192.168.254.0, and restart TCP/IP.

Good luck,

Martin


http://de.openvms.org/martinv/
Edited by martinv2 on December 14 2008 22:31
http://de.openvms.org/martinv/
Author RE: tcpip under Vax OpenVMS
valdirfranco
Member

Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08
Posted on December 15 2008 03:51
Thanks, I´ll do it, and get back the results.


marx


marx
39575927
Author RE: tcpip under Vax OpenVMS
valdirfranco
Member

Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08
Posted on December 15 2008 15:42
hi.
The steps I did:

stop routing
set noroute destination
sh route {showing me just two entries}
set route ipdest /gate=...
set route ipdest /gate=.../network
sh route {showing me like you told me }

done step by step, to get each entry correctly in config.
no success. all deleted entries remained in routing table, after rebooting
after that...I tried:

route delete -net ipdest and
route delete -host ipdest
sh route { two entries was shown}

after rebooting...failed again...
I didnt find a way to delete permanently the entries I dont need.

tks nway
I´ll keep trying.


marx
Edited by valdirfranco on December 15 2008 15:49
39575927
Author RE: tcpip under Vax OpenVMS
martinv2
Member

Posts: 107
Location: Goslar, Germany
Joined: 02.10.07
Posted on December 15 2008 16:30
I didnt find a way to delete permanently the entries I dont need.


Then you should probably get out the big hammer smiley

- Stop TCP/IP
- Delete (or rename) SYS$SYSTEM:TCPIP$ROUTE.DAT
- Set the default route via SYS$MANAGER:TCPIP$CONFIG.COM (Options 1 - Core, 3 - Routing)
- Start TCP/IP

You should see only the routing entries I mentioned.

cu,
Martin


http://de.openvms.org/martinv/
http://de.openvms.org/martinv/
Author RE: tcpip under Vax OpenVMS
pfau
Member

Posts: 33
Location: North Brunswick, NJ
Joined: 12.03.08
Posted on December 16 2008 03:15
You shouldn't have to add routes manually except for the default route. When you bring up an interface, a routing entry should be added automatically for the network on that interface. If you have manually added routes, that may be the cause of your doubled entries.
http://nbpfaus.net/~pfau/
Author RE: tcpip under Vax OpenVMS
valdirfranco
Member

Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08
Posted on December 16 2008 14:23
Hi... Martin, Hi Pfau - thanks the help...

Then you should probably get out the big hammer

Yes, Martin (if I got clear what you mean... smiley )

I get the table cleaned, now...
Disabled windows FW, and did some changes in ZoneAlarm, too (!!).

It´s w o r k i n g. smiley

Thanks again...

machine 192.168.1.200 (vax)

Message from user INTERnet on MRXVAX
TELNET Login from Host: 192.168.1.100 Port: 1589


telnet screen at 192.168.1.100 (XP)

$ tcpip
TCPIP> ping www.gmail.com
PING googlemail.l.google.com (74.125.45.18): 56 data b
64 bytes from 74.125.45.18: icmp_seq=0 ttl=239 time=38
64 bytes from 74.125.45.18: icmp_seq=1 ttl=239 time=43
64 bytes from 74.125.45.18: icmp_seq=2 ttl=239 time=38
64 bytes from 74.125.45.18: icmp_seq=3 ttl=238 time=25


----googlemail.l.google.com PING Statistics----
4 packets transmitted, 4 packets received, 0% packet l
round-trip (ms) min/avg/max = 250/360/430 ms
TCPIP> ping www.openvmshobbyist.org
PING www.openvmshobbyist.org (72.64.118.245): 56 data
64 bytes from 72.64.118.245: icmp_seq=0 ttl=51 time=39
64 bytes from 72.64.118.245: icmp_seq=1 ttl=52 time=23
64 bytes from 72.64.118.245: icmp_seq=2 ttl=51 time=43
64 bytes from 72.64.118.245: icmp_seq=3 ttl=49 time=26


----www.openvmshobbyist.org PING Statistics----
4 packets transmitted, 4 packets received, 0% packet l
round-trip (ms) min/avg/max = 230/328/430 ms
TCPIP>



marx
Edited by valdirfranco on December 16 2008 14:25
39575927
Jump to Forum:
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Member Poll
Are you going to OpenVMS Boot Camp 2016?

Yes

No

You must login to vote.
Shoutbox
You must login to post a message.

malmberg
August 04 2022
No more VAX hobbyist licenses. Community licenses for Alpha/IA64/X86_64 VMS Software Inc. Commercial VMS software licenses for VAX available from HPE.

ozboomer
July 20 2022
Just re-visiting.. No more hobbyist licenses? Is that from vmssoftware.com, no 'community' licenses?

valdirfranco
July 01 2022
No more hobbyist license...sad

mister_wavey
February 12 2022
I recall that the disks failed on the public access VMS systems that included Fafner

parwezw
January 03 2022
Anyone know what happened to FAFNER.DYNDS.ORG? I had a hobbyist account here but can longer access the site.

gtackett
October 27 2021
Make that DECdfs _2.1A_ for Vax

gtackett
October 27 2021
I'm looking for DECdfs V2.4A kit for VAX. Asking here just in case anyone is still listening.

MarkRLV
September 17 2021
At one time, didn't this web site have a job board? I would love to use my legacy skills one last time in my career.

malmberg
January 18 2021
New Hobbyist PAKs for VAX/VMS are no longer available according to reports. Only commercial licenses are reported to be for sale from HPE

dfilip
January 16 2021
Can someone please point me to hobbyist license pak? I'm looking for VAX/VMS 7.1, DECnet Phase IV, and UCX/TCPIP ... have the 7.1 media, need the license paks ... thanks!

Bart
October 16 2020
OpenVMS, and this website!

malmberg
September 05 2020
VSI community non-commercial licenses for AXP/IA64 are available now.

malmberg
September 05 2020
See the forum about licensing. Don't know if HPE hobby licenses still being issued. Commercial licenses still being sold.

silfox70
September 01 2020
I need the license for OpenVMS7.3. Where can I find them?

malmberg
August 29 2020
Eisner, which is currently being moved, got an SSH update and the keys were updated to more modern encryption standards.

Shoutbox Archive