- Follow via:
- RSS
- Email Alert
Question
0
Votes
WiFi Internet with Wired LAN
I have a desktop with WIFI and wired LAN. I am trying to force the internet to go through WIFI, and file transfers to go over wired LAN. right now, when i have both hooked up, i get a dns lookup error. how can i prevent this error? it is in winxp
16th Apr 2012
Answers (1)
0
Votes
Route Add may solve your issue
from command line you can route any traffic based on its destination to any selected interface
below is the command syntax:
route ADD 157.0.0.0 MASK 255.0.0.0 157.55.80.1 METRIC 3 IF 2
destination^ ^mask ^gateway metric^ ^ Interface^
so simply you can route all your internal network to use your wired interface
and default route to point to your wireless interface.
below is the command syntax:
route ADD 157.0.0.0 MASK 255.0.0.0 157.55.80.1 METRIC 3 IF 2
destination^ ^mask ^gateway metric^ ^ Interface^
so simply you can route all your internal network to use your wired interface
and default route to point to your wireless interface.
8th Oct

































