Unable to use static IP on device connected to WET610N

I set up my new (second) WET610N on my wireless network (with its own distinct hostname). It uses DHCP to get its IP address from my wireless router. It is happy.
I plug a device into the RJ45 jack on the back of the WET610N and turn the device on. It uses DHCP to get its IP address from the WET610N. It is happy.
I can see and interact with both the WET610N and with the device that I've plugged into it. They have separate IP addresses. Everyone is happy.
Except for me, because I want to interact with the device via a static IP so I can bookmark it in my browser etc. So I configure the device to use a known-available static IP address. I do not change anything on the WET610N.
Much power cycling of everybody later, I still cannot communicate with the static IP device that is plugged into the back of the WET610N. I can't even ping it. I can still communicate with the WET610N just fine; it is still happy.
I switch the device back to use DHCP, power cycle it, and I can once again communicate with it (once I figure out what its dynamically-assigned IP address is).
Is there no way to have a device with a static IP plugged into the WET610N?
The User Guide for the WET610N tells me how to set up the WET610N to use a static IP for itself, but it doesn't say anything about the device that is being bridged by the WET610N using a static IP.

Whats the Static IP you have setup?
Whats the IP address you are getting it when you setup up in Dynamic?
Make sure the IP address should be in the range of your Router then only it will work.

