Tablechukka
Re: Networking Issue & Other Minor Issues
Try the following: airmon-ng stop wlan0 (thats if your wireless interface is wlan0) not sure if this command is needed, i just had issues with my card
then: start-network wlan0
then open Wicd Manager
I have tried this method before with no success, thanks for the tip though!
Before startx, run "/etc/init.d/wicd start". If you want WICD to start automatically every time you boot up BT4, type "update-rc.d wicd defaults" after the previous command.
I currently have start-network set up to start as soon as i boot into BT4, i tried this method as well, but unsuccessful.
During my initial boot up, all of the POST tests pass fine, except i do get an error:
'starting DHCP server: dhcpd3* check syslog for diagnostics'
'failed!'
I looked in my system log (/var/log/log), but i was really able to distinguish what the exact error was. Have you ever seen this before?
Thanks again!
Hey guys, i seem to be having some issues with getting my internet connection up and running in backtrack.
During my initial boot, i receive an error which states:
Code:
DHCP server: dhcp3 failed!
Check syslog for diagnostics
I did a bit of debugging from the command line, however i seem to be stumped at this point.
When i initially boot, i perform the ifconfig command, and all i see is the lo address listed.
I then performed the ifconfig wlan0 up command, and i will see all of my interfaces when doing ifconfig again.
When i perform the '/etc/init.d/dhcp3-server restart' command i get this output:
Code:
Stopping DHCP server: dhcpd3 failed!
Starting DHCP server: dhcp3* check syslog for diagnostics.
failed!
Looking into my syslog, i am seeing the following errors when performing the above command:
Code:
Mar 25 05:48:04 bt dhcpd: Internet Systems Consortium DHCP Server V3.1.1
Mar 25 05:48:04 bt dhcpd: Copyright 2004-2008 Internet Systems Consortium.
Mar 25 05:48:04 bt dhcpd: All rights reserved.
Mar 25 05:48:04 bt dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Mar 25 05:48:04 bt dhcpd: Internet Systems Consortium DHCP Server V3.1.1
Mar 25 05:48:04 bt dhcpd: Copyright 2004-2008 Internet Systems Consortium.
Mar 25 05:48:04 bt dhcpd: All rights reserved.
Mar 25 05:48:04 bt dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Mar 25 05:48:04 bt dhcpd: Wrote 0 leases to leases file.
Mar 25 05:48:04 bt dhcpd:
Mar 25 05:48:04 bt dhcpd: Not configured to listen on any interfaces!
I did a bit of poking around in the /etc/dhcp3/dhcpd.conf and dhclient.conf file, but wasnt too sure what to look for.
Any help would be GREATLY appreciated!
Thanks,
Ben