Sponsored Content
Full Discussion: Need help turning off bootpd
Operating Systems SCO Need help turning off bootpd Post 302805131 by migurus on Thursday 9th of May 2013 05:00:09 PM
Old 05-09-2013
Need help turning off bootpd

OSR 5.0.7 patched with MP 5
The syslog is flooded with messages:

Code:
 
May  9 13:42:12 asiwc bootpd[14963]: IP address not found: 192.168.230.215
May  9 13:42:13 asiwc bootpd[14963]: IP address not found: 192.168.230.142
May  9 13:42:50 asiwc bootpd[14963]: IP address not found: 192.168.230.202

The system should not have bootp running at all, I believe this bootp problem started as a result of someone's trying to configure the system and not having a good understanding of what he was doing.

What I did so far:

1 commented out bootps line in inetd.conf (it was last line)
so now the file has this:
Code:
 
grep -v '^#' inetd.conf
ftp     stream  tcp     nowait  root    /etc/ftpd       ftpd -a
telnet  stream  tcp     nowait  NOLUID  /etc/telnetd    telnetd
shell   stream  tcp     nowait  NOLUID  /etc/rshd       rshd
login   stream  tcp     nowait  NOLUID  /etc/rlogind    rlogind
exec    stream  tcp     nowait  NOLUID  /etc/rexecd     rexecd
finger  stream  tcp     nowait  nouser  /etc/fingerd    fingerd
comsat  dgram   udp     wait    root    /etc/comsat     comsat
ntalk   dgram   udp     wait    nouser  /etc/talkd      talkd
tcpmux  stream  tcp     nowait  root    internal
echo    stream  tcp     nowait  root    internal
discard stream  tcp     nowait  root    internal
chargen stream  tcp     nowait  root    internal
daytime stream  tcp     nowait  root    internal
time    stream  tcp     nowait  root    internal
echo    dgram   udp     wait    root    internal
discard dgram   udp     wait    root    internal
chargen dgram   udp     wait    root    internal
daytime dgram   udp     wait    root    internal
time    dgram   udp     wait    root    internal
pop3    stream  tcp     nowait  root    /etc/popper popper
imap    stream  tcp     nowait  root    /etc/imapd imapd 
swat stream tcp nowait root /usr/lib/samba/sbin/swat swat

restarted inetd:
Code:
 
kill -HUP `cat inetd.pid`

The syslog still shows bootp messages added every couple of minutes. What could be done to stop it and make sure it won't re-start later?

Thanks in advance,
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Bootpd Messages

Hi , I had rebooted my Sun Machine 2 days back... I was going thru my messages file ... I notice this messages Bootpd :- IP address not found x.x.x.x Wat is this bootpd and why is it looking for IPs ... How do i turn it off .. JD (1 Reply)
Discussion started by: Jai
1 Replies

2. UNIX for Dummies Questions & Answers

Turning off MMDF permanently

This is definitely a post from a "UNIX Newbie" - we have a SCO Unix machine that houses our customer database. I have been getting reports that the system starts lagging intermittently, and have managed to determine that the cause of the slowdown is a process called MMDF. I can manually kill... (4 Replies)
Discussion started by: QmanV2
4 Replies

3. UNIX for Dummies Questions & Answers

turning off certain http requests

On a sparc solaris 8 host running sunone webserver 6 I would like to limit the http requests that can be used when port 80 is accessed. We currently have http/1.0 enabled. For example I would like to remove the http request DELETE. Regards, BLP (1 Reply)
Discussion started by: blp001
1 Replies

4. UNIX for Advanced & Expert Users

Turning off the CDE

I am running Solaris 9 and wanted the CDE stopped when my users login. Can this be done by adding something to the .profile? Basically when they login they should be at the command line and have to start the CDE themselves. Thanks (11 Replies)
Discussion started by: meyersp
11 Replies

5. Solaris

Need actual bootpd for solaris

Hi everybody, i have downloaded some archieves but i couldn't compile it without errors. please help... where can i find a bootp that works?! my hardware: sparc prozessor with solaris 8 (5.8 (2.8)) thanks Johnny (0 Replies)
Discussion started by: johnnypark
0 Replies

6. Shell Programming and Scripting

turning case into a if statement

