View Single Post
  #2   (View Single Post)  
Old 13th July 2014
blackhole's Avatar
blackhole blackhole is offline
Spam Deminer
 
Join Date: Mar 2014
Posts: 316
Default

Code:
$ ifconfig
will show you the interface name you need

Code:
$ man hostname.if
hostname.* files should be named after the interface, not Linux style eth0, eth1, wlan0, etc.

Rename your hostname.* file accordingly and
Code:
# sh /etc/netstart
Reply With Quote