Date: Mon, 16 Jan 1995 19:44:37 +0100 (MET) From: Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de> To: ACSRAINS@ACS.EKU.EDU (Bob) Cc: freebsd-questions@freefall.cdrom.com (user alias) Subject: Re: Need Help With Network Failure Message-ID: <199501161844.TAA09241@gilberto.physik.rwth-aachen.de> In-Reply-To: <01HLUGJF7YBM001Q2X@ACS.EKU.EDU> from "Bob" at Jan 14, 95 06:11:48 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> > I am trying to setup FreeBSD to run across an ethernet network. At first > I had conflicts with LPT0 due to irq conflicts. I have disabled lpt0 to > fix this problem, but am still having difficulties. I will offer some > information and if anyone can help, and tell me what I need to do, I'd > appreciate it. > > Host name is: bob.acs.eku.edu > IP address is: 157.89.4.16 > Gateway address is: 157.89.8.64 > I'm using an AT&T EN100 ethernet card using 360, 7, d000 settings. ^^^^^ N1000 compatible? ^ is a bit odd since 7 is also used by lpt0 unless you disable support for this in the kernel. Ah I see you were mentioning it. You'd better choose 2 (9), 5, 10,11(!caution, SCSI controllers live there),12. > > If anyone could possibly tell me the exact files I might need to edit to /etc/myname should contain your hostname /etc/hosts put your IP hostname in there (the usual way) /etc/netstart put your correct ifconfig line there. There are versions of FreeBSD that look for a file /etc/hostname.ed0 (or ed1). Put the args of an appropriate ifconfig command into that file. route -n add default 157.89.8.64 If you want bind lookup create a file /etc/resolv.conf containing domain acs.eku.edu nameserver 157.89.?.? And last: /etc/host.conf defines the lookup order of name resolution. > get this to work for me, I'd greatly appreciate it. Thanks again. > > Bob Rains > Software Consultant > Academic Computing Services > Eastern Kentucky University > ACSRAINS@ACS.EKU.EDU > > Your mileage may vary depending on the version of FreeBSD you are installing :-) --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de FreeBSD 2.0.1-Development #0: Wed Nov 2 23:00:17 1994 root@mvx1b1:/usr/src/sys/compile/JAZZ
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199501161844.TAA09241>