473,385 Members | 1,523 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

O.T. - physically disconnecting ethernet cable programatically

MLH
Well one thing I've wanted to do is be
able to PHYSICALLY connect and dis-
connect a PC's xBASE-T connection
via program control. The idea is...

Instead of plugging your standard R-J45
EtherNET connector into the NIC, plug
it instead into a board with a switch on
it that will open and close the connection
of ALL 8 WIRES in the cable on a signal
from the computer. So the ethernet cable
is plugged into the board and another
cable goes from the board to the PC.
When the switch on the board is closed,
the internet connection is alive. When
the switch on the board is open, its just
as if someone reached behind the PC
and unplugged the ethernet cable.

Of course, it might be possible for a NIC
to be programatically disabled - I dunno.
I'm grasping for straws here.

Know of anything out there that addresses
this objective? Would entertain ideas on
building something.
Sep 19 '06 #1
5 2342
The trouble with home brewn connectors is that they will likely
introduce -er what's that called- incorrect termination, reflection of
signals. 10Mb, maybe, 100Mb, certainly not.

How about putting a simple hub inbetween which you then can disconnect
using the good old coffee machine approach? There's ample information
about switching 230V-devices over your com-port.

MLH schreef:
Well one thing I've wanted to do is be
able to PHYSICALLY connect and dis-
connect a PC's xBASE-T connection
via program control. The idea is...
--
Bas Cost Budde
Holland
Sep 19 '06 #2
You're not going to be making circuit interrupt calls using Access
anytime soon. You should post this in a COBOL forum, or some other 1st
gen language forum.

MLH wrote:
Well one thing I've wanted to do is be
able to PHYSICALLY connect and dis-
connect a PC's xBASE-T connection
via program control. The idea is...

Instead of plugging your standard R-J45
EtherNET connector into the NIC, plug
it instead into a board with a switch on
it that will open and close the connection
of ALL 8 WIRES in the cable on a signal
from the computer. So the ethernet cable
is plugged into the board and another
cable goes from the board to the PC.
When the switch on the board is closed,
the internet connection is alive. When
the switch on the board is open, its just
as if someone reached behind the PC
and unplugged the ethernet cable.

Of course, it might be possible for a NIC
to be programatically disabled - I dunno.
I'm grasping for straws here.

Know of anything out there that addresses
this objective? Would entertain ideas on
building something.
Sep 19 '06 #3
MLH
On Tue, 19 Sep 2006 20:31:22 +0200, Bas Cost Budde
<b.*********@dev.null.comwrote:
>The trouble with home brewn connectors is that they will likely
introduce -er what's that called- incorrect termination, reflection of
signals. 10Mb, maybe, 100Mb, certainly not.

How about putting a simple hub inbetween which you then can disconnect
using the good old coffee machine approach? There's ample information
about switching 230V-devices over your com-port.
Am torn between telnet'ing in to the 3com linkswitch 1000
and simply disabling the port via SNMP - OR - opening
Network Connections from the control panel (or device manager)
and rite clicking the NIC & selecting DISABLE. I just want some-
thing that's easy to do and to UNdo programatically from VBA.
Sep 19 '06 #4
MLH
On 19 Sep 2006 12:40:19 -0700, "ManningFan" <ma********@gmail.com>
wrote:
>You're not going to be making circuit interrupt calls using Access
anytime soon. You should post this in a COBOL forum, or some other 1st
gen language forum.
I hope I don't have to make circuit interrupt calls. There's gotta be
another way to drop a connection.
Sep 19 '06 #5
MLH wrote:
On 19 Sep 2006 12:40:19 -0700, "ManningFan" <ma********@gmail.com>
wrote:
>You're not going to be making circuit interrupt calls using Access
anytime soon. You should post this in a COBOL forum, or some other 1st
gen language forum.

I hope I don't have to make circuit interrupt calls. There's gotta be
another way to drop a connection.
Perhaps, but that's the closest you're going to come to "physically"
dropping a connection with software.

Are you familiar with the OSI model?
--
Smartin
Sep 19 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Chaser | last post by:
Hi folks, Just wondering if anyone knows where I can find modules for NI-488.2 GPIB and for a generic ethercard? Thanks.
13
by: Joner | last post by:
Hello, I'm having trouble with a little programme of mine where I connect to an access database. It seems to connect fine, and disconnect fine, but then after it won't reconnect, I get the error...
0
by: notregister | last post by:
hi, i am trying to send a print job directly to a printer bypassing the driver. the printer is connect to my PC by a ehternet hub and T-Base 100 cable... how can i program to detect this...
4
by: RafaulWolf | last post by:
I am required to send and recevied data between 2 PC through ethernet port. i have used a cross cable to connect both PC and i fix IP address with the following: PC1: 192.168.1.1 PC2: 192.168.1.2...
13
by: KiwiGenie | last post by:
I am trying to connect to the internet using a USB Ethernet adapter. It installs but won't connect to my dsl modem. The ethernet light on the modem doesn't even light up, though the same cable works...
10
by: ycinar | last post by:
I am trying to familiarize myself with a C++ application which has a bug. I'd like to have the application connect to WLAN when LAN is not available and vice versa. Basically, it fails to...
11
by: gustavo.samour | last post by:
Hi, I am writing a very basic raw ethernet sniffer based on what I found in Andreas Schaufler's raw ethernet article: http://aschauf.landshut.org/fh/linux/udp_vs_raw/ch01s03.html I'm trying...
1
by: kavok | last post by:
I am writing a software that needs to sniff packets in the network (raw ethernet) and also, with another thread send regular UDP packets with the common socket API's. However, when the RAW...
3
by: jh3530 | last post by:
Hello, my apologies for the lame question, but I can't seem to figure this one out. I was recently given a laptop from my inlaws that is running windows 98. I wanted to get internet access on it,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.