i just installed bt4 pre final and every thing is okay
im now trying to edit my mac address from terminal with
# ifconfig eth0 down
# ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
# ifconfig eth0 up
# ifconfig eth0 |grep HWaddr
and its okay now for ip and netmask
ifconfig eth0 192.168.1.10 netmask 255.255.255.0 up
and its okay now for gateway
route add default gw 1.1.2.2 eth0
and last thing i edited resolv.conf with nano to add DNS
#nano /etc/resolv.conf
and i added 2 lines
DNS1 xxx.xxx.xxx.xxx
DNS2 xxx.xxx.xxx.xxx
and now for use browsing but first i tried to ping google with
ping google.com
or ping yaho.com
it gives Unknown host
and when i open firefox it gives failed no connection
plz help why :S:S:S





