View Single Post
  #5   (View Single Post)  
Old 17th February 2009
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by guitarscn View Post
Inside /etc/hostname.rl0:
Code:
inet 192.168.1.102 255.255.255.0 NONE
These contents point out that you want a specific address assigned to the rl0 interface. If your goal is to have a DHCP server assign the IP address, default router, & DNS server name(s), then the contents of /etc/hostname.rl0 should be nothing more than:
Code:
dhcp
This is discussed in Section 6.4.1.
Reply With Quote