TCP server loses the connection

Hi, I tried searching for this and not found the exact problem, even if I'm in trouble he described.

First of all I want to do is simple data acquisition with a couple of photometers, sensors and thermocouples.  I have this game on a central computer and I'm using labview to send data to a tcp port and from there another program accepts data using sockets and stores it on a remote computer.

The problem is that, once a few hours of the central computer with all the instruments appear to be due give up in the network.  A strange thing is that it only seems to happen with the photometric measurements, which are simple analog voltage readings and not thermocouples - or at least that's how it has been for a few days.  The mainframe is still relatively sensitive and can be crazy, but no Internet and data can be harvested (socket.receive does not work).  I turned off all firewalls and antivirus interference I could think.

Any ideas?

Edit: My band-aid fix was to put the SRP on a more powerful than the mainframe computer, because it can be a question of resources?  I am also the two pending Babysitting until I can get a real difficulty.

As Mark mentioned, you not close your connections. The operating system can only maintain a number of connections, and when you reach that number it accepts no more until the closure of the existing ones. Each time waiting on the listener feedback a new connection, which is a created connection that you should close when the communication ends. Instead you're down the reference, as there is no way to close it. The way you wrote it, you must close the connection inside the loop, and then close the listener after the while loop ends.

That said, are you sure that's how you want your structured code? You must accept a single connection on each of the 7 ports + until you accept another connection on any one of these ports. It's an unusual arrangement.

Tags: NI Software

