BackTrack 3 Tips
September 9th, 2008
Powered by Max Banner Ads
1) Enable secure shell daemon to start automatically
chmod 755 /etc/rc.d/rc.sshd
2) Configure adapter for static IP rather than DHCP
vi /etc/rc.d/rc.inet1
Added this:
ifconfig eth0 xxx.xxx.xxx.xxx netmask 255.255.255.0
route add default gateway xxx.xxx.xxx.x
echo “nameserver xxx.xxx.xxx.xxx” >> /etc/resolv.conf