How can i convert this case statement that i made to an if statement? Do not write script, just give a hint on how to do something below. #!/bin/sh hi="$1" case "$hi" in ) exit 0;; * ) exit 1;; esac echo "$hi" Here is what i got so far for... (2 Replies)
Discussion started by: brentdeback
2 Replies

7. UNIX for Dummies Questions & Answers

Turning Echo off

Hi, Is there any way like in dos to turn the echo off in a script? i have some lines popping up that i dont wish to be viewed when i am unziping a file it brings up the message updating: log.txt (deflated 72%) and extracting: log.txt i dont want these be viewed. Andy (4 Replies)
Discussion started by: chapmana
4 Replies

8. AIX

turning auditing on AIX 4.3

Hi, What's the best way to turn on the auditing in AIX 4.3? I'm in an environment where root password are shared with many users. Can sudoers member be audited properly? Thanks (1 Reply)
Discussion started by: itik
1 Replies

9. Solaris

Turning in.ftpd on and off

For two straight days someone was running in.ftpd in my server (apparently looking to break in) and when I would do "top" almost every line would read "in.ftpd". I had a unix sysadmin friend of mine shut it down and then start it back up in a day and a half and all seems OK for now. Here's what I... (1 Reply)
Discussion started by: thomi39
1 Replies

10. AIX

turning CIO on and how to monitor

Hi Guys, I have a database server where we run AIX 5.3 on a power5 box and we just turned on CIO (concurrent I/O) for the database filesystems. Now my assumption is that enabling CIO the database basically will bypass the filesystem cache releasing some extra memory that can be allocated... (1 Reply)
Discussion started by: hariza
1 Replies
bootpd(8)						      System Manager's Manual							 bootpd(8)

Name
       bootpd - Server to help boot diskless clients

Syntax
       /usr/etc/bootpd [ -d ] [ -i ]

Description
       The server is for the Internet BOOTP protocol (a UDP-based protocol).  This allows a diskless machine to find out its Internet address, the
       address of a bootserver, and the name of a file to boot.

       The server is either started from or from If is started from the -i flag must be supplied by The server reads its configuration file,  when
       it starts up. When a new request arrives, checks to see if the file has been modified, and if so, reads it again.

       If  started  by	waits  until  no new requests arrive for one minute.  This limits the overhead of restarting the daemon without tying up a
       process slot when nothing is happening.	The following is an example of the format of the configuration file:
       #
       # /etc/bootptab:  database for bootp server (/usr/etc/bootpd)
       #
       # Blank lines and lines beginning with '#' are ignored.
       #
       # home directory

       /usr/local/bootfiles

       # default bootfile

       defaultboot

       # end of first section

       %%

       #
       # The remainder of this file contains one line per client
       # interface with the information shown by the table headings
       # below. The host name is also tried as a suffix for the
       # bootfile when searching the home directory (that is,
       # bootfile.host)
       #
       # host	      htype haddr	  iaddr 	 bootfile
       #

       hostx	      1 02:60:8c:06:35:05 99.44.0.65	 ultrix
       hosty	      1 02:07:01:00:30:02 99.44.0.65	 vms
       hostz	      1 02:60:8c:00:77:78 99.44.0.03	 lps40
       node1	      1 02:60:8c:00:99:47 99.44.0.01	 tops20
       The first two lines specify the home (default) directory and the default bootfile, respectively.  A line starting with  two  percent  signs
       (%%) separates these first lines from the host information table, which contains an entry for each bootable host.

       You  should  start with a configuration file similar to this and edit the host entries to correspond to your local systems.  The host field
       does not have to be a formal host name; it is used for identification in the log file and also as a  possible  extension  to  the  bootfile
       name.

       The  is	always	1  and	corresponds to the hardware type assigned Ethernet by the Assigned Numbers RFC.  The field can use a period (.), a
       hyphen (-), or a colon (:) as separators.  The entry is the file used if the client does not know the name of the file it  wants  to  boot.
       This is frequently the case when a diskless workstation is booted.

       The server logs interesting events using

Options
       -d   Logs all requests and indicates what responses are made.

       -i   If is started from the -i flag must be supplied by

Files
       Configuration file

See Also
       inetd(8c), tftpd(8c)

																	 bootpd(8)
All times are GMT -4. The time now is 02:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy