How to specify 2nd network card to TCP open and write?

TCP-Open does not have an option to choose which network card to use. It only has an open to connection but not an open from connection to enter. Is there anyway to select the second network card instead of letting the computer to choose?

pwrdesoto wrote:
Only the TCP-Listen allows the user to choose which network adapter to listen. The TCP-Open is require to open an connection to write to and it only has an input on where to connect to but not which network adapter to connect from.
tst is completely right. If you have two network cards they usually have different subnets that should not overlap. If the desired target adress belongs to one of those subnets the TCP/IP routing will automatically select the correct network card to bind the connection to. If you use an address outside of those subnets the default gateway will be selected.
And according to a Microsoft knowledgebase article it is a very bad idea to have more than one default gateway defined in the entire setup. If you do that the default gateway of the default (primary adapter) should be selected automatically but the routing can get really weird sometimes.
If this is not enough for your routing requirements you will have to manipulate the routing tables manually (and no it is no pretty business to do so). Look  at http://support.microsoft.com/kb/140859 for a starting point about routing table manipulations under Windows NT (still applicable to XP) based systems.
Rolf Kalbermatter
Rolf Kalbermatter
CIT Engineering Netherlands
a division of Test & Measurement Solutions

Similar Messages

  • How do I remove my card details from payment and make it none again

    need to find out how to remove my bank card from payment info and make it none again

    On a Mac or PC, iTunes>Store>click your name in the toolbar and select 'Account Info' (in older iTunes click 'Account' in the links on the right). Presumably the iOS version is similar.
    Sign in. Click 'Edit' to the right of 'Payment information. You will see various credit card types listed, plus there should be a 'None' button. Click that then 'Done' at the bottom right.
    There have been reports that some people have been unable to carry this out. In that case probably only Support can help you. Go to https://getsupport.apple.com . Click 'See all products and services', then ' 'iTunes', and then 'iTunes Store', then 'Purchases, Billing & Redemption', then 'iTunes Store account billing'.

  • HT1918 How to remove a credit card off my account and change it back to none

    How can I take credit card off my account and change it back to none

    Do you not see the None Option? If not, there is a reason so check here:
    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • How to install a network card on Solaris 10

    Hi to all,
    I have installed for the first time Solaris 10 on i386 system.
    All went fine. Although Solaris did not found the PCI network card, is this normal?
    How can I install the (Realtek) network card;
    Thank you.
    Costas.
    Edited by: tritsako on Feb 9, 2009 11:33 AM

    Thank you Zettabyte!!
    Folks, network printers should NOT BE configured like this:
    lpadmin -p somequeue -s someprinter
    that creates a remote style queue and puts all the I/O and processing capability on the basic LPD listener present on network printer interfaces. This will cause problems down the road, not to mention that you cannot control access, get any logging, filter content, or control banner pages.
    Network printers should use any software (or PPD file) supplied by the vendor over the basic lpadmin/netstandard config.
    You can install CUPS, but Oracle won't support it until it's part of the OS (S11, apparently).
    The "System Administration Guide: Solaris Printing" is highly recommended for those administering printers on Solaris.

  • My network card goes to sleep and requires a reboot

    I recently upgrade my MAC-Pro to OSX 10.9.
    When my computer goes to sleep it seems my network card goes to sleep as well.
    The computer comes back, but I have to restart to get my network card to work again.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • How can I know the end of TCP stream and/or SOAP over HTTP flow

    Hi all!
    I want to read SOAP messages over HTTP, from sniffed TCP fragments.
    How can I decide that the TCP and/or the HTTP fragmenst finished?
    For example there is a SOAP message sliced to 5 TCP packets, and the first packet contains the HTTP header and some SOAP content too. The last packet contains the SOAP XML's ending XML-tag </soap:Envelope>.
    I don't want to watch every packet's end like "if the end string is </soap:Envelope> then it is the last packet", I just simply want to know which is the last packet of that message.
    The TCP connection won't be closed after the message arrives, and let's say the HTTP header doesn't contain a Content-Length field.

    A TCP connection is just a stream of bytes. It doesn't care what those bytes are. HTTP is built on top of TCP and specifies the ability to make a request without closing the connection (HTTP 1.1 Keep Alive). So you need to understand the HTTP protocol, understand whether it's a Keep Alive connection or not, and then do the same thing a browser would to do understand when a reply has been completed and the connection is available for the next request. Otherwise, you'll just look like you're getting loads of unrelated data as you sniff the connection. Oh, and you'll probably need to understand the HTTP chunking protocol too.

  • Add network card to virtual machine and all available virtual networks aren't showing

    Have a Hyper V 2012 cluster....we have a network card cabled for our DMZ network ...it's enabled.
    Under a host in cluster in  Virtual Switch Manager we have the virtual switch configured as external and it matches up with NIC number in the OS network connections...NIC 9.  It's configured like the other virtual switches that are showing.
    On our Hyper V Mgr console...under VM Networks..the DMZ network shows...I checked...settings same as other networks.
    Still on our Hyper V Mgr console..under Logical Networks...the DMZ network shows...I checked...settings same as other networks.
    When we go into Virtual Machine Mgr...hardware configuration for VM we created...add network adapter...the DMZ network doesn't show up in the list for VM networks so we can't assign IP or really add NIC in general.
    I was able to go to an actual Hyper V host...under Hyper V Mgr that the VM was running on this particular host and I was able to add a network card/virtual switch..VM can ping devices...however if I go into the Hyper V Mgr in the Hyper V Mgr server and go
    to properites of VM...a NIC is not listed.

    Have a Hyper V 2012 cluster....we have a network card cabled for our DMZ network ...it's enabled.
    Under a host in cluster in  Virtual Switch Manager we have the virtual switch configured as external and it matches up with NIC number in the OS network connections...NIC 9.  It's configured like the other virtual switches that are showing.
    On our Hyper V Mgr console...under VM Networks..the DMZ network shows...I checked...settings same as other networks.
    Still on our Hyper V Mgr console..under Logical Networks...the DMZ network shows...I checked...settings same as other networks.
    When we go into Virtual Machine Mgr...hardware configuration for VM we created...add network adapter...the DMZ network doesn't show up in the list for VM networks so we can't assign IP or really add NIC in general.
    I was able to go to an actual Hyper V host...under Hyper V Mgr that the VM was running on this particular host and I was able to add a network card/virtual switch..VM can ping devices...however if I go into the Hyper V Mgr in the Hyper V Mgr server and go
    to properites of VM...a NIC is not listed.

  • What network card use in ipod and ipad?

    Hi, I'm one of the boarding highschool students in US.
    My school offer wifi internet for students.
    but it doesn't work for mobile internet for ipod, and smartphones (except 3,4g internet).
    One day, my friend told me that the internet work for ipad.
    He told me ipad has network card for the computer. (not mobile lan card)
    Is that true? or not?

    The Other content category consists of files and such needed/stored on your device that are not readable by iTunes to be categorized elsewhere such as in Music, Movies, Podcasts, etc.  Sometimes it also includes corrupted files leftover from failed sync operations with iTunes or corrupted flash storage. A large amount of Other usually indicates corrupted files. The size of other is generally right around ~0.5 GBs, sometimes a bit more.
    To shrink the size of the Other category, you'll need to restore the device in iTunes from backup.  Sometimes a restore to factory settings is necessary instead.
    iTunes: Restoring iOS software
    B-rock

  • Urgent: Please help. how to solve the time delay during buffer read and write using vc++

    I need to continuously acquire data from daqmx card, write into a file and at the same time corelate (in terms of time) the data with signals from other instruments. The current problem is that there is time delay during read and write data into buffer,thus causing misalignment of the data from multiple instruments. Is there a way to solve  the delay? or Is there a way to mark the time of the data acquisition in the buffer?  If I know the starting time (e.g. 0) of data acquisition and sampling rate (e.g. 1kHz), can I simply add 1ms to each data sample in the buffer? The current code is shown below.
    void DataCollectionWin::ConnectDAQ()
    DAQmxErrChk(DAQmxCreateTask ("", &taskHandle));
        DAQmxErrChk(DAQmxCreateAIVoltageChan(taskHandle,"Dev1/ai0,Dev1/ai1,Dev1/ai2,Dev1/ai3,Dev1/ai4,Dev1/ai5,Dev1/ai16,Dev1/ai17,Dev1/ai18,Dev1/ai19,Dev1/ai20,Dev1/ai21,Dev1/ai6,Dev1/ai7,Dev1/ai22","",DAQmx_Val_Cfg_Default,-10.0,10.0,DAQmx_Val_Volts,NULL));
      DAQmxErrChk(DAQmxCfgSampClkTiming(taskHandle,"",1000.0,DAQmx_Val_Rising,DAQmx_Val_ContSamps,60000));
      DAQmxErrChk (DAQmxRegisterEveryNSamplesEvent(taskHandle,DAQmx_Val_Acquired_Into_Buffer,50,0,EveryNCallback,NULL));// Every 50 samples the EveryNSamplesEvent will be trigured, to reduce time delay.
      DAQmxErrChk (DAQmxRegisterDoneEvent(taskHandle,0,DoneCallback,NULL));
      DAQmxErrChk (DAQmxStartTask(taskHandle));
    int32 CVICALLBACK EveryNCallback(TaskHandle taskHandle, int32 everyNsamplesEventType, uInt32 nSamples, void *callbackData)
     DAQmxErrChk (DAQmxReadAnalogF64(taskHandle,50,10.0,DAQmx_Val_GroupByScanNumber,data,50*15,&read,NULL));
       //memcpy(l_data,data,6000);
      SetEvent(hEvent);
    l_usstatus_e[0]=g_usstatus[0];// signals from other instruments that need to be corelated with the data from daq cards.
     l_optstatus_e[0]=g_optstatus[0];
     if( read>0 ) // write data into file
       //indicator=1;
     for (i=0;i<read;i++)
     {  //fprintf(datafile,"%d\t",i);
      fprintf(datafile,"%c\t",l_usstatus_s[0]);
      fprintf(datafile,"%c\t",l_usstatus_e[0]);
            fprintf(datafile,"%c\t",l_optstatus_s[0]);
      fprintf(datafile,"%c\t",l_optstatus_e[0]);
              fprintf(datafile,"%.2f\t",data[15*i]);
     //   sprintf( pszTemp, "%f", data[6*i]);
     // pListCtrl->SetItemText(0, 2, pszTemp);
        //pWnd->m_trackinglist.SetItemText(0, 2, pszTemp);
         fprintf(datafile,"%.2f\t",data[15*i+1]);
         fprintf(datafile,"%.2f\t",data[15*i+2]);

    Hello kgy,
    It is a bit of a judgment call. You should just choose the board that you think has the most to do with your issue. For example, this issue was much more focused on setting up your data acquisition task than the Measurement Studio environment/tools, so the MultifunctionDAQ board would have been the best place for it. As for moving your post to another board, I do not believe that is possible.
    Regards,
    Dan King

  • How to disable 2nd graphic card?

    I have a laptop Sony VGN-Z21XN/B with two graphic cards:
    1) 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    2) 01:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 9300M GS] (rev a1)
    Unfortunately both are running at the same time so my laptop is hot, noisy and the battery is discharged very soon. Is there any possibility how to permanently disable nVidia graphic card somewhere in system? I already tried disable nVidia modules in rc.conf, but without result and google doesn't help
    Thank for advice.

    I've just checked my bios settings and there is no option to set or disable graphic card. Bios is actually very poor.
    The problem is that sony provides only windows (vista and 7, not XP) software switch so there is no HW support for switching... I am looking for something like disable hardware in windows device manager. Simply tell arch: don't use that stupid piece of crap...
    However I'll have a look to site that you posted
    Last edited by Weri (2011-02-02 19:52:50)

  • I have working Netgear network. Want to add new Time Capsule and run 2nd network for new apple TV and Imac, and keep the netgear network for my PC and Canon printer.

    I have working Netgear N600 dual band router network. The existing network has an XP netbook PC, canon printer, 2 Iphones, Epson Air printer, an Ipad, 3 roku boxes, backup drive. Just bought a new Apple TV box, and time capsule 2T.  I have an IMac on order but don't have it here yet.
    My goal is to add new Time Capsule and create 2nd "apple" network for new apple TV, Iphones, Ipad, Epson Air printer and new Imac, and keep the netgear network for my PC, Roku TV boxes, and Canon printer and backup drive.
    The Netgear router, the time capsule and new IMac will be on the same desktop, I dont need to backup my netbook PC to time capsule.
    Where do I start?
    Which device connects to my modem first, the TC2 or the Netgear?
    Is it best wait for the Imac before starting or can the TC2 be set up from my Ipad or PC?
    Thanks.

    It is pretty simple..
    Setup the TC in bridge and plug it into the Netgear.. I would leave the netgear as the main router for now, although in the future you can swap things around. The netgear firmware may have issues with bonjour and airplay/airprint?? Does your ipad print ok now?
    You can setup the TC using Mac, PC (at least up to win7) or iOS.. they all have airport utility available.
    Bridge mode is set differently depending on the version of the utility. This is v5 and how the windows one will look (at least similar to).
    v6 will be as
    With the TC in bridge you will still create a wireless network.. and give it a different name from the netgear.. then all the apple devices can connect to it. Use ethernet rather than wireless if the imac is on the desktop with it. Much faster and better for using Time Machine backups.
    If you run into any issues.. just post the particular issue. It will take a bit of getting used to, but isn't hard.

  • How to specify a cipher suit used between plugin and weblogic server?

    I install Weblogic8.1 SP3 which supports for strong cipher suits, and config an apache 2.50 server as an front end.
    I config appache to use 2 way SSL with browser and wls one way SSL with apache plugin. Then config apache to forward client certs to WLS. now the problem is, I can see that the SSL connection between browser and apache uses a strong cipher suit('SSL_RSA_WITH_RC4_128_MD5'), but the ssl connection bwtween apache plugin and WLS uses a weak cipher suit('SSL_RSA_EXPORT_WITH_RC4_40_MD5'), with the SnoopServlet, although I use the mod_wl128_20.so module. How can I increase the cipher strength of SSL between WLS and it's apache plugin?
    Thanks in advance.
    Best
    Regards
    Jean

    Hello Gunaseelan,
    This is not possible because WLS 6.1 needs a config.xml file, exactly this
    name, to start.
    What you can do is to define a recovery domain, called myrecovery_domain for
    instance, and put the config_recovery.xml, renamed "config.xml".
    Hope this helps,
    Ludovic.
    Developer Relations Engineer
    BEA Support.
    "Gunaseelan Venkateswaran" <[email protected]> a écrit dans le message
    news: 3cd6a324$[email protected]..
    >
    Hi,
    I have 2 weblogic startup scripts (startWebLogic.sh and
    startWebLogic_recovery.sh) for the same domain.
    startWebLogic.sh uses config.xml file.
    I would like to use config_recovery.xml as the configuration file forstartWebLogic_recovery.sh
    >
    >
    How would I do this ?
    I am using WebLogic Server 6.1 on SunOS 5.8 / HP-UX 11.0.
    Appreciate any help.
    Regards
    Gunaseelan Venkateswaran

  • How to make a network with my ImacG3 700 and my PC

    Please
    I want to link my G3 700 and my Pc to store iMovie files and burn DVD on it, because i have only CD on my Mac;
    Is it possible to share screen (iMac) with PC or is it necessary to have both?
    If somebody on this site is french or french speaking it will be more understable for me.
    thanks in advance

    Thank you for the link you provide me.
    It seems usefull
    I have now to go into the detailed process and I will come back soon, after implementation.
    Bye

  • How to specify The Language in Which Siebel Installers and Wizards Run

    Hi,
    Yes (i think) i have read all about it in the manuals, but cannot find the solution to my problem :-(
    I am currently installing Siebel SBA 8.1.1.0 on a Windows 2003 SP2 server. This server has the following regional and language settings;
    - regional options - standards and formats : Dutch (Netherlands)
    - Location : Netherlands, the
    - Languages : Default input language English - US
    The following environment variables are set;
    system variable LANG=ENU
    system variable SIEBEL_LANGUAGE=ENU
    When starting any installer or wizard using the arguments "-args LANG=ENU" the installer or wizard language is still Dutch. Both in GUI as in Console Mode.
    Currently i am only able to start the installers or wizards in English when the regional options are changed. I could not find any issues on metalink, google etc.
    Does anybody have a way to to start the installers in a specific language without having to modify the regional options ?
    Thanks in advance,
    Peter

    Thank you for your answer ... but read the full summary next time please...
    For other people that have the same problem, I've figured it out by now:
    1) The language you select in the creative cloud packager is not for the Creative Cloud App, only for the applications you package
    2) The Creative Cloud App Language is set by the language of the OS ... this has nothing to do with the Creative Cloud Packager
    3) When the Creative Cloud App starts in a specific language ... only the packages installed for this language are detected
    4) If you want to change the language of the Creative Cloud App and you had packages installed under the previous language, you have to download (or install) them again under the current language to be visible / updatable again under the current language
    For me this means:
    option1: I package all the applications in dutch (since all CC for teams applications are multilanguage)
    option2: I notify all users (or use active setup or any other alternative) to manually change the language to english ... otherwise no packages will be visible

  • TCP Open and Close using NI TCP VI's

    Do I need to close the TCP connections on both ends.  For example, I have a "server" that Listens and then a client that opens the TCP connection.  Do I have to close the TCP connections on both ends.  I'm closing it at the client side but is it also suppose to be closed at the Listening end?

    Guy04 wrote:
    Do I need to close the TCP connections on both ends.  For example, I have a "server" that Listens and then a client that opens the TCP connection.  Do I have to close the TCP connections on both ends.  I'm closing it at the client side but is it also suppose to be closed at the Listening end?
    Whenever you optain a LabVIEW refnum through an Open or similar function you should close it at some point too. A TCP refnum is really sort of a pointer to a local network socket and therefore represents resources in the form of memory and network stack management information. Not closing a connection refnum returned by the listen node may prevent your server to serve new connections after some time, since all internal network ports are blocked or the nework stack runs out of resources.
    So close the connection refnum returned by the Listen function after the server is done serving your client and of course do the same on the client side as you already did. Also if you use Create Listener and Wait on Listener (which allows you to write server applications that can serve multiple connections simultanously) close the Listener refnum too when your server is done. Not doing so may prevent the server to be opened at the same port without restarting LabVIEW or at least your application.
    Rolf Kalbermatter
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

Maybe you are looking for

  • My Macbook Pro won't allow me to update from Quicktime 10.2 to 10.7

    I need QuickTime 7 on my mac to play some files for work, and already have QuickTime 10.2 on it, which my Mac won't allow me to uninstall. And when I try and install 7.7, I get an alert telling me that 'This version of QuickTime 7 can't be instralled

  • How to speed up export in Adobe Premiere CC

    Can somebody talk me thru the basics of exporting media in Adobe Premiere CC? I have a one-hour movie with some lighting effects applied. I can't believe how long it takes to export. The quickest combination I could find was exporting to Quicktime an

  • Ovi apps store - how to install apps on e:

    hello, to save space on c:/ (nokia 5800 express music), i wanna ask for a possibility so that an app sent to the cell from ovi store as link by sms, isn't been installed on c:/. is there a possibility that it's getting installed on e:/ to save space?

  • Application Server on Windows 2003 - 32bit / 64bit queries

    Hi We have a 10g forms application that we wish to deploy on 64bit AMD opteron architecture machines. We need to deploy on Windows 2003 Server. From Metalink, I understand that Infrastructure Installation is not supported on the 64bit version of Wind

  • Copy node from XML tree problem

    I am trying to copy an XML node 9whic hmay have child nodes) from one tree to another with the code nodes = dataDoc.getElementsByTagName("text");                currentElement = (Element) nodes.item(0);                textNode.appendChild(nodes.item(