iftool - interface tool


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris BigAdmin RSS iftool - interface tool
# 1  
Old 11-14-2008
iftool - interface tool

A script to allow simpler configuration of the speed/duplex of a network interface than using multiple ndd commands. The iftool script allows the configuration utilizing a simple syntax of "iftool interface -s speed -d duplex". Setting autonegotiation on or off is also possible with "-a on/off".

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. 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

2. 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
Login or Register to Ask a Question
avahi-autoipd.action(8) 				      System Manager's Manual					   avahi-autoipd.action(8)

NAME
avahi-autoipd.action - avahi-autoipd action script SYNOPSIS
/home/lennart/tmp/avahi/etc/avahi/avahi-autoipd.action DESCRIPTION
avahi-autoipd.action is the action script that is called whenever an IP address has been acquired by avahi-autoipd or when it detected an IP address conflict. The script should add or remove the specified address from the specified network interface. PARAMETERS
argv[1] An event string: one of BIND, CONFLICT, UNBIND or STOP. If BIND is passed an IP address has been successfully acquired and the script shall add it to the network interface. If CONFLICT is passed avahi-autopid detected a IP address on the local network, the action script should remove the configured IP address. If UNBIND is passed the IP address should be removed from the interface, too, because a routable address has been configured to the interface by some other program. If STOP is passed the avahi-autoipd is being shutdown and the action script should remove the IP address. In short: on BIND the address should be added to the interface, on CONFLICT, UNBIND or STOP it should be removed. argv[2] The network interface name. argv[3] An IP address from the IPv4LL range. AUTHORS
The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from http://avahi.org/ SEE ALSO
avahi-autoipd(8), dhclient-script(8), ip(8), ifconfig(8) COMMENTS
This man page was written using xml2man(1) by Oliver Kurth. Manuals User avahi-autoipd.action(8)