T.R | Title | User | Personal Name | Date | Lines |
---|
3503.1 | | IROCZ::D_NELSON | Dave Nelson LKG1-3/A11 226-5358 | Thu Apr 17 1997 14:59 | 25 |
| RE: .0
> Now in UCX i will have to define a static route that will direct me the the
> DECserver to reach the remote system so i can issue an FTP command and connect
> to the remote system.
No. You only need to configure static routes if the remote system is another
LAN. If it's a single host, the DECserver will respond via Proxy ARP. The
NT system must have an IP address in the subnet for the LAN (from the DEC-
server's viewpoint). The UCX host (if it has the same subnet) will ARP to
resolve the NT system's Ethernet address. The DECserver will respond. The
UCX host will not attempt to send the packet to some gateway address.
> Also how do you terminate the dialout session on the decserver???
Ah, there's the rub. You must login to a physical or remote console port,
become priv'ed and use a LOGOUT PORT n command, where n is the port number
of the remote connection to the NT system. If you have modem control enabled
on the DECserver, and the NT system disconnects, then the DECserver should
follow suit.
Regards,
Dave
|
3503.2 | NT system no in the same network... | CTHU56::L_PELLAND | Luc Pelland. Hull. DTN 640-7218 | Fri Apr 18 1997 11:04 | 28 |
|
-.1
My apologies Dave,
I talk to my customer and found out the following.
The NT system belong to a different IP network. My customer is the Montreal
stock exchange and the remote NT system belongs to a news organisation. They
want to be able to send file from the exchange to the news organisation. So
the NT system belong to a different IP network all together. From previous
discussion with my customer I think they connect straight to the NT system.
But the customer will confirm the configuration today.
With this in mind here are the question that came up,
1) Is this a valid use of the Decserver to make this type of connection and
use PPP?
2) Also if this work I will need to define a static route in UCX to be able
to reach the remote system. How to point to the listener port?
3) If i understand PPP properly there will be negotiation between the NT and
the DECserver for the IP address. From these negotiation is it the decserver
that will supply the IP address to the NT or is it the NT server that will
supply the IP address to the Decserver?
Thank you for all the help.
Luc.
|
3503.3 | It _might_ work, but you'd need to test it... | IROCZ::D_NELSON | Dave Nelson LKG1-3/A11 226-5358 | Fri Apr 18 1997 13:38 | 47 |
| RE: .2
> The NT system belong to a different IP network.
Well, in that case...
> 1) Is this a valid use of the Decserver to make this type of connection and
> use PPP?
Maybe not. You could probably get this to work if there was a second DEC-
server at the new organization (i.e. the LAN-to-LAN case). This seems like
overkill, though. The DNAS code on the DECserver typically _requires_ the IP
address of the attached hosts to be contained within its subnet. This makes
proxy ARP work. The hosts on the DECserver's LAN won't ARP for an IP address
outside their subnet mask.
You might want to test this, if you have the resources to do so. We here in
engineering are pretty busy right now. If you get the DECserver to accept
an IP address from the NT system (that "permanently" belongs to that system),
and you configure a route-to-host on the UCX system that says the next hop
gateway for the NT system is the DECserver, you might get the two systems
to talk. I suspect that you will need to do a similar thing on the NT
system, but I have no experience with this.
The long and short of it is that the DECserver isn't a router. A router
would work just fine here, without any caveats.
> 2) Also if this work I will need to define a static route in UCX to be able
> to reach the remote system. How to point to the listener port?
Yes, but you don't point to a listener port. You configure the UCX host with
a route-to-host entry that says to get to the NT system, forward packets to
the DECserver (the DECserver's "own" IP address). The DECserver looks in
its own routing table and realizes that the NT system's IP address is
reachable out the serial port that it is connected to.
> 3) If i understand PPP properly there will be negotiation between the NT and
> the DECserver for the IP address. From these negotiation is it the decserver
> that will supply the IP address to the NT or is it the NT server that will
> supply the IP address to the Decserver?
You can do it either way.
Regards,
Dave
|