Hi,
We are using home PCs and for them both the interfaces wired and wireless required. We found a severe problems with this configuration. It might be related TCP stack problem or how Microsoft OS selects interface for the outgoing packates. We have debuging a lot and we came out with the following problem:
When both the interfaces wired and wiredless available on the computer then computer always selects the wired interface for outgoing packates.
Because of this some of our application is not working. For example, We use the Real VNC for taking a VNC. If we try to connects to a computer having both interfaces then we are able to connect via wired IP address but not via wireless IP address. This is becuase computer getting request as a SYN packate from another machine on wireless interface but it replies via wired Interface. Thus the machine which has put the request for connection will discard the packates as it will assume that it did not send any packates on that interface.
Could any one help us here to solve this problem so that comupter should reply from the same interface from where packates arrived. I have tried to lower the metrics for wireless interface to give the priority to it but no luck.
Thanks,
example:
Wired 192.168.0.x 255.255.255.0
Wireless 192.168.1.x 255.255.255.0
Gateway only one default gateway is permitted
example: 192.168.0.254 (will use wired interface to exit your lan)