Similar Messages

  • Q: Re: Q: Acquiring data using two E series devices connected by RTSI and streaming data to disk

    << (My first posting)
    I use two E series PCI Cards, connected by RTSI. I'd like to stream the data
    from both cards to a binary file and to add a header to it.
    I also need to somehow read (plot) the stored data, this with another VI.
    The whole should be then integrated into an existing program, that used just
    one acquisition card.
    Till now I have tried to combine "Two E-series Shared ScanClk.vi" and "High
    Speed Data Logger.vi" into another VI, and I have tried to read the stored
    data with the "High Speed Data Reader.vi". The problem is that I fight with
    one error after another, what prevents me from going further.
    I use LabView 6.1, under Windows 2K.
    Has somebody by chance already done something similar and would agree to
    share with me their experience? TIA for any suggestion.
    Regards,
    Victor Manta
    >>
    "Ben" wrote in message
    news:[email protected]...
    > Hi Victor,
    >
    > I have done a lot of similar work.
    >
    > Exactly what did you try and what specific errors did you encounter?
    >
    > What you are trying is do-able provided the hardware you have suuports
    > it.
    >
    > Please post (both here and to the DAQ group)
    > the details of the hardware you are using,
    > versions of software being used,
    > Examples that you are using,
    > error codes that occured,
    > posibly post example code showing the problem.
    >
    > Ben
    Hi Ben,
    I use two PCI-MIO-16E-1 cards, connected by RTSI. I'd like to stream the
    data from both cards in real time to a binary file, after having added a
    header to it.
    For tests, on the channel 0 of each card is applied the same square wave,
    100 Hz.
    Yes, the hardware support RTSI. I use LabView 6.1.
    Till now I have:
    1. Combined the "Two E-series Shared ScanClk.vi" and the "High
    Speed Data Logger.vi" into a DAQ VI. To do this, I have "doubled" and
    adapted the "High Speed Data Logger.vi". For testing purposes the data are
    stored in two files, always the same ones (the old ones being overwritten
    after each acquisition).
    2. "Doubled" and adapted "High Speed Data Reader.vi" into another VI, for
    reading from both files, mentioned earlier.
    What already works:
    - The headers for both files are correctly stored (VI point 1.)
    - The acquired data from the first card (device 1) are correctly stored (VI
    point 1.)
    - The VI (point 2.) that reads both files and displays the results works
    What doesn't work:
    - The acquired data from the second card aren't stored at all (VI point 1.)
    - An error message says: "Error -10608 occurred at AI Buffer Read. Possible
    reason: NI-DAQ LV: No transfer is in progress for the specified resource."
    I think that I understand this message, but I don't know how to continue.
    The DAQ VI can be downloaded from (please click the link, then the link on
    that page; about 100K, zipped):
    http://www.swissheartnet.unibe.ch/labview.htm
    Thanks a lot in advance.
    Regards,
    Victor Manta
    PS. I don't know which DAQ group you mean.

    "Filipe A." wrote in message
    news:[email protected]...
    > Victor;
    >
    > You can definitely accomplish that task with the DAQ boards you have
    > and Labview.
    >
    > It would be good if you could be more specific as far as what type of
    > errors you are seeing and how you are integrating both VIs.
    >
    > Regards
    > Filipe A.
    > Applications Engineer
    > National Instruments
    Maybe Mr. Filipe A. could help me? Please see below, and TIA.
    Regards,
    Victor Manta
    "Victor Manta" wrote in message
    news:[email protected]...
    > << (My first posting)
    > I use two E series PCI Cards, connected by RTSI. I'd like to stream the
    data
    > from both cards to a binary file and to add a header to it.
    >
    > I also need to somehow read (plot) the stored data, this with another VI.
    >
    > The whole should be then integrated into an existing program, that used
    just
    > one acquisition card.
    >
    > Till now I have tried to combine "Two E-series Shared ScanClk.vi" and
    "High
    > Speed Data Logger.vi" into another VI, and I have tried to read the stored
    > data with the "High Speed Data Reader.vi". The problem is that I fight
    with
    > one error after another, what prevents me from going further.
    >
    > I use LabView 6.1, under Windows 2K.
    >
    > Has somebody by chance already done something similar and would agree to
    > share with me their experience? TIA for any suggestion.
    >
    > Regards,
    > Victor Manta
    > >>
    >
    > "Ben" wrote in message
    > news:[email protected]...
    > > Hi Victor,
    > >
    > > I have done a lot of similar work.
    > >
    > > Exactly what did you try and what specific errors did you encounter?
    > >
    > > What you are trying is do-able provided the hardware you have suuports
    > > it.
    > >
    > > Please post (both here and to the DAQ group)
    > > the details of the hardware you are using,
    > > versions of software being used,
    > > Examples that you are using,
    > > error codes that occured,
    > > posibly post example code showing the problem.
    > >
    > > Ben
    >
    > Hi Ben,
    >
    > I use two PCI-MIO-16E-1 cards, connected by RTSI. I'd like to stream the
    > data from both cards in real time to a binary file, after having added a
    > header to it.
    >
    > For tests, on the channel 0 of each card is applied the same square wave,
    > 100 Hz.
    >
    > Yes, the hardware support RTSI. I use LabView 6.1.
    >
    > Till now I have:
    >
    > 1. Combined the "Two E-series Shared ScanClk.vi" and the "High
    > Speed Data Logger.vi" into a DAQ VI. To do this, I have "doubled" and
    > adapted the "High Speed Data Logger.vi". For testing purposes the data are
    > stored in two files, always the same ones (the old ones being overwritten
    > after each acquisition).
    >
    > 2. "Doubled" and adapted "High Speed Data Reader.vi" into another VI, for
    > reading from both files, mentioned earlier.
    >
    > What already works:
    >
    > - The headers for both files are correctly stored (VI point 1.)
    > - The acquired data from the first card (device 1) are correctly stored
    (VI
    > point 1.)
    > - The VI (point 2.) that reads both files and displays the results works
    >
    > What doesn't work:
    >
    > - The acquired data from the second card aren't stored at all (VI point
    1.)
    > - An error message says: "Error -10608 occurred at AI Buffer Read.
    Possible
    > reason: NI-DAQ LV: No transfer is in progress for the specified resource."
    >
    > I think that I understand this message, but I don't know how to continue.
    >
    > The DAQ VI can be downloaded from (please click the link, then the link on
    > that page; about 100K, zipped):
    >
    > http://www.swissheartnet.unibe.ch/labview.htm
    >
    > Thanks a lot in advance.
    >
    > Regards,
    >
    > Victor Manta
    >
    > PS. I don't know which DAQ group you mean.

  • Q: Acquiring data using two E series devices connected by RTSI and streaming data to disk

    I use two E series PCI Cards, connected by RTSI. I'd like to stream the data
    from both cards to a binary file and to add a header to it.
    I also need to somehow read (plot) the stored data, this with another VI.
    The whole should be then integrated into an existing program, that used just
    one acquisition card.
    Till now I have tried to combine "Two E-series Shared ScanClk.vi" and "High
    Speed Data Logger.vi" into another VI, and I have tried to read the stored
    data with the "High Speed Data Reader.vi". The problem is that I fight with
    one error after another, what prevents me from going further.
    I use LabView 6.1, under Windows 2K.
    Has somebody by chance already done something simi
    lar and would agree to
    share with me their experience? TIA for any suggestion.
    Regards,
    Victor Manta

    << (My first posting)
    I use two E series PCI Cards, connected by RTSI. I'd like to stream the data
    from both cards to a binary file and to add a header to it.
    I also need to somehow read (plot) the stored data, this with another VI.
    The whole should be then integrated into an existing program, that used just
    one acquisition card.
    Till now I have tried to combine "Two E-series Shared ScanClk.vi" and "High
    Speed Data Logger.vi" into another VI, and I have tried to read the stored
    data with the "High Speed Data Reader.vi". The problem is that I fight with
    one error after another, what prevents me from going further.
    I use LabView 6.1, under Windows 2K.
    Has somebody by chance already done something similar and would agree to
    share with me their experience? TIA for any suggestion.
    Regards,
    Victor Manta
    >>
    "Ben" wrote in message
    news:[email protected]...
    > Hi Victor,
    >
    > I have done a lot of similar work.
    >
    > Exactly what did you try and what specific errors did you encounter?
    >
    > What you are trying is do-able provided the hardware you have suuports
    > it.
    >
    > Please post (both here and to the DAQ group)
    > the details of the hardware you are using,
    > versions of software being used,
    > Examples that you are using,
    > error codes that occured,
    > posibly post example code showing the problem.
    >
    > Ben
    Hi Ben,
    I use two PCI-MIO-16E-1 cards, connected by RTSI. I'd like to stream the
    data from both cards in real time to a binary file, after having added a
    header to it.
    For tests, on the channel 0 of each card is applied the same square wave,
    100 Hz.
    Yes, the hardware support RTSI. I use LabView 6.1.
    Till now I have:
    1. Combined the "Two E-series Shared ScanClk.vi" and the "High
    Speed Data Logger.vi" into a DAQ VI. To do this, I have "doubled" and
    adapted the "High Speed Data Logger.vi". For testing purposes the data are
    stored in two files, always the same ones (the old ones being overwritten
    after each acquisition).
    2. "Doubled" and adapted "High Speed Data Reader.vi" into another VI, for
    reading from both files, mentioned earlier.
    What already works:
    - The headers for both files are correctly stored (VI point 1.)
    - The acquired data from the first card (device 1) are correctly stored (VI
    point 1.)
    - The VI (point 2.) that reads both files and displays the results works
    What doesn't work:
    - The acquired data from the second card aren't stored at all (VI point 1.)
    - An error message says: "Error -10608 occurred at AI Buffer Read. Possible
    reason: NI-DAQ LV: No transfer is in progress for the specified resource."
    I think that I understand this message, but I don't know how to continue.
    The DAQ VI can be downloaded from (please click the link, then the link on
    that page; about 100K, zipped):
    http://www.swissheartnet.unibe.ch/labview.htm
    Thanks a lot in advance.
    Regards,
    Victor Manta
    PS. I don't know which DAQ group you mean.

  • Ipod unable to use due to Mobile device Serivce not being started.

    When I connect my Ipod touch to my Windows XP computer iTunes recogines it, however a message comes up saying " This ipod cannot be used because the apple Mobile Device Service in not started. I have connected other Ipods into the computer and they have been recognised and synced fine. What can I do to overcome this problem??
    Jack

    Hey Jack,
    You can try manually starting the Apple Mobile Device Service as described in this article:
    http://docs.info.apple.com/article.html?artnum=307078
    You'll probably want to uninstall and reinstall iTunes if this continues to happen. The steps are listed in the same article under "Remove and reinstall iTunes and AMDS."
    Jason

  • Unable to used the tethered modem to connect internet

    Hi to all,
    I am facing a problem with my device where it unable to online with the internet using the tethered modem using blackerry desktop software 6.0.
    this error occured after i did the Enterprise Activation. it was unable to restore even when i factory defaulted the blackberry by key in 10 wrong password.
    Please help to switch on the modem back. I really need it to work ASAP.
    Thank you in advance.
    From,
    Wong Chee Hoong

    Hi to All,
    I found out that this have something to do with the Enterprise Activation where the IT Policy have bock my access to the internet as a tethered modem.
    I have wipped my phone but the policy is still remain in the phone.
    How can i remove this IT Policy it is still remain after i wipped my phone....
    Does the Enterprise Activation overwrite my administration?
    Please help ASAP....
    From,
    Chee Hoong

  • Unable to use project professional to establish connection to project server

    I fail to use project professional 2003 to access to the project server 2003 using MSDE 2000 in local area network, following message was shown,
    Connection failed:
    SQLState: '01000' SQL Server Error 1326 [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect())
    Connection failed:
    SQLState '08001'
    SQL Server Error: 17
    [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.
    I have seen these pages with similiar cases but can't help.
    http://support.microsoft.com/kb/818047/
    http://support.microsoft.com/kb/837653/en-us
    Can anyone help me?? Thanks a lot!

    Pher,
    Is this still an issue?
    Thank you!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • I am unable to get my iPhone 4s to connect with my JBL Flip speaker via bluetooth anymore. I have been using it for 2 months and now it just wont find device. Any ideas?

    I am unable to get my iPhone 4s to connect with my JBL Flip speaker via bluetooth anymore. I have been using it for 2 months and now it just wont find device. Any ideas?

    Where exactly did you buy this phone?
    Have you tried contacting your phone carrier to activate the phone?
    Do you have a sim card?

  • Since yesterday I have been unable to use FaceTime across all my Apple devices: Iphone 5s, MAC Notebook, and Ipad Mini.  It does not connect nor make the ringing sound. Why is this and how can it be fixed?

    since yesterday I have been unable to use FaceTime across all my Apple devices: Iphone 5s, MAC Notebook, and Ipad Mini.  It does not connect nor make the ringing sound. Why is this and how can it be fixed?

    I am haveing same problem canot find itunes.msi

  • I have time capsule and I am unable to connect to the internet using static public IP

    I have been using my Time Capsule on my company network for some time.
    Recently I removed the time capsule and connected the TC  Wan port directly to the firewall.  We have got block of static IPs provided to us from our ISP.
    Im confused in filling up the internet tap on the Airport Utility (Lion Version)
    If Im using a static public IP to connect to the internet should I use
    Static, DHCP or PPoe?
    IP Address: is this the IP address of the public IP address given to Us from ISP?
    Subnetmask. ..no problem
    Router Address: what should I type here: IP address of my firewall or my ISP's GateWay IP?
    DNS servrs are clear...
    Please guide me.

    Normally you would just set this up with dhcp to the firewall.. if the firewall is setup correctly it will simply pass you one of the block of static IP addresses.. if it doesn't or get a NAT address you should be able to allocate a static IP to the TC in the firewall to its MAC address.
    I am not sure that the static IP will work if you just type it in.
    If you want to have a go..
    If Im using a static public IP to connect to the internet should I use
    Static, DHCP or PPoe?
    Try static only if dhcp doesn't work because the firewall is not setup.
    IP Address: is this the IP address of the public IP address given to Us from ISP?
    Yes, a free IP from the block.
    Router Address: what should I type here: IP address of my firewall or my ISP's GateWay IP?
    Either should work if the firewall is setup correctly.. otherwise just try ISP gateway.

  • Trying to setup my iPad - get message "This iPad cannot be used because Apple Mobile Device service is not started."  What does this mean? I am unable to get any connection at all..

    I'm trying to setup my new iPad2 - get message "This iPad cannot be used because Apple Mobile Device service is not started".  What does this mean? I can't get anything up on my iPad.  Frustrated!

    Assuming that you are on a PC then there are intructions here for starting it http://support.apple.com/kb/TS1567 , and for a Mac http://support.apple.com/kb/HT1747

  • HT1414 I attempted to update my iphone 3 through I tunes - I think I did a back up on my pc - I am now unable to use the phone at all - it cannot be turned off and seems to be syncing all the time, even when it is not connected to itunes.

    I attempted to update my iphone 3 using itunes.  I'm not certain but I believe I did a backup on my pc first.  I am now unable to use the phone at all - the slide bar won't move and I have a camera icon next to the slide bar which is not responsive.  I have tried to sync and even left the phone connected to the pc overnight. The phone is going flat within a couple of hours and won't stop beeping every few seconds and seems to be syncing all the time, even when disconnected from pc.  I am fearful that I have lost all my contacts - nothing is working - can anyone help - please?

    Try resetting it if you can: hold the on/off and home buttons until you see the Apple logo (ignore the off slider that appears first), then release.  If you can't, try to connect it to iTunes, go to the Summary tab of your sync settings and click Restore to restore it.  If that doesn't work you'll have to force it into recovery mode to restore it as outlined here: http://support.apple.com/kb/ht1808.
    You can check in iTune to see if you have a backup.  They are listed in iTunes>Preferences>Devices.  However, the backup may not bring your contacts back as contacts are only backed up as necessary to preserve the recent call and call favorites lists.

  • For four years Ive been unable to use my home network as anticipated. I have ADSL connection with O2, airport extreme, three expresses, two minis 10.6.8 and 10.7.3, and two pros 10.6.8 and 10.7.3, and a cinema thbolt display. Id like to use bbc iplayer.

    I am unable to stream video and I lose connection frequently. Ive tried it using wireless connection and with ethernet. Ive tried using the O2 router (%series) as a modem for the extreme, Ive tried using the O2 without the extreme - not poss to extend network but MUCH faster, and Ive tried using a variety of other routrers and modems. My flat is 10m x 6m, there are no other wireless devices within or immediately adjoining except for my wireless landline phone that I have changed three times. Every single piece of my home network has been to the genius bar at least three times and the entire network with all devices has been taken twice. Genius bar have found either no fault or no explanation. Applecare dont seem able to tie their own shoe laces and have been worse than useless, suggesting things like checking a plug fuse (good advice but not relevant). I met a chap socially who turned out to be an apple employee home networking specialist. He offered to look at it and came to my flat. I quote him now: "F**k me, its just not supposed to do tha., Theres something seriously wrong with the system. It's an Apple problem completely". However, despite repeated requests I have not been invited to escalate the issue beyond the genius bar. Enen though everything possible is apple (they dont make a modem for ADSL??), all I get from them is it must be the fault of something else.
    PS Ive had my O2 connection checked tens of times and paid for a bt engineer to check my line 4 times.
    PPS The thunderbolt display was sold to me after I refused one on the grounds that the location of my mini was more than 2 metres from the display, and the salesperson reassured me that the thunderbolt connection was universally available and that  would have no problem connecting the display to my mini 5 metres away.
    I may well not be  too bright when it comes to computers, but with their attitude of there being NO SUCH THING AS A BAD/FAULTY APPLE PRODUCT, ONLY SILLY CUSTOMERS WHO HAVENT WORKED OUT HOW TO USE THEM YET, I wish I will soon see their brand will rot in commercial oblivion ****. I have focused this on home netwrking but that is the tip of the iceberg. However, having invested so much of my life and my money in what I have, please can any of you good people out there show me the foolish error of my simple ways?

    Hi Zac, sorry to hear about your troubles, but that's why us other users are here to try to help in these instances.
    Open Console in Utilities & see if there are any clues or repeating messages when this connection drop happens.

  • The iTunes on my desktop is no longer recognizing any of my devices (iPads, iPods, or iPhones).  I am unable to sync.  And when I connect a device I am asked on the device if I "Trust this Computer".  When I hit "Trust" nothing happens.  Help?

    The iTunes on my desktop is no longer recognizing any of my devices (iPads, iPods, or iPhones).  I am unable to sync.  And when I connect a device I am asked on the device if I "Trust this Computer".  When I hit "Trust" nothing happens.  Help?

    Hello monkeymonkeydo,
    To get this fixed use the steps found here:
    iPod not recognized in 'My Computer' and in iTunes for Windows
    Hope this helps.
    ~Julian

  • I locked myself out of my ipod touch for 60 mins then actually typed the wrong password in again.  Now it is telling me to "connect to itunes".  I am unsure how to do this.  I am unable to use my ipod at all now. Please help.

    Hi,
    Due to my brother locking me out of my ipod touch I had to wait an hour to log in again.  Unfortunately when I did this, I, again put in the wrong password twice more, each time locking me out for a further 60 minutes.  On my 3rd attempt to log in the wrong password was entered again.  This time though instead of logging me out for another 60mins it now tells me to "connect to itunes" but I have no idea how to do this and I am now unable to use my ipod.  Please help.

    See Here  >  http://support.apple.com/kb/HT1212

  • I bought my ipad 2 from a friend I am trying to connect to my itunes on my computer and it will not recognize it. It keeps telling me that IPad cant be used because apple mobile device service is not started. can you help

    I bought my IPad 2 from a friend. I have reset to clear all of his information out. I am trying to connect it to my computer to sync my itunes and I keep getting the message that my IPad can't be used because Apple Mobile Device Service is not started can anyone help with this?

    I cannot find "Other" devices. I found Apple Mobile Device under Universal Bus Controllers but cannot see "recovery mode" or any other status. I use Windows Vista.
    When I try to restart Apple Mobile Device Service I get the following message: "The Apple Mobile Device Service on Local Computer started then stopped. Some services stop automatically if they are not in use by other services or programs". What does this mean?
    During the last 48 hours I was able to see my iPad in iTunes only one time during many attemnpts to connect . I haven't been able to see it during the llast several attempts.
    Any suggestions? The standard suggestions have not worked: i.e. stop then start AMDS; tuurn off iPad and PC, then restart both and reconfrom iPad to PC; reload iTunes.

Maybe you are looking for