Hello.! I want to know, how can i configure my network automatic in backtrack ? because i have the problem that i every time that i enter i have to configure this with "ifup eth0"
Thanks
Printable View
Hello.! I want to know, how can i configure my network automatic in backtrack ? because i have the problem that i every time that i enter i have to configure this with "ifup eth0"
Thanks
I dun know but I think it can help you
Start> Internet > Wicd Network Manager
regards: rojo
that configure correctly your network you need .activate the default software manager networks of baktrack ...
sudo /etc/init.d/wicd start (whit this comand you activate the default network manger of backtrack because dont activate for default ..)
clear
now
udpdate-rc.d wicd defaults (whit this comand configure wicd to autostart ..)
clear
and now wicd working in backtrack, whit this software you want set yours netwwork ...
Bye
Thanks Friend
I use This Command It,s Easy
But I Don,t Know How Connect Network By BT3
I Have Router
And User name :
?????@?????.net
And Passward
????????????
And Two Ip :
192.168.10.1
192.168.10.2
And Two DNS :
91.144.44.1
91.144.44.2
Can You Help Me
I Need To Use Back Track3
But Internet Didn,t Work
I have this working just fine however...
Is there a way to have the networking start automatically upon booting up? That is before I log in? I want to be able to reboot the box remotely, and then have it start networking and ssh so I can remote back into it again.
I found the answer.
The post titled " How to autologin / auto startx / auto booting" helped me to find the answer.
code:
nano /etc/rc.local
The script should look like this when you're done:
# By default this script does nothing.
start-network
/etc/init.d/ssh start
exit 0
So we added the command to start networking before the 'exit 0' line, and also started ssh. Both of these start before you login, so I can now reboot the box remotely and still have access to it.