DHCP Server
Does anyone know how I can setup a DHCP server? I need a small crash course on how a DHCP server works Heres what I need. Will a DHCP server do this? I have W95 computers on a networks. These machines are accessable to the public. I need all time logged from the time a person loggs on the machine to when they logg off. Can I do this with Linux? or Is there a W95 Software package out there that does this as well? Thanks Tony Koehn -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
Re: Can nuke attacks be logged?
If you know of a way to do this. Please let me know. I to am intrested. Tony -- > From: Chad D. Zimmerman <[EMAIL PROTECTED]> > To: Debian Users List > Subject: Can nuke attacks be logged? > Date: Tuesday, September 23, 1997 9:21 AM > > > Just wondering if there is a way to log nuke, icenuke, icmp ping attacts > done against a system? > > I had missed someone coming on IRC (undernet servers not linpeople) and > nuking 15 or so people 4 times or more. Was wondering if attempts against > me woulkd be logged so I can call their ISP and have a friendly little > chit chat with them. > > Chad > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > Chad D. Zimmerman [EMAIL PROTECTED] > Southwest Technology Development Institute > New Mexico State University > --- > HP: http://dabcc-www.nmsu.edu/~chad/ > DBP: http://dabcc-www.nmsu.edu/~chad/Debian/ > LCAO: http://dabcc-www.nmsu.edu/~chad/Las_Cruces_Art/ > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > > -- > TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to > [EMAIL PROTECTED] . > Trouble? e-mail to [EMAIL PROTECTED] . > -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
Graphical User Interface
I have never seen linux operate on any kind of graphical interface like Windows 95. What GUI do most people use? How easy is it to install? Someone told me of a web site that had different GUI stuff for linux but I lost it. Anyone have such a site? Tony -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
Problems installing 1.3
Please CC all your messages to me because I don't subscribe here regualary.. I have been trying to install debian 1.3 as a new install. I created me a Rescue 1440 Disk and a Dev 1440 Disk ( I think its called that) (been a long day)... I installed the base file on my dos partition and installed it fine. I setup all of my devices. Everything installed fine with out a hitch until I get to DSELECT. I Choose FTP in step 0... worked... I choose to update ...worked... I choose select and only selected the recommended and nothing else. I go to update and the system gives me GCC erros., Can't Map GCC I don't have the exact error here as I am at home now.. I have finally found the gcc compiler deb files and did a dpkg -i gcc*.deb and seemed to install. but I still can't do an install cause now I get another error about libff something What have I done wrong I am lost... Any help or suggestions would be greatly appreciated. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
X-Windows...
Can anyone tell me why I would want X-Windows??? Is this just a cheesy windows look a like or is there some advantages. I did install it once ( a long time ago) but didn't think it even compared to Windows 3.0... Tony -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
NSLOOKUP don't work
After getting debian installed I tried to do a nslookup and I get this message: *** Can't find server name for address 127.0.0.1: Non-existent host.domain *** Default servers are not available. What did I do wrong? Tony -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
Re: NSLOOKUP don't work
Thomas, My /etc/hosts file does have 127.0.0.1 localhost in it. My /etc/host.conf has "order hosts,bind" in it. Tony -- > From: Thomas Baetzler <[EMAIL PROTECTED]> > To: Tony Koehn <[EMAIL PROTECTED]> > Subject: Re: NSLOOKUP don't work > Date: Monday, July 14, 1997 10:01 AM > > Tony Koehn wrote: > :After getting debian installed I tried to do a nslookup and I get this > :message: > : > :*** Can't find server name for address 127.0.0.1: Non-existent host.domain > :*** Default servers are not available. > : > :What did I do wrong? > > See wether there's a line "127.0.0.1 localhost" in /etc/hosts. > See wether /etc/host.conf has "order hosts,bind" or "order bind,hosts" > in it. The first one will query /etc/hosts before going to the nameserver > configured in /etc/resolv.conf, while the other will do it in the reverse > order. > > Ciao, > -- > Thomas Baetzler, [EMAIL PROTECTED], [EMAIL PROTECTED] > http://www.fh-karlsruhe.de/~bath0011/>Visit my Homepage! > "The cowards never came, and the weaklings died on the way" - R.A.H. > -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
Re: NSLOOKUP don't work
I do have nameserver 127.0.0.1 in my /etc/resolv.conf file. -- > From: Alex Yukhimets <[EMAIL PROTECTED]> > To: Tony Koehn <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED]; debian-user@lists.debian.org > Subject: Re: NSLOOKUP don't work > Date: Monday, July 14, 1997 5:58 PM > > > Thomas, > > > > My /etc/hosts file does have 127.0.0.1 localhost in it. > > My /etc/host.conf has "order hosts,bind" in it. > > > > Tony > > Tony, > > do you have a nameserver line in /etc/resolv.conf? > It must be in the form: > > nameserver 122.122.122.122 > > Of course, you would have to substitute 122.122.122.122 for the address of > your nameserver (127.0.0.1 if you are running it on your machine). > > Alex Y. > > > > > > > > > -- > > > From: Thomas Baetzler <[EMAIL PROTECTED]> > > > To: Tony Koehn <[EMAIL PROTECTED]> > > > Subject: Re: NSLOOKUP don't work > > > Date: Monday, July 14, 1997 10:01 AM > > > > > > Tony Koehn wrote: > > > :After getting debian installed I tried to do a nslookup and I get this > > > :message: > > > : > > > :*** Can't find server name for address 127.0.0.1: Non-existent > > host.domain > > > :*** Default servers are not available. > > > : > > > :What did I do wrong? > > > > > > See wether there's a line "127.0.0.1 localhost" in /etc/hosts. > > > See wether /etc/host.conf has "order hosts,bind" or "order bind,hosts" > > > in it. The first one will query /etc/hosts before going to the nameserver > > > configured in /etc/resolv.conf, while the other will do it in the reverse > > > order. > > > > > > Ciao, > > > -- > > > Thomas Baetzler, [EMAIL PROTECTED], [EMAIL PROTECTED] > > > http://www.fh-karlsruhe.de/~bath0011/>Visit my Homepage! > > > "The cowards never came, and the weaklings died on the way" - R.A.H. > > > > > -- >_ > _( )_ > ( (o___ +---+ > | _ 7 | Alexander Yukhimets [EMAIL PROTECTED] | > \(")| http://pages.nyu.edu/~aqy6633/ | > / \ \ +---+ -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
Auto Responder
Does anyone know where I can find or how I go about getting an Auto Responder on a Debian Linux Box? -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
Radius
I am looking for someone who can tell me how I go about setting up radiusd. I need to see how I get it to get its info from another server?? Tony Koehn -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
Re: Radius
My TS is a Computone Powerack -- > From: Dave Cinege <[EMAIL PROTECTED]> > To: debian-user@lists.debian.org; Tony Koehn <[EMAIL PROTECTED]> > Subject: Re: Radius > Date: Wednesday, September 03, 1997 3:14 PM > > On Wed, 3 Sep 1997 09:09:00 -0500, Tony Koehn wrote: > > >I am looking for someone who can tell me how I go about setting up radiusd. > > I need to see how I get it to get its info from another server?? > > Which one? Linvingston, Merit, or Cistron? > > The Cistronis not yet an 'officailly' available deb package, but was VERY easy > to set-up by hand. Worked first time for me... > > - > http://www.psychosis.com/emc/ Elite MicroComputers 908-541-4214 > http://www.psychosis.com/linux-router/Linux Router Project > -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
Re: Radius
Merit Radius 2.4.23C -- > From: Dave Cinege <[EMAIL PROTECTED]> > To: debian-user@lists.debian.org; Tony Koehn <[EMAIL PROTECTED]> > Subject: Re: Radius > Date: Wednesday, September 03, 1997 4:43 PM > > On Wed, 3 Sep 1997 15:21:26 -0500, Tony Koehn wrote: > > >My TS is a Computone Powerack > > OK, but what version of a SERVER are you trying to setting up on your linux > box? > > The 3 I know of for Linux (2 debian are paks) are livingston, merit, and cistron. > > - > http://www.psychosis.com/emc/ Elite MicroComputers 908-541-4214 > http://www.psychosis.com/linux-router/Linux Router Project > > > -- > TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to > [EMAIL PROTECTED] . > Trouble? e-mail to [EMAIL PROTECTED] . > -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
Front page
Does anyone know where I can go to get some help on Front Page for Unix?? Don't seem to know what I am doing here I am looking for any kind of help or list server or newsgroup. Tony -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .