Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.internet.wireless
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-15-2007, 06:09 PM
mooky
Guest
 
Posts: n/a
Default wired and wireless connection

I just got a notebook and setup a secure wireless connection. Is it ok
to have both connections running at same time?


Reply With Quote
  #2 (permalink)  
Old 09-15-2007, 06:24 PM
Jeff Liebermann
Guest
 
Posts: n/a
Default Re: wired and wireless connection

mooky <mooky9669@yahoo.com> hath wroth:

>I just got a notebook and setup a secure wireless connection. Is it ok
>to have both connections running at same time?


Yes. Looks like you're using Windoze Media Center Edition. TCP/IP
has a priority scheme called "Metrics". Windoze gives priority to the
higher speed connections. That means that Windoze will send all the
packets via ethernet and sorta ignore wireless. However, as soon as
you unplug the ethernet cable, it will automagically revert to
wireless.

<http://support.microsoft.com/default.aspx?scid=kb;en-us;299540>
<http://www.microsoft.com/technet/community/columns/cableguy/cg0405.mspx>

--
Jeff Liebermann jeffl@cruzio.com
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558

Reply With Quote
  #3 (permalink)  
Old 09-15-2007, 07:04 PM
Adair Winter
Guest
 
Posts: n/a
Default Re: wired and wireless connection

"Jeff Liebermann" <jeffl@cruzio.com> wrote in message
both connections running at same time?
>
> Yes. Looks like you're using Windoze Media Center Edition. TCP/IP
> has a priority scheme called "Metrics". Windoze gives priority to the
> higher speed connections. That means that Windoze will send all the
> packets via ethernet and sorta ignore wireless. However, as soon as
> you unplug the ethernet cable, it will automagically revert to
> wireless.
>
> <http://support.microsoft.com/default.aspx?scid=kb;en-us;299540>
> <http://www.microsoft.com/technet/community/columns/cableguy/cg0405.mspx>


This brings up a question for me.
I had a dell latitude laptop at work and I used to connect to our wireless
network and to a wired network (seperate from the lan with the wireless ap)
so I could have internet (via wireless) but still communicate via the wired
to the phone system or whatever I was working on. IP on wired always
manually assigned with no gateway.
One day, it stopped working. I figured I had changed something to mess it up
I played with the metrics but never got it working.
I received a new HP laptop for work a few months ago and was hoping that it
would work the same way on it however it does not.

Before I always figured that it work because there was no gate way ip
address assigned to the interface so internet traffic went where there was
one but this does not appear to be the case.

anyone?

Adair



Reply With Quote
  #4 (permalink)  
Old 09-15-2007, 08:22 PM
Comcast Newsgroups
Guest
 
Posts: n/a
Default Re: wired and wireless connection

Yes, notebook and desktop. Yes.

"mooky" <mooky9669@yahoo.com> wrote in message
news:1189876162.400533.66440@n39g2000hsh.googlegro ups.com...
> I just got a notebook and setup a secure wireless connection. Is it ok
> to have both connections running at same time?
>


Reply With Quote
  #5 (permalink)  
Old 09-15-2007, 09:53 PM
Jeff Liebermann
Guest
 
Posts: n/a
Default Re: wired and wireless connection

"Adair Winter" <adairw@swbell.net> hath wroth:

>"Jeff Liebermann" <jeffl@cruzio.com> wrote in message
>both connections running at same time?
>>
>> Yes. Looks like you're using Windoze Media Center Edition. TCP/IP
>> has a priority scheme called "Metrics". Windoze gives priority to the
>> higher speed connections. That means that Windoze will send all the
>> packets via ethernet and sorta ignore wireless. However, as soon as
>> you unplug the ethernet cable, it will automagically revert to
>> wireless.
>>
>> <http://support.microsoft.com/default.aspx?scid=kb;en-us;299540>
>> <http://www.microsoft.com/technet/community/columns/cableguy/cg0405.mspx>


>This brings up a question for me.
>I had a dell latitude laptop at work and I used to connect to our wireless
>network and to a wired network (seperate from the lan with the wireless ap)
>so I could have internet (via wireless) but still communicate via the wired
>to the phone system or whatever I was working on. IP on wired always
>manually assigned with no gateway.


