home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.ultrix
- Path: sparky!uunet!mcsun!sunic!aun.uninett.no!alf.uib.no!dsfys1.fi.uib.no!iversen
- From: iversen@dsfys1.fi.uib.no (Per Steinar Iversen)
- Subject: routing through a DECstation 5000/125
- Message-ID: <1992Aug28.123033.23973@alf.uib.no>
- Lines: 36
- Sender: iversen@vsfys1.fi.uib.no (Per Steinar Iversen)
- Reply-To: iversen@vsfys1.fi.uib.no
- Organization: Department of Physics, University of Bergen, Norway
- Date: Fri, 28 Aug 92 12:30:33 GMT
- Lines: 36
-
-
-
- At our department there is a Pathworks server with two Ethernet interfaces.
- One of the interfaces is to the Internet, the other interface connects a number
- of DEC PCs to the server. This works fine, except that now the PC users wants to
- access the outside world. In the /etc/rc.local file, the following lines
- set up the interfaces:
-
- /etc/ifconfig ln0 129.177.41.1 broadcast 129.177.41.255 netmask 255.255.255.0
- /etc/ifconfig ln1 129.177.40.52 broadcast 129.177.40.255 netmask 255.255.255.0
-
- All nodes on both sides of the server uses such broadcast and netmasks.
-
- Somewhat later rc.local routed is started:
-
- [ -f /etc/routed ] && {
- /etc/routed -q & echo 'routed' >/dev/console
- }
-
- Unfortunately the nodes connected to the ln0 interface can only be reached from
- the server, no matter the settings of the interface - if pinged from the
- ln1 side, none of the nodes on the ln0 side can be reached. From the server one
- can ping both networks successfully.
-
- I would appreciate any ideas on how to make this work. We are running Ultrix 4.2
-
- -psi
-
- +------------------------------------------------------------------------------+
- ! Per Steinar Iversen ! Internet: iversen@vsfys1.fi.uib.no !
- ! Fysisk Institutt ! BITnet: iversen@cernvm.bitnet !
- ! Universitetet i Bergen ! HEPnet: VSFYS::IVERSEN (VSFYS=21.341=21845) !
- ! Allegaten 55 ! Phone: +47 5 212770 !
- ! N-5007 Bergen ! Fax: +47 5 318334 !
- ! NORWAY ! !
- +------------------------------------------------------------------------------+
-