Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!TGV.COM!adelman From: adelman@TGV.COM (Kenneth Adelman) Newsgroups: comp.protocols.tcp-ip Subject: (none) Message-ID: <891116091449.20200068@TGV.COM> Date: 16 Nov 89 17:14:49 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Adelman@TGV.COM (Kenneth Adelman) Organization: The Internet Lines: 55 > I need help... I recently installed Multinet on our VAX... > > On our subnet (128.165.32.xx mask 255.255.248.0) we are > the only node capable of being a nameserver. There is one > gateway to the outside world (128.165.32.241). So far so > good. > > The problem is that we also want to use our node as a > gateway to a new subnet (128.165.0.0 mask 255.255.248.0) > on the same ethernet. We installed a second DEUNA, and > it sits as device XMC0 on our VAX (The first DEUNA is > XMA0/XEA0). As we discussed on the phone, the problems you were having are due to a misconfigured DEUNA. The second DEUNA on your machine should appear as "XEB0", not "XMC0". The "XM" devices are the result of VMS loading the wrong driver because the DEUNA is at the wrong Unibus CSR for the AUTOCONFIGURE. > My question is: (and if anyone who has Multinet can > explain in little-kid terms with examples and .configuration > files, I would be most thankful!!!) How do we set up our > VAX, so our XEA0 device has address 128.165.32.xx, our > XMC0 device has address 128.165.0.xx, domain name serving > for our domain comes from outside, but for the new > subnet comes from us, and STILL have a default gateway > to the outside world, yet route traffic to and from > the subnet. To add the second DEUNA to your configuration once you have it configured correctly: $ multinet configure MultiNet Network Configuration Utility 2.1(43) [Reading in MAXIMUM configuration from MULTINET:MULTINET.EXE] [Reading in configuration from MULTINET:NETWORK_DEVICES.CONFIGURATION] NET-CONFIG>add se1 [Adding new configuration entry for device "se1"] VAX/VMS Device [XEA0] xeb0 BSD Trailer encapsulation: [NEGOTIATED] disabled IP Address: [NONE] 128.165.0.1 IP SubNet Mask: [NONE] 255.255.248.0 Non-Standard IP Broadcast Address: [NONE] CHAOS Address: [NONE] PUP Address: [NONE] [se1 (Shared VAX/VMS Ethernet): Csr=NONE, Flags=%X0] NET-CONFIG>exit Note that your default gateway (as set with the SET DEFAULT-ROUTE command in NET-CONFIG) won't be affected by adding the second interface, and MultiNet (like any 4.3bsd-tahoe networking) will automatically route between the two interfaces. Kenneth Adelman TGV, Incorporated