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>
marx |
|
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. |
|
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 |
|
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 |
|
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)? |
|
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 |
|
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 |
|
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 |
|
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 |
|
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
- 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/ |
|
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. |
|
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... )
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.
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 |
|