Similar Questions

  • 2.0 server loses the connection to the store of data on reboot

    I will install ESXi on my server in the very near future. I just ordered another NAS (Buffalo Terastation Pro 2 TB II) and prefer to use it for a data store since I can't afford a SAN skinning in LUN for my virtual machines.

    I'm running 2.0 on a Windows Server 2003 Server. I have a problem and I was wondering if you had this happen or know how to prevent it from happening.

    I copied some of my virtual machines from the current server to a 1 TB NAS (Netgear Ready NAS NV +) which is located on the network. I added the data store to the server pointing to it as a CIFS share. Everything seems to work fine until I restart the server... then it can not find the data store. I tried refreshing the data store, but it does not. I have to actually remove the data store and Add again... If I just try adding another store of data that it knows that it is mapped to the same location and she won't let me. So I remove, add a data store and computers virtual it appear in the server...  I thought I could try the drive mapping to the location of the data store but it won't let me just use the drive letter mapping, it requires the name of the folder too... Any thoughts?

    Thanx

    There is a workaround solution posted here:

    http://communities.VMware.com/message/1098864

    BTW. I found it by searching the community for "CIFS".

    ---

    If you have found this device or any other answer useful please consider the use of buttons useful or Correct to award points.

  • Windows 7 workstation loses the connection with the Server 2008 "

    Server running Microsoft SBS 2008 Standard.  Second location is the use of Remote Desktop.  These workstations are very good.  Only the workstation in the same place loses the connection periodically.  Workstation can reconnect, but never know when it will drop.  The user has to go to the remote location to know that the work will not be interrupted.

    This particular configuration has worked very well for a few months.  Long story short about 2 weeks after main tech (which has implemented) is deceased in August 2010, there was a major issue.  No one is really sure of what it is, but everything is back up and running just now lovely annoying drop except for this connection.

    I'm scheduled to go on Tuesday.  This is a seasonal business and people we're patient but kind of necessity to deal with this finally.  I am pretty well convinced that this is not the Peachtree program causing the problem.  However, the error indicates that Peachtree is not installed on the server, and yet it is, obviously.  That is why we believe that the connection has been interrupted.

    All this makes sense?  Someone knows the effects of any automatic updates of end of August 2010, which may have caused a situation like this?  I know that currently they don't dare to update Java or something does not work well.  Thought, that you may know of something that happened at that time that could cause this.

    Hello

    Your question of Windows 7 is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the Windows Server Forums on TechNet. Please post your question in the Windows Server Forums.

    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer/

  • Windows Server 2008 R2 gets really slow, loses the connection, network printers.

    I have a Windows Server 2008 R2, Dell PowerEdge T610 which very often at a time, it is really slow, loses the connection to all network printers and network resources are limited. We check scheduled task, updates of Windows and go on throughout this period. We check the event viewer, and there is nothing extraordinary. Does anyone have any ideas or suggestions?

    Hello

    Sorry for the inconvenience that you are experiencing.

    Since we are unable to help you better on the problems associated with Windows Server 2008 R2. Our TechNet team have the expertise to help guide you accordingly.

    That's why I ask you to please get in touch with our TechNet support team to resolve the issue.

    I appreciate your cooperation in this regard.

    Hope this will answer your query.

  • Stream TCP server loses data

    Hello

    I have an application high visibility which has a bug in it I want some
    long live the spirits of discussion forum OR make a suggestion on.

    The app is on the International Space Station. I have a LV executable on a
    laptop on the edge of the ISS that sends TCP and UDP data to a binary of LV on a down to Earth
    computer.

    The path is not an IP standard or "trivial", but it is supposed to be equivalent to
    a standard IP address.  The capture comes when a few bytes of data are lost paired.
    When this happens, the land LV says something like "not enough memory
    to complete the operation"

    Here's what we found...
    =======================================================
    The TCP server (on the edge of the ISS) send a TCP stream with the following format...

    ... LLLLSTART d1$ $d2... $dN #llllSUMccccENDLLLLSTART...

    where

    * LEMAÎTRE is a binary 32-bit integer with the number of bytes in the following package starting with the START text string and ending with the string of text END.
    * $, #, BEGINNING, SUM and END are the delimiters.
    * d1, d2,..., dN are data text string values.
    * Lemaître is a text string with the decimal number of bytes starting with the START text string and ending with the symbol #.
    * cccc is a text string with the checksum decimal number of bytes starting with the START text string and ending with the symbol #.

    TCP Client (on Earth) indicates 4 bytes as LEMAITRE, then reads the LEMAÎTRE (usually about 85 bytes) bytes as the package starting with the START text string and ending with the string of text END.

    The error comes when LEMAITRE data are lost, so that the TCP Client is four bytes (probably S, T, A and R) as LEMAITRE, who converted a number which is very large, then reads LLLL bytes (maybe 50 M) but this read fails because there is not enough memory to read that much data.

    The fix is sure that LEMAÎTRE is a reasonable size (such as 20-200) and to ensure that the data packet begins with START.  The difficulty is how to restructure the code to reset the loop package when LEMAITRE is off limits, or when this START header is not present.
    =================================

    My dilemma is that in LV, I do not see what is happening in the TCP server or
    Client TCP live.

    Any suggestions will be appreciated.

    JIM

    As said Miha, a TCP connection should not lose all the data (not in silence, at least), but from your description, I understand that you can't really control the implementation of intellectual property.

    Since it is a data flow, you can probably is just read N bytes each time (say 200) and simply pass a buffer of the last N * X bytes. Then you can check the data in this buffer. If you are absent LEMAITRE bytes for some reason any (and you don't mind losing all the data package), you can simply look at the end of the message, check what follows, it is the correct start of message and just continues from there.

  • HP envy laptop laptop 15-ah150na: loses the connection to the wireless network device I had not only portable for 2 days

    Loses the connection to the wireless network sometimes directly after that the computer is turned on at other times after 5 min and sometimes after an hour.  No other device I have loses the connection to the wireless network.  Help, please.

    Hello @fairgame,

    Thank you for visiting the Forums from the HP Support! The forums are a great place where you can find solutions for your problems, with the help of the community!

    I understand that you have a problem with the WiFi and wanted to help you!

    First of all, try to review the next steps, offered by community member @Great-Christine-Tree:

    First of all, we have a step by step guide to guide you through the process of diagnosis here:

    HP PC - troubleshooting Internet and wireless network

    A second option is to try the following steps:
    Powercycle the network:
    1. turn off your laptop.
    2. unplug the power to your router.
    3. disconnect the power to your modem.
    4. wait at least 45 seconds.
    5 reconnect the modem and wait for it to come back online.
    6 plug in the router and wait for it to come back online.
    7. turn on your laptop and test your connection.

    Turn off the power to the adapter:
    1. open Device Manager. (Win Key + R > type devmgmt.msc > OK)
    2. expand the network adapters.
    3. right click on the Ethernet adapter / wireless, and then click Properties.
    4. click on the power management tab.
    5 remove the check mark next to allow the computer to turn off this device to save power.
    6. click on OK.
    7 test cycle.

    Reset the TCP/IP settings on your PC:
    1. go to your start screen/menu and type CMD.
    2. right-click on the command prompt icon and select run as administrator.
    3. in the window that opens type "netsh int ip reset resetlog.txt" without the quotes and press ENTER.
    4 restart your PC and test.

    It can also help to reset the winsock catalog:
    1. go to your start screen/menu and type CMD.
    2. right-click on the command prompt icon and select run as administrator.
    3. in the window that opens type "netsh winsock reset" without the quotes, and then press ENTER.
    4 restart your PC and test.

    Reinstall the NIC drivers:
    1. download the drivers from here , but do not run them again.
    2. go to your Start menu/screen and type Device Manager.
    3. expand network adapters.
    4. right click on the wireless adapter and choose uninstall.
    5 install the drivers downloaded in step 1.
    6. restart your PC and test.

    Test an ethernet connection:
    Explicit. Test if the problem persists on a wired connection to the adapter hardware troubleshooting wireless can be directed to the appropriate areas.

    Test another connection:
    Many people excluded their home network as a problem if another device working on the same network. Networking is not as simple as that. Each device interacts differently with your router or modem and it is impossible to exclude the settings for this device until the laptop has been tested on another network.

    If these steps do not resolve the problem, try this document published by Microsoft for network management issues: wired and wireless network problems. You can change the operating system with the drop-down list in the upper right of the document.

    Please let me know if this information helps you solve the problem by marking this message as 'accept as Solution', this will help others easily find the information they seek.  In addition, by clicking on the Thumbs up below is a great way to say thank you!

    Have a great day!

  • HP Office Jet Pro 8620: IMAC loses the connection to the printer

    Computer do not print and seems to lose the connection to the printer. I deleted all printers and made a new connection to the printer. Printer address 192.168.0.14.  IMAC later loses the connection to the printer again. I look at address on printer and now is 192.168.0.15. Its done this several times. So why the printer continue to change its address? Is it possible to put it permanently?

    Think I fixed it now. Problem was that I also had to set the Configuration of DNS address. Of course although computer knew the address of the printer, he could not find the server (i.e. the router) don't understand everything, but seems to work now.

    Went to the printer the webserver integrated with my Web browser. On the network, wireless 802.11, IPv4 configuration tab, I already had the manual IP, the subnet mask and the default gateway. I need to go to the next Section under the DNS Configuration, select "Manual DNS Server", then fill in the news for "Manual preferred DNS server".

    AllOf the above address were extracted from the information sheet, you can print directly from the front panel of the printer. My son who is more Apple savy than I am, said that he did not understand why I had to put an IP address manual for printer even when that she would have remained the same.  I don't either, but just know whenever IMAC my wife lost the connection to the printer IP address had changed.  My router is built with the Modem cable provided by the company. It is perhaps part of the problem.

    So no, it seems to be fixed number. So if you set a manual IP address, make sure that you also specify a "preferred DNS server"

    Thanks for your help

  • lose the connection to the net after system restore

    I used the system restore and restart the pc after it but I lose the connection to net it gives zero transmission and recived it is a lock on the connection icon and when I try to use repair it gives the error message (windows could not finish repiring the problem because it is impossible to perform the folloing action not to conduct not query tcp/io of the canoe connection parameter)

    There is no problem with the connection that the net works with other PC not mine

    When first I used the net all the me I connect the Caron and its automatic execution

    so why it dosent run now the files make me lose the file how to fix

    When you did the system restore you have lost the connection to the network.

    Create a new connection

    Dale may

  • I lose the connection during the closing of the CMD

    Hi guys,.

    I configured a port for stand-alone listening as follows:

    C:\Program Files (x 86) \Java\jre6\bin > java-Dapex.home=D:\list-Dapex.images=C:\images-jar D:\apex.war
    Subsequently,.
    If I close the CMD, I lose the connection, and I have to reconfigure again.
    If I open APEX locally, I mean using the shortcut 'Get Started of Oracle Database 11 g Express Edition', then I lose the connection that uses the default port for the listener, it is 8080.

    After that I configured the listener that I got this message on the CMD

    -list properties-
    PropertyCheckInterval = 60
    ValidateConnection = true
    MinLimit = 1
    MaxLimit = 10
    InitialLimit = 3
    AbandonedConnectionTimeout = 900
    MaxStatementsLimit = 10
    InactivityTimeout = 1800
    MaxConnectionReuseCount = 1000
    Listener APEX version: 1.1.2.131.15.23
    The APEX listener server info: Grizzly/1.9.18-o
    May 21, 2011 17:14:41 com.sun.grizzly.Controller logVersion
    INFO: From Grizzly Framework 1.9.18 - o - Saturday May 21 17:14:41 GST 2011
    INFO: http://localhost: 8080/apex began.
    Using the JDBC driver: Oracle JDBC driver version: 11.2.0.2.0


    Kind regards

    Hello

    I don't know, I got your question right, but I'll try to find a solution anyway.

    If I close the CMD, I lose the connection, and I have to reconfigure again.

    This is what happens when a shell is complete - all related processes will be stopped as well. However, if you have an apex - config.xml in your apex.home you should not have to set up your listener APEX every time your departure, but it would be to reuse an existing configuration.

    If I open APEX locally, I mean using the shortcut 'Get Started of Oracle Database 11 g Express Edition', then I lose the connection that uses the default port for the listener, it is 8080.

    Now, if you have XE on the (local) computer running while you have your APEX listener running in stand-alone mode, you probably have a port conflict: by default, both APEX listener in stand-alone mode and built-in PL/SQL gateway (EPG) use port 8080. The EPG is enabled as a web server for APEX in XE after a new installation, the APEX listener would be an alternative in this case. You can stop the EPG, or reconfigure a server two web to use a different port, if you want them are parallel.
    To change the port used by the auditor of the APEX in stand-alone mode, you just add another parameter to the commissioning: -Dapex.port = 8888 and you're done.
    To change the port used by the EPG, connect as sys and run the following

    EXEC DBMS_XDB.SETHTTPPORT(8888);
    COMMIT;
    

    If you want to disable the EPG, simply on the port * 0 *.

    After that I configured the listener that I got this message on the CMD

    That's what it should look like.
    No, your subject is 'lose the connection when the CMD closing', I guess you're looking for an alternative solution. You can run the listener APEX as a Windows service, even in stand-alone mode. To do this, you create a batch file, for example

    %JAVA_HOME%\java -Dapex.home=D:\oracle\APEX_Listener\_home -Dapex.images=D:\oracle\apex_4_0_2\images -Dapex.port=8888 -jar D:\oracle\APEX_Listener\apex_listener.1.1.2.131.15.23\apex.war >>D:\oracle\APEX_Listener\apex_listener.1.1.2.131.15.23\my_apex_listener.log 2>&1
    

    Note that you will need to set JAVA_HOME as property system or replace the call with the absolute path to your JDK or make sure that the JDK is in your PATH variable.
    Of course, you can and should change the directories of other institutions to adapt to your system.
    Then, create a Windows service, for example [url https://iain.cx/src/nssm/] NSSM (free) or [url http://support.microsoft.com/kb/137890] SRVANY (MS, non-free), that starts your lot as a windows service.
    The order for the creation of this service using NSSM might look like the following

    nssm install APEX_Listener D:\oracle\APEX_Listener\apex_listener.1.1.2.131.15.23\startup.cmd
    

    You can subsequently change the service properties, for example to change the startup mode to "Automatic" to "On Demand.

    I hope that answers your question. If this isn't the case, please point me in the right direction.

    Thank you

    Udo

  • Libretto U100 often loses the connection to the Wlan platform

    Hello

    I have a problem with my wireless network card. I often lose the connection with the hub. I read on another forum that it might be a good idea to update the drivers. I've never done this before and I want to make sure I do it correctly. Can you please let me know the exact steps?

    Thanks in advance.
    Kind regards

    Hello

    The update of the driver is not difficult. First of all to know what Wlan card you use! This can be checked in the device under network adapters Manager.
    Open the tree menu and check the card WiFi was installed.

    Then you check the Toshiba driver for the most recent updates page or visit the Wlan card manufacturing site to download the latest version of the Wlan driver.

    For the most part this driver package includes the setup.exe file. This file should be run. All that s. But if the setup.exe will fail then you could install or update the driver through Device Manager. There is an option that allows you to update the driver. You must choose the driver download source and the windows updates the old driver. All that s.

  • OfficeJet 4620 loses the connection to the WLAN

    I have printer HP 4620 installed on my local wireless network.  I checked the Network Configuration page and the IP address and the gateway address are what they should be.  The router is a Centurylink C1000A.  I lose the connection to the printer.  If I have something to send to the printer it doe not prints.  If I unplug the printer and plug it into the time ' it prints what (what)  If I try again later I have to do the same.  This happens with all laptops and PC on the network.  Same thing if I try to scan.

    These settings are to set up your wireless printer stay connected to your router, keeps better connected wireless devices and makes your router secure and hack proof.

    1. position a static printer IP (see step 6) outside of the DHCP of the router Beach (check your manual).

    2. check the printer "Auto Off" is disabled.  Use the built-in webserver (EWS) by going in the

    the printers IP address in your browser's address bar, click Settings tab/Auto Off.  Or use the printer

    Assistant, printer Home Page (EWS).

    In the router: (refer to the manual of your router for more information)

    3. use a wireless channel fixed as 1, 6 or 11, never 'auto', try channel 1 first then the rest.

    4 choose the router to 20 Mhz only, or 145Mbps router function.

    5. always use WPA2-AES encryption (personal), but you can try the "mixed" mode

    6 disable the WPS and never use it and disable the UPnP for the security of routers.  No one can hack into your

    now the system and helps with wireless connectivity (if you want to know why, research on the web).

    7. If you have a router dual band (2.4 Ghz and 5.0 Ghz bands), make sure you the SSID is NOT the same.

    they must be different for all the bands, even for networks without comments.

    8. save all settings.  Food at the same time, wait 5 minutes.  Power on router wait 3 minutes.

    9. turn on the printer and check that it reconnects to the router.

    Windows 7/8/8.1 is discovered the system on or off?

    1. Control the network and Internet\Network and Center\Advanced share sharing settings.
    2. Under home or work (current profile)-network discovery.

    Select "Turn on network discovery" and save the changes.

  • Windows 7 Home Premium 32-bit on a Dell Studio 140g running a NETGEAR WG111v2 54Mbps Wireless USB 2.0 adapt and loses the connection permanently

    I have a problem with this program-it very often loses the connection, so with any live video as a conference, he fall causing problems with, naturally, the frustration on both sides. The router is in another room may be just 25 feet away maximum which the signal passes through 1 wall and offered "free of charge to AT & T TV and Internet clients" so a technician said as saying "it's just a basic router", but the signal goes further to a TV, another 20-foot more away and had no problem connecting unless it is with the AT & T network itself. Even if he reconnects automatically most of the time, but sometimes I have to manually reconnect which can take of time also a lot of time. I had another SATA driver and separate, which was working fine then one day abruptly stopped and now that the driver to reconnect and I was forced to use the old and original driver and I'm back with the same problems. I can't find where it is that I found this other, independent driver, even with a search, and now I have no idea how to solve. I tried all suggestions with Microsoft Fix It without modification done or as it says "no changes have been made, your driver is up to date" and I have tried these suggestions and now I'm here. I also went to CNET to search for a driver, but not luck to everything I've read about the drivers there. Finally, I intend to go with another program called Easy Wifi Radar and I don't know what would be better to use Wifi adapter and since I have a few target (store) [s http://www.target.com/s?searchTerm=wifi+adapter & category = 9975894% 7CAll % 7Cmatchallpartial % 7Celectronics & lnk = snav_sbox_wifi + adapters] I guess I'll take the adapter on their part and their site search , I see a lot to choose gift cards, but who would work better with my system and this program of "Easy_WIFI_Radar"? Any suggestions? Maybe a better deal with another source of in-store/online Wifi adapter?

    Hi David,

    Thanks for posting on Microsoft Community.

    I understand that you have connected the external NETGEAR WG111v2 USB adapter to work with wireless internet and the connection is intermittent.

    Maybe it's because the wireless USB card driver and it is perhaps because of the hardware (USB wireless card) itself.

    Try the suggestions below and see if it helps.

    Method 1:

    You can try to download the latest Firmware utility from Netgear support site and check if it helps.

    Check out the link below to download the latest firmware for NETGEAR WG111v2.

    http://Downloadcenter.NETGEAR.com/en/product/wg111v2#searchresults

    Method 2:

    Dell Studio Hybrid D140G may come with the card wireless in the generation in it, you can try to disconnect the external USB NETGEAR WG111v2 adapter and try to connect to the network card wireless wireless generation.

    To connect to the wireless network, please visit the link below.

    http://Windows.Microsoft.com/en-in/Windows/view-connect-available-wireless-networks#1TC=Windows-7

    Method 3:

    Try disabling your antivirus software that may block the incoming connection wireless.

    NOTE: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you need to disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network, while your antivirus software is disabled, your computer is vulnerable to attacks.

    Hope this information helps, please reply with the status of the issue for further assistance.

  • Windows store error "we could not connect to the Bank. This can occur because of a problem with the server or the connection may have expired. Please wait a few minutes and try again. »

    Original title: Windows 8 store does not.

    Whenever I try to open the windows store, I get the message: "we could not connect to the Bank. This can occur because of a problem with the server or the connection may have expired. Please wait a few minutes and try again. »

    This happens constantly, and because of that I have not been able to upgrade to Windows 8.1.

    Hello

    This behavior can occur if the antivirus application blocking the app Store or changes due to some recent on the computer.

    I would suggest trying the following steps and check if it helps.

    Method 1:

    Make sure that your PC is up to date

    Make sure that updates are installed on your PC and that your antivirus program does not prevent the application from running. For more information about installing updates for your PC, see Windows Update: frequently asked questions.

    Method 2:

    Run 'Windows Apps Store' convenience store

    You must be logged in as an administrator in order to run the "Windows Store Apps" troubleshooter. This tool can automatically find and fix some issues with applications. It is available in English only, but will work in all languages. You can let automatically try to fix any problems found, or select what you want made repairs.

    http://download.Microsoft.com/download/F/2/4/F24D0C03-4181-4E5B-A23B-5C3A6B5974E3/apps.diagcab

    Method 3:

    I suggest you delete the Windows Store cache and check how it works.

    1. Press Windows + R logo
    2. Type wsreset.exe in the run window, and then press ENTER.

    Method 4:

    Define the Apps approved in third program Antivirus- If you have a third party AV program installed, check its settings to make sure that the app Store works is not changed to be approved. If the AV program has the app as unreliable, it will block and prevent opening the app.

    Let us know the status of the issue. If you need help, please after return. We will be happy to help you.

  • When playing xbox live and someone turns on the laptop he loses the connection to the server and then resets modem

    when im playing left 4 dead 2 versus and kids turns to the top turn of the page to play counterstrike he says: interruption of the connection to the server and then resets my modem or router

    I had the Charter to come out, they ran the new line and I always have problem help me please

    Hello

    ·         What operating system do you use?

    Step 1:

    I suggest you to update the firmware of the router on the manufacturer's Web site and verify that it helps. For more information on how router update contact your router manufacturer's support site.

    Step 2:

    Try to assign the static IP address for an Xbox 360 and the laptop and check if it helps.

    To assign a static IP address for your laptop:

    one) click Start > Control Panel > network and Internet > network and sharing Center and click on change adapter settings.

    (b) select your network adapter. (if you have more than one list) Right-click on the adapter and choose 'Properties' from the list.

    (c) under "this connection uses the following items," click once on "Internet Protocol Version 4 (TCP/IPv4) to select it and then click on the button 'Properties'.

    (d) click the radio button for "use the following IP address:" enter the static IP address, you want to use in the IP address box.

    (e) press "Tab" when you are finished and that the "Subnet mask" value should automatically populate with the correct value.

    (f) Finally, you will need to enter the IP address of your default gateway and the IP addresses of your favorite servers and auxiliary DNS.

    (g) the default gateway is the IP address of your router. The DNS addresses are usually provided to you by your ISP.

    (h) click on 'OK' to save your changes, and then click 'OK' again on the local area network connection properties window. You have now assigned to your computer a static IP address in Windows

    To assign a static IP for Xbox:

    (a) turn on the console and press "Guide" on the controller to bring up the quick menu.

    (b) go to the 'Settings' tab, then open "System Settings." The dashboard opens and the 'System settings' menu.

    (c) select 'Network settings' in the menu new. Another list of menu options is displayed. Choose "Configure network." This opens the network configuration menu, where you can set a static IP address. Note your IP address, subnet mask and gateway.

    (d) change your settings 'IP' to 'Manual' instead of 'automatic '. This will allow you to manually select your IP address and other settings. It can also erase your current settings, that's why you need to write.

    (e) change the last three digits of the IP address. Enter the same numbers for the subnet mask and the gateway that you saved in step 3. Press 'B' to exit from the menu and save the changes

  • E1505 with Vista operating system repeatedly lose the connection network through a router WRT54G

    Model: Dell E1505

    OS: Vista Edition Home Premium

    Processor: Intel Core 2 Duo CPU T5300, 1.73 GHz

    Device of wireless network: Dell Wireless 1390 WLAN Mini Card

    Wireless router: Linksys WRT54G

    My E1505 has a problem with the Wi - Fi being dropped at least twice a day / every day with an average of seven hours of use per day.  Almost identical to several offers from others, as I'm surfing the web and try to access another site, the connection just drops and I get the white screen indicating a network connection cannot be made.  Meanwhile, my utility for wireless LAN card reflects that I have a connection 'very strong' or even 'excellent '.  The only way to connect is to restart the computer.  I did a lot of research on the Internet and tried all the suggested actions to solve the problem (changing the settings of the power of the highest performance, by changing the channel of the router, updated drivers, etc.), but none of them have cured the problem.  I also spent more than 12 hours to talk or have a Dell technician remotely access my laptop to try and fix the problem, but nothing helped.  In the end, the so-called expert technician said they did everything possible and suggested I reload Vista on my computer again, or wait for the Vista Service Pack comes out with the hope that the problem is solved.

    Can someone please! It seems that I left without other alternatives, but to spend the next eight hours, reload all my programs that are inexcusable.

    Thanks in advance for your help.

    Here are the results of the IPCONFIG/ALL command:

    Microsoft Windows [Version 6.0.6000]

    Copyright (c) 2006 Microsoft Corporation.  All rights reserved.

    C:\Users\damoke>ipconfig/all

    Windows IP configuration

    Name of the host...:-command post

    Primary Dns suffix...:

    Node... type: hybrid

    Active... IP routing: No.

    Active... proxy WINS: No.

    ... DNS suffix search list: dc.dc.cox.net

    Ethernet connection to the Local network: State media: Media disconnected

    The connection-specific DNS suffix. : dc.dc.cox.net

    ... Description: Broadcom 440 x 10/100 Integrated Controller

    Physical address.... : 00-19-B9-70-FF-E2

    DHCP active...: Yes

    Autoconfiguration enabled...: Yes

    Wireless network connection Wireless LAN adapter:

    The connection-specific DNS suffix. : dc.dc.cox.net

    ... Description: Dell Wireless 1390 WLAN Mini Card

    Physical address.... : 00-1B-FC-44-A3-D5

    DHCP active...: Yes

    Autoconfiguration enabled...: Yes

    Address IPv6 local link...: fe80::ac77:a83:c3bf:c801 %9 (Preferred)

    IPv4 address: 192.168.1.100 (Preferred)

    ... Subnet mask: 255.255.255.0.

    Lease obtained...: Saturday, April 12, 2008 20:22:10

    End of the lease...: Sunday, April 13, 2008 20:22:09

    ... Default gateway. : 192.168.1.1.

    DHCP server...: 192.168.1.1.

    DHCPv6 IOOKING...: 167779324

    DNS servers...: 68.105.28.12

    68.105.29.12

    68.105.28.11

    NetBIOS over TCP/IP...: enabled

    Card tunnel Local Area Connection * 6:

    The connection-specific DNS suffix. :

    ... Description: Teredo Tunneling Pseudo-Interface

    Physical address.... : 02-00-54-55-4E-01

    DHCP active...: No.

    Autoconfiguration enabled...: Yes

    IPv6 address: 2001:0:4137:9e50:203 b: 1 ca 1: 3f57:fe9b (Preferred)

    Address IPv6 local link...: fe80::203b:1 ca 1: 3f57:fe9b %8 (Preferred)

    ... Default gateway. : ::

    NetBIOS over TCP/IP...: disabled

    Card tunnel Local Area Connection * 7:

    State of the media...: Media disconnected

    The connection-specific DNS suffix. :

    ... Description: Card 6TO4

    Physical address.... : 00-00-00-00-00-00-00-E0

    DHCP active...: No.

    Autoconfiguration enabled...: Yes

    Card tunnel Local Area Connection * 10:

    The connection-specific DNS suffix. : dc.dc.cox.net

    Description...: isatap.dc.dc.cox.net

    Physical address.... : 00-00-00-00-00-00-00-E0

    DHCP active...: No.

    Autoconfiguration enabled...: Yes

    Address IPv6 local link...: fe80::5efe:192.168.1.100%11(Preferred)

    ... Default gateway. :

    DNS servers...: 68.105.28.12

    68.105.29.12

    68.105.28.11

    NetBIOS over TCP/IP...: disabled

    C:\Users\damoke

    Message edited by MOKE DA 12/04/2008 21:24
    Message edited by MOKE DA 12/04/2008 21:25

Maybe you are looking for

  • HP g6-1b68nr KNOW SYNAPTIC TOUCHPAD...

    SYNAPTIC TOUCHPAD TIPS g6-1b68nr - function still portable great!  EXCEPT - It's 3 years since I purchsed 2 exactly the same Pavilion g6-1b68nr notebooks. One that I have used myself and it has TOUCHPAD intact SYNAPTIC functions; works very well. The

  • Missing DLL entry

    After the execution of my Vista updates every week, I am now presented with the error after loging out, "error in C:\\Windows\System32\NVCPL. Missing DLL entry: Nv Session start. How do I rectify this?

  • Windows scam Call-What should I do?

    Hello, I just fell for a scam Microsoft Cold Calling. They told me to check my observer of events, and then go to www.support.me. They then told me to enter a 6-digit number and click on "connect to technician. I did, but then they realized I was onl

  • Lost my internet connection, even when wired

    My laptop was working fine then one day just stopped connecting to the internet.  I have a computer dell laptop (Inspiron 1525) with vista.  I ran each test there is.  He says that I have "local".  I try cable and wireless tried to obtain a new ip ad

  • Font size: my fonts, images and everything is now in a font that I have bad seeing

    For some reason, my fonts, images and everything is now in a font size that I have difficulties to see.  I don't know what I did to make this happen.  I'm back to normal... Please help!