View Single Post
Old 17th October 2011
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

Your error in sysctl.conf is the first line:
Code:
net.inet.ip.forwarding=1         1=Permit forwarding (routing) of IPv4 packets
The area you have as comments is missing the leading "#" character. Your error messages are produced because sysctl(8) is trying to parse these comments as assignments.

I cannot see your error(s) in rc.conf because you are only showing the first page of a larger file. vi(1) is NOT the tool to use to copy and paste the entire contents of a file here. The error messages point to the line numbers, wlm2. Please use them to find your error(s).

The error in dhclient.conf is, as the error message said, in line #3 of the file. This line should be commented, it is NOT.
Code:
DHCP Client Configuration
Reply With Quote