View Single Post
  #8   (View Single Post)  
Old 17th February 2009
guitarscn guitarscn is offline
Package Pilot
 
Join Date: Oct 2008
Posts: 166
Default

Quote:
Originally Posted by ocicat View Post
  • The IP address & netmask will be set in /etc/hostname.rl0.
  • The default router will be set in /etc/mygate.
  • DNS servers are set in /etc/resolv.conf.
As stated before, I would highly recommend that you study Section 6 of the FAQ.
Isn't that exactly what I did before?

/etc/hostname.rl0:
Code:
inet 192.168.1.102 255.255.255.0 NONE
/etc/mygate:
Code:
192.168.1.1
/etc/resolv.conf:
Code:
lookup file bind
nameserver 192.168.1.1
These were the settings I had, and even after a reboot I re-checked the files and "dhclient rl0" still did not work. What am I doing wrong?
Reply With Quote