TIGERWHITE
(usa Outra)
Enviado em 17/08/2009 - 21:56h
galera ainda estou apanhado muito
tentei os comando citados pelo nosso amigo acima
entrei no site da exploite e tentei esses
Networking ¶
back|track 4 boots with networking disabled. You don't always want to SCREAM for DHCP when plugging into a client's network.
To enable networking by DHCP:
/etc/init.d/networking start
--------------------------------------------------------------------------------
To do things manually, first assign an IP address and subnet mask:
ifconfig eth0 <IP address> netmask <subnet mask>
Example: ifconfig eth0 192.168.1.100 netmask 255.255.255.0
Configure the default gateway:
route add default gw <default gateway IP address>
Example: route add default gw 192.168.1.1
Configure the DNS server:
echo "nameserver <DNS server's IP address>" > /etc/rinviolavel@TIGERWHITE:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:36:20:bf:5f
inet addr:10.1.1.50 Bcast:10.255.255.255 Mask:255.0.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:19 Base address:0x1800
lo Link encap:Local Loopback
inet addr:127.0.0.0 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:236 errors:0 dropped:0 overruns:0 frame:0
TX packets:236 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:18581 (18.5 KB) TX bytes:18581 (18.5 KB)
inviolavel@TIGERWHITE:~$
esolv.conf
Example: echo "nameserver 192.168.1.1" > /etc/resolv.conf
-------------------------------------------------------------------------------
quando executo o comando ifconfig
nao sei realmente o onde estou errando