Hi,
Actually I am using two connections of different company because in future if one is not working second will be there, so that the work will not effect. And certainly both have different Default gateway and different DHCP server address (as I previously mentioned one is 192.168.0.1 and second is 192.168.0.1. I have more than one question regarding this issue, because I already tried to put one both PC on same default gateway manually. But it is not working, and both PC are not present on each other network (View Network Connections). So what steps I have to follow to change Default gateway of one of both PCs.
Thank you………
It sounds like this is an office situation - perhaps you're setting up this infrastructure for a client?
You really ought to have the "failover" between gateways happen at the edge router, instead of leaving it to each and every machine to detect a dead gateway and make its own failover decisions accordingly. Ideally, all of your PCs in this small office will be on the exact same IP segment, and the fact that their edge router may sometimes switch between different gateways will remain invisible to the PCs themselves.
I still don't have enough information about your network topology, and I'm disinclined to ask a third time, but remember that the subnet mask you're using plays a vital part. If it's a "/24" mask (255.255.255.0), two PCs whose IP addresses are 192.168.0.1 and 192.168.1.1 respectively will not think of each other as being on the same network, and you'll have to somehow organise routing between the 192.168.1.X and 192.168.0.Y segments. That seems like overkill for what you're trying to do, especially given you've got full control over those (private) IP address ranges.
It would be simpler to have the routers/gateways configured as say 192.168.0.1 and 192.168.0.2, and to have the PCs at 192.168.0.10, 11, 12, 13... and so on, everything with a /24 mask. The PCs will then talk to each other without the need for intricate routing (because they're on the same network), and since they'll all be configured with both the .1 and .2 gateways, they'll just swap between them when certain conditions are met. (Look up "dead gateway detection" at support.microsoft.com)