Hi.
I use command
for connecting to Internet.
I wanted to speed up whole process by adding this line of code to /etc/rc.conf because I thought it would done it automatically on booting.
Now I have infinite loop, because the steps of "dhclient re0" are repeating and boot can't continue.
I use command
Code:
dhclient re0
I wanted to speed up whole process by adding this line of code to /etc/rc.conf because I thought it would done it automatically on booting.
Now I have infinite loop, because the steps of "dhclient re0" are repeating and boot can't continue.