On 3/8/11, Jakub Jedelsky <jakub.jedelsky at gmail.com> wrote: > Dne 8.3.2011 10:19, hadi motamedi napsal(a): >> Dear All >> My centos machine is connected to my MS Windows machine on the net.The >> MS Windows machine is connected to Internet via valid IP address >> setting and on its secondary ip address setting it can see my centos >> machine on the intranet.Can you please let me know how can try for >> Internet connection sharing such that my centos machine can see >> internet with minor modifications done? >> Thank you in advance > > Hi hadi, > > this isn't centos thing, all you need is to configure network bridge on > your Windows machine. You didn't send info about your windows verison so > try to google something about it > (http://www.google.com/#q=windows+network+bridge) > > JJ > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > Thank you very much for your reply.I am familiar with internet connection sharing on MS Windows as I have a third XP client on the same net connected to the internet.I tried as the following on my centos: #route add -net default gw 172.18.209.1 Where this is the secondary ip address of the MS Windows host.But the centos cannot see the internet. Can you please let me know why?