Difference between revisions of "Initial Setup"
From Wikifications
(initial rev from backup) |
|||
Line 17: | Line 17: | ||
ntpdate_enable3D"YES" | ntpdate_enable3D"YES" | ||
xntpd_enable3D"YES" | xntpd_enable3D"YES" | ||
+ | |||
+ | back to [[meta]] |
Latest revision as of 16:46, 16 April 2005
edit /etc/rc.conf to add ip aliases in the form:
ifconfig_fxp0_alias03D"inet xxx.xxx.xxx.xxx netmask 255.255.255.255" ifconfig_fxp0_alias13D"inet xxx.xxx.xxx.xxx netmask 255.255.255.255"
or manually with:
ifconfig ep0 inet 192.168.57.10 netmask 255.255.255.255 alias ifconfig ep0 inet 192.168.57.10 -alias
pkg_add -r screen #cpu spin loop when running screen(!), use ports
Use ports to install ifstat, net-snmp, sudo, zsh, nmap, mtr, screen, w3m, lynx, curl, wget
create /etc/ntp.conf in the form
peer 128.115.14.97
enable ntpdate at boot and ntpd by adding this to /etc/rc.conf:
ntpdate_enable3D"YES" xntpd_enable3D"YES"
back to meta