Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > automatic disabling of wireless connection while connected to wired net: howto?

Reply
Thread Tools Display Modes

automatic disabling of wireless connection while connected to wired net: howto?

 
 
Chu
Guest
Posts: n/a

 
      09-26-2005, 09:27 PM
I would like to (programmatically, or through a group policy) disable
the wireless interface on individual workstations iff the wired
interface is already active.

For example, we have many laptops with both wired and wireless
capability. While they are logged into the LAN at work, we want to
prevent them from connecting to the unprotected free access point in
the coffee shop next door. It's not that individuals necessarily do so

out of malice - they come in from a previous hotspot and their
operating environment automatically connects them to both, in effect
granting a split tunnel (and huge security problem).

Assuming I have some of the regular security tools available for my
workgroup (domain GPO, Norton AntiVirus), what can I do?

Thanks to you very much,
..Chu.

 
Reply With Quote
 
 
 
 
dold@XReXXautom.usenet.us.com
Guest
Posts: n/a

 
      09-26-2005, 09:34 PM
In alt.internet.wireless Chu <(E-Mail Removed)> wrote:
> I would like to (programmatically, or through a group policy) disable
> the wireless interface on individual workstations iff the wired
> interface is already active.


login scripts? scheduled jobs?
The technique, once you get it to run, is simple enough.

If there is a valid IP address on the wired interface, run a command to
disable the wireless adapter.

I run mine manually, when I remember.

<http://support.microsoft.com/default.aspx?scid=kb;en-us;311272> provides
an executable called DevCon for Device Control.

devcon status * > all_devices.txt
will give a text file with all of the devices and the current status.
Find the name of your WiFi card there... Mine is an SMC2435W.

PCI\VEN_104C&DEV_8400&SUBSYS_8402104C&REV_00\5&250 9CBFA&0&0051F0
Name: SMC2435W 22 Mbps Wireless Cardbus Adapter

devcon status "PCI\VEN_104C&DEV_8400*"
ensure that this shows only the status from the one device that you want to
affect. (It's interesting what shows up under the same "VEN_" number.)

I made a batch file with one line:
devcon %1 "PCI\VEN_104C&DEV_8400*"

then I put two shortcuts to the bat file on my desktop, adjusting the
properties so that one has a "target" of the bat file enable, and another
shortcut for disable.
"C:\downloads\DevCon\2435.bat" enable
I even picked clever icons for the two shortcuts ;-)

--
---
Clarence A Dold - Hidden Valley (Lake County) CA USA 38.8,-122.5

 
Reply With Quote
 
Diamontina Cocktail
Guest
Posts: n/a

 
      09-27-2005, 12:54 AM

"Chu" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) oups.com...
>I would like to (programmatically, or through a group policy) disable
> the wireless interface on individual workstations iff the wired
> interface is already active.
>


You could get Netswitcher for a start and have your server set up so that
whenever it detects a new device attached to the wired network that it
forces Netswitcher to that machine and runs it. Netswitcher can be
configured to only work through the desired NIC.

Also, do you have a "welcome" interface on your network? You could configure
it to force all this.


 
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
No Automatic Wireless Connection E/B Wireless Networks 3 03-13-2010 04:58 PM
Howto disable Wlan with GPO when in a connected domain..?? JH Wireless Networks 0 09-30-2005 07:49 AM
Combined Wireless / Wired Router(s) - Operating without Aerial Connected News Reader Broadband 0 04-17-2005 10:15 PM
Combined Wireless / Wired Router(s) - Operating without Aerial Connected News Reader Home Networking 0 04-17-2005 10:15 PM
Disabling Wireless Connection On Shutdown hammaer@hotmail.com Wireless Internet 11 02-07-2005 02:46 AM



1 2 3 4 5 6 7 8 9 10 11