home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!agate!doc.ic.ac.uk!sot-ecs!mrd
- From: mrd@ecs.soton.ac.uk (Mark Dobie)
- Newsgroups: comp.os.linux
- Subject: Re: TCP/IP w/ ethernet wd8003
- Message-ID: <13558@ecs.soton.ac.uk>
- Date: 17 Nov 92 11:11:22 GMT
- References: <92315.081920K111114@ALIJKU11.BITNET> <1992Nov11.165327.17806@crd.ge.com>
- Sender: news@ecs.soton.ac.uk
- Lines: 30
- Nntp-Posting-Host: marr
-
- In <1992Nov11.165327.17806@crd.ge.com> davidsen@ariel.crd.GE.COM (william E Davidsen) writes:
-
- >In article <92315.081920K111114@ALIJKU11.BITNET>, <K111114@ALIJKU11.BITNET> writes:
- >| our university is the net 140.78 in Austria. the pc where i want to install
- >| linux is on a subnet at this university, 140.78.4, and the pc itself should
- >| be assigned the ip-number 140.78.4.41.
- >| The gateway is (that is the ROUTER, from the /usr/etc/inet/rc.local ???)
- >| 140.78.4.31.
- >|
- >| I try to startup the device now:
- >|
- >| > #!/bin/sh
- >| > config loopback 127.0.0.1
- >| > config -r 140.78.4.31 -n 140.78.4.0 -d eth0 140.78.4.41
- >| > inetd
-
- > Change the netmask to 255.255.255.0 for starters. The mask should be
- >all ones down to the subnet level, so a class C subnet would use
- >0xffffff00 as I've shown.
-
- ...but -n is not the netmask, it's the network address (ie. the
- machine address ANDed with the netmask). Isn't this example a class B
- network because 140 is between 128 and 191?
-
- So my suggestion is maybe to try "-n 140.78.0.0" Works for me.
-
- Mark.
- --
- Mark Dobie M.R.Dobie@uk.ac.soton.ecs (JANET)
- University of Southampton M.R.Dobie@ecs.soton.ac.uk (The World)
-