Re: TCP/IP connection problem
From: Dirk Munk (munk_at_home.nl)
Date: 09/24/04
- Next message: JF Mezei: "C function prototypes and opaque structures"
- Previous message: Soterro: "Re: ZIP "-V" v. UNIX, et al.: Problem, possible solutions."
- In reply to: RT Carter: "TCP/IP connection problem"
- Next in thread: CJT: "Re: TCP/IP connection problem"
- Reply: CJT: "Re: TCP/IP connection problem"
- Reply: Himanshu: "Re: TCP/IP connection problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 24 Sep 2004 10:11:37 +0200
RT Carter wrote:
> I do not know VMS but I am a Network Admin (Microsoft & Novell). We
> moved our workstations to a different building and they are now on a
> different network (was 192.255.1.xxx now 192.255.2.xxx)There are no
> managed hubs between the server (192.255.1.203) and the workstations.
Does this mean you do not have routers between network 192.255.1.0 and network
192.255.2.0 ? If both network addresses are true old style class-C networks,
then they should have mask 255.255.255.0 . And in that case there should be a
router between both networks. In this situation it is likely that the gateway
entry of the VMS system has not been properly setup.
Otherwise you are using supernetting, which is also known as Classless
Interdomain Routing (CIDR), and you will be using a mask like 255.255.254.0. In
fact you will not have two networks, but only one (192.255.1.0) with mask
255.255.254.0. If this is the case, then the mask on the VMS system is not
correct. It all depends on the TCP/IP software on the VMS system if a CIDR mask
can be set. Older versions of UCX could not be setup with CIDR masks.
Furthermore I'm quite sure these IP address ranges have not been officially
registered to your company. You should be using a free range of IP addresses,
like 192.168.x.x, 172.16.x.x. or 10.x.x.x . In the present situation your
workstations will not be able to reach any systems on the internet that have a
address in the range of 192.255.1.0 and 192.155.2.0 (assuming they are connected
to the internet by means of a NAT router & firewall).
If you would change your network addresses, use the class-A 10.x.x.x or class-B
172.16.x.x. addresses. With those ranges you can use subnetting which is usually
allowed on all older TCP/IP stacks (contrary to supernetting).
> The workstations can not ping the VMS server. They can ping all other
> 192.255.1.xxx servers and workstations so the only problem is access
> to the VMS server TCPIP address. Is there some security setting that
> would refuse requests from the different network?
- Next message: JF Mezei: "C function prototypes and opaque structures"
- Previous message: Soterro: "Re: ZIP "-V" v. UNIX, et al.: Problem, possible solutions."
- In reply to: RT Carter: "TCP/IP connection problem"
- Next in thread: CJT: "Re: TCP/IP connection problem"
- Reply: CJT: "Re: TCP/IP connection problem"
- Reply: Himanshu: "Re: TCP/IP connection problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|