Sponsored Content
Operating Systems AIX TFTP Bind to Specific Interface Post 303044581 by Neo on Thursday 27th of February 2020 02:01:49 AM
Old 02-27-2020
If you are talking about the server, you can easily start tftpd on an open port which is open and you have permissions to bind to:

Code:
-p	Specifies the port number for the incoming request.

REF: IBM Knowledge Center


If you are talking about the client, then:

Code:
connect Host [Port]	Sets the remote host, and optionally the port, for file transfers. Since the TFTP protocol does not maintain connections between transfers, the connect subcommand does not create a connection to the specified host, but stores it for transfer operations. Because the remote host can be specified as part of the get or put subcommand, which overrides any host previously specified, the connect subcommand is not required.

REF: IBM Knowledge Center

It's all right there in the AIX man pages.
 

9 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

Tftp

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

3. UNIX for Advanced & Expert Users

How to bind interrupts on a specific CPU

Hello, we practise our server with operating system ReliantUNIX 5.45 and we are using Informix Dynamic Server 7.31. I ascertained a lot of cpu interrupts per second (int/s). The count of int/s exceeds critical maximum value considerably. Machine specific notes for Informix Dynamic Server... (1 Reply)
Discussion started by: urbale
1 Replies

4. UNIX for Advanced & Expert Users

Double question: Apache mod_proxy and force connection over specific interface

Double question here ... Running on Debian Etch and Apache 2.0 1) Using mod_proxy and/or mod_proxy_http in apache 2.0. The basics of using mod_proxy are pretty simple so long as you're using a static config. I'm trying to figure out how to do it dynamically - that is, allow the entry of a... (4 Replies)
Discussion started by: Halfwalker
4 Replies

5. Solaris

how to bind an application to specific ip

Hello Dear Everyone. Have you Gurus perhaps got an idea how to bind a particular application/program to specific IP address on solaris box? Assume there is a server with two NICs with distinct IPs, I install an application (could be a backup sowftware client) and would like to tell to the... (6 Replies)
Discussion started by: togr
6 Replies

6. Solaris

Command line Interface or GUI Interface not shown on solaris

Dear all, I am a newbie in solaris and I need your advice. I have a Solaris version 5.9 installed on Sunfire V240. I am able to ssh the machine from putty remotely. My problem is that I cannot see the display from KVM switch I have connected to it. I need also to be able to see the GUI... (2 Replies)
Discussion started by: mbouster
2 Replies

7. SCO

Change SCO - GUI or Desktop interface to DOS based interface

Hi all I have installed a demo version of SCO OpenServer 5.0.2, I finally found it is Desktop Interface, I would like to know how to change its interface to dos based interface? If you have any ideas, please tell me then. Thank you (2 Replies)
Discussion started by: TinhNhi
2 Replies

8. IP Networking

Need a bridge from an ethernet interface to a serial interface

This is my situation DOS pc serial cable (sl0) Linux Pc eth1 192.168.0.10 <-------------------->192.168.0.2 <------------>192.168.0.1 (router) I connected the linux pc and the dos pc with a SLIP (serial line internet protocol), so they can communicate in the sl0 interface. ... (3 Replies)
Discussion started by: mghis
3 Replies

9. UNIX for Dummies Questions & Answers

Adding a network interface to a bonded interface

I have a RHEL 5 system with a bonded interface configure using only one network port (eth0). So I have config file for ifcfg-bond0 and ifcfg-eth. I'd like to configure eth5 to be the second SLAVE in the bond. My question is, after I modify ifcfg-eth5, can I add eth5 to the bond0 interface without... (1 Reply)
Discussion started by: westmoreland
1 Replies
tftp(1) 						      General Commands Manual							   tftp(1)

