Networking Forums

Networking Forums > Network Hardware > Home Networking > Wired and Wireless cards

Reply
Thread Tools Display Modes

Wired and Wireless cards

 
 
Stephen Soutar
Guest
Posts: n/a

 
      11-12-2007, 09:17 PM
I have 2 network cards, one wireless and one wired. I also have a network
drive that is wired into a router. I want to use the wireless for all
network and internet activities except accessing the network drive for which
I want to use the wired connection. Can I specifiy that the wired card is
used to access the the IP address of the network drive, whilst leaving
everything else to go through the wireless connection.

The wired connection is 192.168.1.20, and the network drive is 192.168.1.10.

I half think that I can specify some sort of routing, but do not know how to
set this up. I am using XP home.

Stephen.


 
Reply With Quote
 
 
 
 
Conor
Guest
Posts: n/a

 
      11-12-2007, 11:42 PM
In article <(E-Mail Removed)>, Stephen Soutar says...
> I have 2 network cards, one wireless and one wired. I also have a network
> drive that is wired into a router. I want to use the wireless for all
> network and internet activities except accessing the network drive for which
> I want to use the wired connection. Can I specifiy that the wired card is
> used to access the the IP address of the network drive, whilst leaving
> everything else to go through the wireless connection.
>
> The wired connection is 192.168.1.20, and the network drive is 192.168.1.10.
>
> I half think that I can specify some sort of routing, but do not know how to
> set this up. I am using XP home.
>

Quite simple...


Use a different subnet for the network storage so assuming you use
255.255.255.0 as the subnet mask, place the network drive on
192.168.2.10 and give the wired network card a 192.168.2.xx IP address.



--
Conor

I'm not prejudiced. I hate everyone equally.
 
Reply With Quote
 
Rob Morley
Guest
Posts: n/a

 
      11-13-2007, 04:23 AM
In article <(E-Mail Removed)>, Stephen Soutar
(E-Mail Removed) says...
> I have 2 network cards, one wireless and one wired. I also have a network
> drive that is wired into a router. I want to use the wireless for all
> network and internet activities except accessing the network drive for which
> I want to use the wired connection. Can I specifiy that the wired card is
> used to access the the IP address of the network drive, whilst leaving
> everything else to go through the wireless connection.
>
> The wired connection is 192.168.1.20, and the network drive is 192.168.1.10.
>
> I half think that I can specify some sort of routing, but do not know how to
> set this up. I am using XP home.
>

ISTR it's something like this - try it and see:

route add mmm.mmm.mmm.mmm mask 255.255.255.255 nnn.nnn.nnn.nnn

where mmm.mmm.mmm.mmm is the address of the network drive and
nnn.nnn.nnn.nnn is the address of the ethernet card.

Just stick that in a batch file and run it on startup/login.
 
Reply With Quote
 
Rob Morley
Guest
Posts: n/a

 
      11-13-2007, 04:27 AM
In article <(E-Mail Removed)> , Rob Morley
(E-Mail Removed) says...
> In article <(E-Mail Removed)>, Stephen Soutar
> (E-Mail Removed) says...
> > I have 2 network cards, one wireless and one wired. I also have a network
> > drive that is wired into a router. I want to use the wireless for all
> > network and internet activities except accessing the network drive for which
> > I want to use the wired connection. Can I specifiy that the wired card is
> > used to access the the IP address of the network drive, whilst leaving
> > everything else to go through the wireless connection.
> >
> > The wired connection is 192.168.1.20, and the network drive is 192.168.1.10.
> >
> > I half think that I can specify some sort of routing, but do not know how to
> > set this up. I am using XP home.
> >

> ISTR it's something like this - try it and see:
>
> route add mmm.mmm.mmm.mmm mask 255.255.255.255 nnn.nnn.nnn.nnn
>
> where mmm.mmm.mmm.mmm is the address of the network drive and
> nnn.nnn.nnn.nnn is the address of the ethernet card.
>
> Just stick that in a batch file and run it on startup/login.
>

I just looked it up - once you've checked that it works, if you run the
command with the -p flag (i.e. route -p ...) it becomes persistent and
you won't need to load it from a batch file.
 
Reply With Quote
 
Stephen Soutar
Guest
Posts: n/a

 
      11-13-2007, 07:25 PM
Thanks, I tried your suggestion, but couldn't get it to work.

However, what I did try with partial success, was setting the Interface
Metric manually in the TCP/IP properties for the NICs. I set the metric to 1
on the wired card, and to 25 on the wireless. This did allow me to send data
to the network drive via the wired card, but the data still comes from the
network drive via the wireless card.

My network has a wireless adsl router and a netgear WGPS606 wireless print
server. The network drive is plugged into the print server, and I am trying
to plug the desktop PC into the print server as well. I think the problem
may be in the print server, in that it is sending all its data via the main
wireless router.





"Rob Morley" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) t...
> In article <(E-Mail Removed)> , Rob Morley
> (E-Mail Removed) says...
>> In article <(E-Mail Removed)>, Stephen Soutar
>> (E-Mail Removed) says...
>> > I have 2 network cards, one wireless and one wired. I also have a
>> > network
>> > drive that is wired into a router. I want to use the wireless for all
>> > network and internet activities except accessing the network drive for
>> > which
>> > I want to use the wired connection. Can I specifiy that the wired card
>> > is
>> > used to access the the IP address of the network drive, whilst leaving
>> > everything else to go through the wireless connection.
>> >
>> > The wired connection is 192.168.1.20, and the network drive is
>> > 192.168.1.10.
>> >
>> > I half think that I can specify some sort of routing, but do not know
>> > how to
>> > set this up. I am using XP home.
>> >

>> ISTR it's something like this - try it and see:
>>
>> route add mmm.mmm.mmm.mmm mask 255.255.255.255 nnn.nnn.nnn.nnn
>>
>> where mmm.mmm.mmm.mmm is the address of the network drive and
>> nnn.nnn.nnn.nnn is the address of the ethernet card.
>>
>> Just stick that in a batch file and run it on startup/login.
>>

> I just looked it up - once you've checked that it works, if you run the
> command with the -p flag (i.e. route -p ...) it becomes persistent and
> you won't need to load it from a batch file.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
wrt54gl (wired and wireless router) - wired not working Kerry Liles Network Routers 3 11-14-2009 02:43 AM
FA: assorted PCMCIA wired network cards Christopher Scott Windows Networking 0 04-08-2006 11:52 PM
linked wired network(downstairs) to mixed wired/wireless network (upstairs) Matt Home Networking 4 02-08-2004 09:26 PM
Laptop with dual Network cards (wired and wireless) Henry Wolf Windows Networking 1 10-19-2003 02:02 AM
Conflict with D-Link wireless and Intel wired PC cards Peter Harrison Wireless Internet 2 08-01-2003 05:50 PM



1 2 3 4 5 6 7 8 9 10 11