I want to know more about... how using dhcp... an ip address gets bound to a network interface as i am debugging an issue (I am not a pro at linux just a new user trying switch over from windows).
If you want to know... the issue it is this...
I am on a windowsxp machine (on a wireless network:192.168.1.*) and have VirtualBox image with ubuntu running on it (server edition)... the linux on VM get it's ip using dhcp configured in /etc/network/interfaces for eth0... it is in the range 10.0.*.*
now i changed from dhcp to static and i supplied the static ip address... 192.168.1.12 and the gateway as our wireless router 192.168.1.1 and nameserver in /etc/resolv.conf as 192.168.1.1 (this being an adsl modem also).... I am not able to ping anywhere from ubuntu.... and ubuntu from anywhere...
but one thing that i have noticed is that when i use a wget
Google it get the file....
I am all confused as to what i going around with this setup...