NAME
tftp - Provides the Trivial File Transfer Protocol (TFTP) SYNOPSIS
Interactive form: tftp [remote_host] [port] Command-line form: tftp remote_host [port] -subcommand [args] DESCRIPTION
The tftp command transfers files between hosts using TFTP. Because TFTP is a minimal file transfer protocol, the tftp command does not pro- vide all of the features described under the ftp command. For example, tftp does not provide subcommands to list remote files or change directories at the remote host, and limited file access privileges are given to the remote TFTP server. Note that the tftp command is not available when your host is operating in controlled access (secure) mode. The remote host must have a tftpd server started by its inetd server and have an account defined that limits the access of tftpd. Use the tftpd command to set up the TFTP environment and the nobody account. The tftp command has two forms: interactive form and command line form. In the interactive form, tftp is issued alone or with a host argu- ment that specifies the default host to use for file transfers during this session. You can also specify a port for the tftp connection to use. When you enter the interactive form, the tftp> prompt appears. In the command line form, you specify command arguments on the com- mand line, and no prompt appears. The tftp command can overwrite a file, but prompts you before doing so. When transferring data to a remote host, the transferred data is placed in the directory specified by the remote_file argument. remote_file must be a fully specified filename, and the remote file must both exist and have write permission set for others. The tftp command attempts to write the data to the specified file. However, if the remote TFTP server does not have the appropriate privileges to write the remote file or if the file does not already exist, the transfer fails. SUBCOMMANDS
The tftp subcommands can be entered in either their interactive form or in their command line form. Displays help information. If a sub- command is specified, only information about that subcommand is displayed. Synonym for the mode ascii subcommand. Synonym for the mode binary subcommand. This subcommand is used in the interactive mode. The image mode is the same as mode binary, but is used on the command line. Sets the remote host, and optionally the port, for file transfers. Because the TFTP protocol does not maintain connections between transfers, the connect subcommand does not create a connection to host, but stores the settings for transfer operations. Because the remote host can be specified as part of the get or put subcommands, which overrides any host previously specified, the connect subcommand is not required. Transfers a file or set of files from the remote host to the local host. Each of the remote_file arguments can be speci- fied in one of the following two ways: As a file that exists on the remote host, if a default host was already specified. As host:file, where host is the remote host and file is the name of the file to copy to the local system. If this form of the argument is used, the host specified for the last transfer becomes the default host for subsequent transfers in this tftp session. In either case, remote_file must be a fully-specified filename. Toggles hash marks. Sets the transfer mode to ascii or binary. A transfer mode of ascii is the default. Sets mode to octet. Transfers a file or set of files from the local host onto the remote host. The remote_directory and remote_file arguments can be specified in one of the following two ways: As a file or directory that exists on the remote host, if a default host was already specified. As host:remote_file, where host is the remote host and remote_file is the name of the file or directory on the remote system. If this form of the argument is used, the host specified for the last transfer becomes the default host for subsequent transfers in this tftp session. In either of these cases, the remote filename or directory name must be a full pathname, even if the local and remote directories have the same name. If a remote directory is specified, the remote host is assumed to use UNIX pathname syntax. Exits tftp. An End-of-File also exits the program. Displays transfer rate information. Defines the retransmission time-out for each packet, in seconds. Shows the current status of tftp, including the current transfer mode (ascii or binary), connection status, time-out value, and so on. Sets the total transmission time-out to the number of seconds specified by value. Turns packet tracing on or off. Turns verbose mode, which displays additional information during file transfer, on or off. EXAMPLES
To enter tftp, check the current status, connect to host1, and transfer the file update from host1 to the local host, enter: $ tftp tftp> status Not connected. Mode: netascii Verbose: off Tracing: off Rexmt_interval: 5 seconds, Max-timeout: 25 seconds tftp> connect host1 tftp> get /u/alice/update update tftp> quit $ The get subcommand transfers the file update from the remote host to your local host. Note that the directory /u/alice on the remote host must have read permission set for others. To perform the same operation in command-line mode, enter: $ tftp host1 -status -get /u/alice/update update Connected to host1. Mode: netascii Verbose: off Tracing: off Rexmt_interval: 5 seconds, Max-timeout: 25 seconds To open a tftp connection to host1, set binary mode, transfer the file game.exe from the local host to host1, and rename the file in the process, enter: $ tftp host1 tftp> binary tftp> put game.exe /u/alice/tictactoe.exe The put subcommand transfers the file game.exe from your local host to the remote host as tictactoe.exe. Note that the directory /u/alice on the remote host must have write permission set for others. Also, the file tictactoe.exe must already exist on the server and have write permission set for others. To perform the same operation in command-line mode, enter: $ tftp host1 -binary -put game.exe /u/alice/tictactoe.exe To transfer two files from the local host to two remote hosts, enter: $ tftp tftp> put product.html pricelist.html host1:/u/alice/public_html tftp> put product.html pricelist.html host2:/public/documents The put subcommand transfers the files from your local host to the specified directory on each remote host. Again, the files and directories must already exist on the remote hosts and have write permissions set for others. When the file transfer is complete, the last host, host2, becomes the default host for subsequent transfers in this tftp session. To perform the same operation in command-line mode, enter: $ tftp host1 -put product.html pricelist.html /u/alice/public_html $ tftp host2 -put product.html pricelist.html /public/documents FILES
Defines the address of the local host, and specifies the names and addresses of remote hosts. Defines the sockets and protocols used for Internet services. SEE ALSO
Commands: ftp(1), ftpd(8), inetd(8), rcp(1), syslogd(8), tftpd(8) tftp(1)
All times are GMT -4. The time now is 08:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy