Hi all,
DHCP is working but I want to use a static IP so I can SSH in. It seems like a simple change but it has not been working for me. I've looked at a few resources but nothing has helped.
/etc/rc.conf
Any help is greatly appreciated
DHCP is working but I want to use a static IP so I can SSH in. It seems like a simple change but it has not been working for me. I've looked at a few resources but nothing has helped.
/etc/rc.conf
Code:
hostname="server.cafe308.com"
sshd_enable="YES"
dumpdev="AUTO"
wlans_iwn0="wlan0"
#ifconfig_wlan0="WPA SYNCDHCP"
ifconfig_wlan0="inet 192.168.0.11 netmask 255.255.255.0"
defaultrouter="192.168.0.1"
hald_enable="YES"
dbus_enable='YES
apache24_enable="YES"
sshd_enabl="YES"
Any help is greatly appreciated