Author: John Rushford
Date: 14-12-01 08:06
With FreeBSD 4.4, this article is now out of date. I'll get it updated soon. In the script, I am using gifconfig to setup the gif interface. This is no-longer required with FreeBSD 4.4 and gif interface devices are now configured dynamically.
If you use the script, delete or comment out all lines that
have $GIFCONFIG and edit /etc/rc.conf with the proper
configuration. See /etc/defaults/rc.conf for details.
For example:
# /etc/rc.conf
gif_interfaces="gif0"
gifconfig_gif0="172.16.1.254 172.17.1.254"
|
|