Sponsored Content
Full Discussion: bootp/tftp
Top Forums UNIX for Dummies Questions & Answers bootp/tftp Post 16908 by maverick on Friday 8th of March 2002 07:05:49 AM
Old 03-08-2002
Thank you,

I would assume then it is saver not to create it then! It is only for a printer but out network would then still be accessible via the open port? Will use alternative measures....


Cheers
Mav
maverick
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

TFTP setup

ok, I configured inetd.conf so that the tftp string is not commented out, but I cannot get the process to start. I'm running Solaris 5.8 and need some help. Cabletron said that it's process is 3485, i tried to kill it, it's the wrong process. I started inetd again and still can't kill it. i... (15 Replies)
Discussion started by: veitcha
15 Replies

2. UNIX for Dummies Questions & Answers

Network Install PXE/BootP/TFTP

Im trying to help my professor at school, were trying to setup a linux server, that is configured with bootp/tftp/PXE. the client computer NICs have support to boot off PXE. What we would like to do is if a client computer does not have an OS, it would boot off the server, and display a menu to the... (1 Reply)
Discussion started by: kwalick
1 Replies

3. UNIX for Dummies Questions & Answers

Tftp

Is it possible to copy files between two computers with TFTP.And how? (1 Reply)
Discussion started by: bericica
1 Replies

4. Linux

BOOTP on HP Thin clients

Please m new around here! Can anyone take me thru implementing bootp on my thin clients via my central server? Preciate ur assistance. Thanks folks! (2 Replies)
Discussion started by: chuk_uka
2 Replies

5. UNIX for Dummies Questions & Answers

enabling TFTP

ive been trying to enable a tftp service on a unix box using the command atftpd --daemon but when i scan the open ports using nmap it doesnt show that port 21 as up does anyone know the reason... ive tried /etc/init.d/atftpd start , it didnt work if i type atftpd by it self it gives me a set... (2 Replies)
Discussion started by: ratamahatta
2 Replies

6. SCO

Need help in BOOTP Server and Client configuration

Dear All; I need help in configuring the BOOTP server, I have found something on internet forums regarding the file: bootptab and editing some lines but Im not if they are all correct. Also, I need help to configure my clients (UNIX) to boot up with this bootp server(UNIX). I will be... (1 Reply)
Discussion started by: amirzandi
1 Replies

7. AIX

Building a 43p using BOOTP

I have a 43p 120 (7248-120) which I am trying to install AIX 5.2 on. I have built a Nimol server on a Linux PC running SUSE LES 10. I have setup the 43p to perfom a network boot (BOOTP) and all the addresses in the network settings under SMS are set to 0.0.0.0. When I power up the 43p it... (15 Replies)
Discussion started by: johnf
15 Replies

8. UNIX for Dummies Questions & Answers

tftp troubleshooting

Hi I am trying to do a network install of Solaris 10 08_07 onto a Sunfire T2000. I have configured all my network-boot-arguments on the client server (named sundb1). I have installed my image of Solaris on my install server (sun1). But when I try to install using # boot net -s I get the... (0 Replies)
Discussion started by: Bobby76
0 Replies

9. Linux

tftp will not start.

I have setup nimol on a Fedora 9 machine. Nimol is installed and correctly configured and I have a client rs6000 (43p) declared in the dhcpd.conf file. all is running correctly and tftp is installed. I am monitoring /var/log/messages when I start the 43p and see the dhcp request come in and a reply... (0 Replies)
Discussion started by: johnf
0 Replies

10. Solaris

Bootp/tftp issue neeeeeed help plz

i find a solution (2 Replies)
Discussion started by: shady_2005
2 Replies
bootpgw(8)						      System Manager's Manual							bootpgw(8)

NAME
bootpgw - Internet BOOTP Protocol gateway SYNOPSIS
/usr/opt/obsolete/usr/sbin/bootpgw [-d level] [-t timeout] [-h hopcount] [-w waittime] server [server...] OPTIONS
Sets the debug-level variable that controls the number of debugging messages generated. For example, -d 4 sets the debugging level to 4. Sets the maximum hop count a BOOTP request can contain for this bootpgw daemon to forward the packet. The default is 4. Specifies the timeout value (in minutes) that the bootpgw process waits for a BOOTP packet before exiting. If no packets are received for timeout min- utes, the program exits. A timeout value of zero means run forever. When the bootpgw daemon is not started using the inetd daemon, this option is forced to 0. Specifies the minimum wait time in seconds. Requests are forwarded only if the client has been waiting for at least the specified time. The default value is 0. OPERANDS
Specifies the name or IP address of a BOOTP server to which the bootpgw forwards BOOTP requests. DESCRIPTION
The bootpgw daemon implements a simple BOOTP gateway that can be used to forward requests and responses between clients and BOOTP servers (for example, bootpd) on different subnets. In order to use the bootpgw daemon, you must install the Obsolete Commands and Utilities subset (OSFOBSOLETExxx). The bootpgw can be started by the /usr/sbin/inetd daemon by specifying the following line in the /etc/inetd.conf file: bootps dgram udp wait root /usr/sbin/bootpgw bootpgw server Note that server specifies the name or IP address of a bootp server to which the bootpgw forwards bootp requests. You may not have the bootpd daemon and the bootpgw daemon running on the same system because they listen on the same bootps port. When the bootpgw daemon is started, it determines the address of a BOOTP server whose name is provided as a command line parameter. When the bootpgw daemon receives a BOOTREQUEST packet, it sets the gateway address and hop count fields in the packet and forwards it to the BOOTP server at the address determined earlier. Then the bootpgw daemon looks in the /etc/services file to find the port numbers it should use. The following two entries are extracted: The bootp server listening port. The destination port used to reply to clients. If the port numbers cannot be determined this way, they are assumed to be 67 for the server and 68 for the client. RESTRICTIONS
You cannot run bootpgw and bprelay on the same system at the same time. FILES
Defines the sockets and protocols used for Internet services. SEE ALSO
Commands: bootpd(8), bprelay(8), inetd(8), joind(8) DARPA Internet Request For Comments: Bootstrap Protocol (RFC 951), Clarifications and Extensions for the Bootstrap Protocol (RFC 1532) bootpgw(8)
All times are GMT -4. The time now is 03:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy