ok.
in the network (local LAN) settings on windows machine, opt for the option that this (window) machine connects directly to the internet and other machines connect to the internet through this machine as gateway.
now obtain the DNS IP's from your window machines "internet" settings if its manually done othewise type #ipconfig on win machine to obtain that.
now come to linux machine
in the file /etc/resolv.conf enter the DNS IP's like:
Quote:
root@bond:~# cat /etc/resolv.conf
nameserver 202.56.230.6
nameserver 202.56.224.153
root@bond:~#
|
now you have to specify the "gateway" for you linux machine.
Here i can't help you b'coz i use slackware.
in slackware its /etc/rc.d/rc.inet1.conf
in redhat its /etc/sysconfig/network-scripts/ifcfg-eth0
so search for some file like this which works on ubuntu and add the default gateway entry (i.e the local IP address of your father's machine in this file).
re-run the network service of ubuntu and it should be up.
regards