Up: SGI admin Frequently Asked Questions (FAQ)
Next: -39- I've just edited inetd.conf, and nothing changed. Why?
Previous: -37- How do I add a static route?
Subject: -38- How can I make the 'slip' command advertise the Ethernet
address of the SLIP client?
Date: 10 Dec 1993 00:00:01 EST
You can't. Just add something like
/usr/etc/arp -s $USER `netstat -ia | grep :` pub
to the shell script in which you start the SLIP process. $USER is the
SLIP client. The 'netstat | grep' part gets the host's Ethernet
address, and 'arp' advertises the host as an ARP server for $USER.
See also the arp(1M) manpage.
Up: SGI admin Frequently Asked Questions (FAQ)
Next: -39- I've just edited inetd.conf, and nothing changed. Why?
Previous: -37- How do I add a static route?