That's very different. If the wired connection did NOT have a gateway
IP, or that the gateway IP was the local IP address of the ethernet
interface, all the packets would go via the wireless, EXCEPT those
that are within the netmask of the ethernet adapter. The automatic
"metric" packet priority thing only works if both the wired and the
wireless go to the same router and have the same netmask. Otherwise,
things get really complicated.

>One day, it stopped working. I figured I had changed something to mess it up
>I played with the metrics but never got it working.


I always (and I do mean always) keep a saved copy of the routing
table:
route print > filename
It's a bit rough decoding the output, but not impossible. See:
http://www.microsoft.com/technet/com...uy/cg1201.mspx
When something breaks, I compare results. It's amazing how minor
updates and installs seem to screw up my settings. I have a fairly
complex mess in the office. I once installed some obscure network
discovery and analysis tool that "repaired" all my settings. Gee
thanks.

>I received a new HP laptop for work a few months ago and was hoping that it
>would work the same way on it however it does not.


It can, but without numbers and topology, I'm not going to offer a
configuration.

>Before I always figured that it work because there was no gate way ip
>address assigned to the interface so internet traffic went where there was
>one but this does not appear to be the case.


The gateway is for where packets go that do *NOT* have a destination
IP address that is within the netmask of either interface. For
example:
wireless 192.168.1.xxx
ethernet 192.168.0.xxx
Everything with a destination IP address within 192.168.1.xxx will go
via wireless. Everything with a destination IP address within
192.168.0.xxx will go via wireless. Everything *ELSE* that is NOT
within either of these two Class C IP blocks, will go via the gateway.

>anyone?
>
>Adair


--
Jeff Liebermann jeffl@cruzio.com
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558

Reply With Quote
  #6 (permalink)  
Old 09-17-2007, 06:30 AM
Adair Winter
Guest
 
Posts: n/a
Default Re: wired and wireless connection

"Jeff Liebermann" <jeffl@cruzio.com> wrote in message

>
> I always (and I do mean always) keep a saved copy of the routing
> table:
> route print > filename
> It's a bit rough decoding the output, but not impossible. See:
> http://www.microsoft.com/technet/com...uy/cg1201.mspx
> When something breaks, I compare results. It's amazing how minor
> updates and installs seem to screw up my settings. I have a fairly
> complex mess in the office. I once installed some obscure network
> discovery and analysis tool that "repaired" all my settings. Gee
> thanks.


Good info, I will have to look into doing the same. Could come in really
handy.

>
> It can, but without numbers and topology, I'm not going to offer a
> configuration.


There isn't much topology to it really. Take one laptop connected wirelessly
to office lan which has servers, work stations, ip phones and internet
connectivity. This network is 192.168.1.0/24 and the wireless interface is
fully configured via the DHCP server.
In the office I will sit down to initually setup or test a VoIP phone system
in which I use a completly seperate switch from the office network for
connectivity. Normally outta the box i'm on 10.10.10.0/24 with the wired
interface, which i normally do not specify a gateway (because there is
none).

If I request something from either network by ip address i have no problems,
i'm not sure about by name. Alot of what I do is broswer and remote desktop
baised so if I call an address directly it responds but if i open a browser
window and type in www.google.com (or any other address for that matter) or
try to check my POP3 email I get an error.


> The gateway is for where packets go that do *NOT* have a destination
> IP address that is within the netmask of either interface. For
> example:
> wireless 192.168.1.xxx
> ethernet 192.168.0.xxx
> Everything with a destination IP address within 192.168.1.xxx will go
> via wireless. Everything with a destination IP address within
> 192.168.0.xxx will go via wireless. Everything *ELSE* that is NOT
> within either of these two Class C IP blocks, will go via the gateway.


Understood.

Adair



Reply With Quote
Sponsored Links
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Using both wired and wireless connection on laptop coming from different routers BKnibbe@gmail.com alt.internet.wireless 1 04-20-2007 05:27 PM
WiMAX Forum News, Weekly Clip Report March 22-29, 2007 badger_b@hotmail.com alt.internet.wireless 0 03-31-2007 02:14 AM
Lose wireless connection only when transferring large files sdajacks@hotmail.com alt.internet.wireless 5 03-06-2007 05:35 PM
Internet connection from Wired router to Wireless router ? anonym alt.internet.wireless 6 09-29-2006 07:21 PM
How to share wired Internet connection in hotel using two wireless PCs Cindy alt.internet.wireless 33 09-10-2006 03:52 AM


All times are GMT. The time now is 05:28 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45