Trouble with setting Static IP in order to port forward thru 2 routers

I currently have cable internet connected to one router (Linksys E2000 w/ firmware v1.0.03). That router is connected to another router, a Linksys E3200 w/ firmware v1.0.02. In order to properly forward ports through the E3200, I understand that I need to set up a static IP on that router.
I've basically followed the steps outlined in this video, but when I enter all the IP addresses for Static IP settings, it won't allow me to access the router's setup page. I try entering the new IP that I've given it (which it tries to direct itself to automatically after I save the settings) and the connection times out. I am able to access the internet otherwise, however. From here I'm forced to do a factory reset on the router and start from square one.
Anybody have any ideas? I'm getting pretty frustrated and would love to get the ports forwarded so I can get my server properly set up. 
Solved!
Go to Solution.

I apologize, I should have been more specific. I have an ethernet cable connected from a standard port on the E2000 to a standard port on the E3200, which gives it internet access. On a hunch, last night I tried switching the cable to the Internet port on the E3200, but that gave no internet access.
The two routers are chained because I'm living in a friend's house and he has his own router (the E2000) set up with his own devices. Thus, I have 3 devices of my own connected to the E3200, including a Synology DiskStation NAS, which I would like to forward some ports to. I don't need two LAN subnets-- honestly whatever it takes to forward the ports through the two routers to my NAS would be enough for me. 

Similar Messages

  • WRT610N - Need to Set Static IP for Server and Port Forwarding

    Does anyone know how I can assign a static IP for my Home Media Server in the WRT610N router? I need to do this because of the settings I need to set for the server in the Single Port Forwarding.
    Thanks in advance!

    Never mind. I got it.

  • Im having trouble with setting up my imessage activation do I need credit

    im having trouble with setting up my imessage activation do I need credit

    Please don't post the same question multiple times.

  • Trouble with setting up the network connection

    I am having trouble with setting up my network connection on my new laptop, we use a telecom xtra broadband connection for our windows computers in the house. But when i try to put what i think is the right information in the set up it comes up with "network connection could not be configured"

    Hi,
    you can not connected to sap on 127.0.0.1 ip address it is loopback address for local host.
    instead of give the ip address where sap is running.
    if you running SAP on your standalone PC/laptop then you need to assign one ip address to that host
    use this ip address to connect.
    regards,
    kaushal

  • Help with running Echolink ham radio software and port forwarding

    I recently had to replace the router on this system.  The old one a D-Link 624 worked fine with the Echolink program.  The new router a Attiontec M1424-WR will not work with this application.  The ports have been forwarded correctly however, it is unable to make a solid connection.  Any assistance will be most appreciated.  Thanks in advance.  Bill

    The problem has been resolved.  Although the Ports were forwarded correctly by the Port Forward Program, The router had to be set to operate in the DMZ area.  This action was not accomplished by the Port Forward Program.  All is working fine now.

  • I am having trouble with my bookmark bar changing order between my devices. I have them organized for convenience, but when I arrange them on one device they change on the others to a different order. how can I fix this?

    I have 2 desktops and a laptops connected by Firefox sync which I set up at some time during the beta. I have several folders, dividers, and bookmarks on the toolbar which I try to keep organized based on their use (web design, hardware/tech support sites, personal, etc) but when I arrange them on one computer it screws them up on the others. I would like for it either to keep them in the same order on all machines, or at least have to arrange them on each machine separately without them affecting the other so they stay where I put them. Does anyone know how I can accomplish this?

    This is what I'd suggest get your machines matched. Sync your machines so all data is on both. Then pick one to get all of your organizing as you want it. (or do this before you even setup sync) Then, when you do your initial sync from that organized machine, select: replace all other devices with this computers data. (you can also do that as Manage Account > reset sync.
    After that, changes in order on one machine should be reflected on the other. Remember though Sync '''merges ''' the data from your machines. If you work on two machines side by side and make order changes on both without syncing either, once you do sync, Sync will have to again figure out how to merge the incongruities, which may not be what you expect.. Be careful, if order is important to you.

  • Trouble with subquery and rownum and ordering

    I'm having trouble making this subquery work. The basic idea is that the web app will show only so many rows of results on the page, but right now I'm just playing around in SQL*Plus. The address book holds mixed case, so in order to sort by name properly I need to use UPPER to ignore case sensitivity. This SQL statement works fine for me:
    select addressbookid from addressbook where addressbookid like '905430931|%' order by upper(addressbookid);I know that if you mention ROWNUM in the WHERE clause, you're referring to the row numbers of the ResultSet that Oracle returns. How do I use both ORDER BY UPPER(ADDRESSBOOKID) and WHERE ROWNUM > 25 AND ROWNUM <= 50? I figured a subquery would do it, but I can't write a correct one that does it! Below are my 2 attempts with the errors, and then I just tried to play with rownum:
    SQL> select addressbookid from addressbook where addressbookid in (select addressbookid from address book where addressbookid like '905430931|%' order by upper(addressbookid));
    select addressbookid from addressbook where addressbookid in (select addressbookid from addressbook
    ERROR at line 1:
    ORA-00907: missing right parenthesis
    SQL> select addressbookid from addressbook where addressbookid in upper(select addressbookid from addressbook where addressbookid like '905430931|%');
    select addressbookid from addressbook where addressbookid in upper(select addressbookid from address
    ERROR at line 1:
    ORA-00936: missing expression
    SQL> select addressbookid from addressbook where addressbookid like '905430931|%' and rownum > 25 and rownum <= 50 order by upper(addressbookid);
    no rows selected
    SQL> select addressbookid from addressbook where addressbookid like '905430931|%' and rownum > 25 and rownum <= 50;
    no rows selectedLike I said, if I can get a working subquery, then I'd like to attach that restriction on the rownum stuff. I'm wondering if it will be a problem trying to get the ordering to happen and then the rownum restriction after that, and all in the same query...
    Btw, we've made all the table and column names in our database uppercase, so that shouldn't matter.

    This is probably the most efficient way ...
    select addressbookid
    from
       select addressbookid,
       rownum rn
       from
          select addressbookid
          from addressbook
          where addressbookid like '905430931|%'
          order by addressbookid
       where rownum <= 50
    where rn > 25

  • HT2731 Having trouble with setting billing account

    I'm having trouble setting my billing account with my debit card telling invild security code

    Hi,
    As I understand, you would like to add custom refiner to refinement panel in search.
    From the screenshot, you intended to add vendor name property to search refiner. I cannot find the crawled property in my environment, is it an crawled property converted from custom site column?
    Here is an good article for
    adding refiner in SharePoint search 2013, and it seems there is not much difference from your process. However, here are the things you could check:
    RefinableString00 is in TEXT type, please make sure it matches your vendor name column.
    Please try mapping all crawled properties related to vendor name to RefinableString00 and test the issue again.
    Please try make managed property searchable as well.
    You could also try your process on other default managed property and see if it works.
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Trouble with setting up Linux fileserver

    I've done one month of research on the web for this and still no solution, so I have little hope someone in here could help me out.
    I have a linux box with 1TB capacity running perfectly Kubuntu. There are two laptops that need access to this box. I have a samba server on the linux box, and everyone can connect to straight from the Finder without troubles.
    The problem starts when I try to copy files or folders with a " / etc in. The two pseudo solutions I found so far were a filerenamer utility and using dmg files on the server with some kind of a clone app. I didn't try them out myself, because I really need to be able to use the linux box as an external shared harddrive. (push & pull files, and having a share ready for the upcoming TimeMachine space of the several laptops at our company)
    As far as I'm informed it makes no sense to format the linux box drives to HFS (HFS+ is still not supported in the current linux kernel) using AFS instead of samba doesn't solve it either. The problem would be in the samba (or whatever other filetransfer protocol you like). Is that correct?
    On the internet there are no real solutions to this problem, while this might seem a quite important thing to most Apple based companies that want to save money on the X-Serve stuff by setting up a linux server. If there is really no solution available at the moment, then I which to be informed on who might be responsible for solving this problem or who I'd have to address this issue to.
    If anyone might have the same issues or maybe a solution, feel free to post it here.
    Thank you very much in advance.

    Several points.
    First of all, a / is not a valid file name character in Mac OS X, or any Unix flavor that I'm aware of.
    What you're talking about is a fundamental underpinning of the Unix filesystem. That is not going to change any time soon no matter what you do or who you petition.
    That said, it shouldn't even be possible to have such a file on your system right now, so that begs a question right there.
    The problem starts when I try to copy files or folders with a " / etc in.
    While I don't think it's going to make any difference (see my point above), it would be useful to actually indicate what your problem is. Nowhere do you actually say what happens... does the file fail to copy? what about error messages? do the files corrupt when you copy them? does the client crash? or the server?
    it makes no sense to format the linux box drives to HFS
    There is definitely no reason to do this, under any circumstances.
    If anyone might have the same issues or maybe a solution
    Sure - stop trying to use / in filenames. If you have existing files (presumably from some pre-existing environment that didn't prevent their use, implement a renaming session to get rid of them (there are software tools that will do it for you). That is your only viable long-term solution.

  • Trouble with setting up my router...

    I've set up plenty of routers in my life, i've built plenty of computers as well, my knowledge of computers and networking isn't that bad you can say. I was setting up my girlfriends router and was having trouble getting an internet connection. When the modem was hooked up to her computer it was fine, and a website could be accessed. When it is plugged in through the router, you can't access a website. The computer is detecting the connection (Local Area Connection 2 is plugged in) but the interent connection is not being detected. Any suggestions. To avoid this: all wires are assembled correctly! Thanks =)

    I have the same problem here as described above...my router is the linksys wrt150N and my service provider is cox cable...my wireless adapter is intel WiFi link 4965AGN, while the regular connection is through realtek RTL8101E Family PCI-E Fast Ethernet NIC (NDIS 6.0).
    thanks for any solution you can provide...
    DC

  • Troubles with configuring static port for Certsrv.msc

    I am trying to use certsrv.msc to connect from my workstation to the CA for administration purposes.  Workstation is Win7, CA is 2008 R2 Enterprise running Enterprise Subordinate on a dedicated box.
    I configured a static DCOM port by following this article, including bouncing the service and also rebooting the CA box:
    http://social.technet.microsoft.com/wiki/contents/articles/1559.how-to-configure-a-static-dcom-port-for-ad-cs.aspx
    The static port was opened in the firewall from my workstation to the CA.  We also found that TCP 445 was required, so that has been opened as well, port 135 & other ports normally needed for autoenrollment should be open.  Sniffing the firewall
    showed that a random high numbered port that is not the static dcom port is being attempted - this is the only port showing dropped packets & no traffic on the static port.  On the CA I ran netstat & 'netstat -a' and am not seeing the static port
    listed anywhere.
    It does not appear to me that the static dcom endpoint is working properly & that it is still randomly assigning ports.  We would greatly prefer to not have the whole range opened for random port assignment.  Any suggestions?  Thanks in
    advance!

    On Fri, 7 Feb 2014 15:28:32 +0000, Steve        F wrote:
    I am trying to use certsrv.msc to connect from my workstation to the CA for administration purposes
    This is not the correct forum for this question. You should repost to:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winserversecurity
    Paul Adare - FIM CM MVP
    "If you think you can have a nice network with ms-windows machines on it,
    you
    haven't run tcpdump yet." -- Alan Rosenthal

  • Trouble with setting correct ACL for publication - EDIT_QUERY error

    *moved from BusinessObjects Integration Kits - SAP
    Hi All, I get an error:  EDIT_QUERY RWI00850 Scheduling document 'xxx' (Id:xxxxxxx) failed for the following users:
    The issue is related to this post http://www.google.dk/url?sa=t&source=web&cd=4&sqi=2&ved=0CDMQFjAD&url=http%3A%2F%2Fforums.sdn.sap.com%2Fthread.jspa%3FthreadID%3D1561142%26tstart%3D-3%26messageID%3D8549187&ei=gq2ATcWNJc3Nsgagraz3Bg&usg=AFQjCNHAFv_8mRsLdK-INp9w_JiuCqS3xA
    We run xi 3.1 fp 3.3
    The publication runs fine, when I add the user to the Admin group, however can't get it to work when I use my custom group with full access ACL assigned at top level to folder, universes, connections and full access ACL to Web Intelligence, infoview, designer appllications.
    Furthermore, when I use my custom ACL I can publicate a wbei report based on efashion. However, if I use the same publication - just switching the content to a webi based on a bex universe, I get the EDIT_QUERY error. Adding my test user to the admin makes it run - so what am I missing???
    Is there a difference in where and how bex based universes are publicated and the efashion universe???
    I've even tried to enable edit objects and edit query in the temporary storage folder, that didn't help either.
    please help!
    BR
    Jess

    Does any one know whether it is a potential bug or it is something I overlooked??
    BR
    Jess

  • Trouble with setting SLD connection of Preview J2EE + ABAP NW04s

    Hi,
    I am trying to connect both J2E and NSP to SLD. J2E has connected correctly.
    In visual admin, I created new entries in Jco RFC provider, (SLDAPI_J2E) the gateway/host = abap system.
    In Sm59 I created new connection to with the program name = SLDAPI_J2E and the connection  looks good.
    But RZ70 will dump regardless of any entry I try. "Could not open rfc connection"
    Any idea?
    Thanks

    Good morning,
    We have exactly the same problem.
    Have you find solution ?
    Regards, Emmanuel

  • Trouble with setting up ethernet on G3 MT

    Greetings.
    I am able to get good connectivity with my G4 PB (OS 10.4), but not with my G3 MT (OS 9.1). No router being used for either.
    Are there any tricks or common mistakes in making this work?
    Patch cable or straight-through cable?
    I am receiving internet from a wireless provider; the signal is being brought into the house from the antenna via a powerline bridge.
    Thanks for your time!

    As Don mentioned in passing on your other thread, but did not drive home, the PowerBook G4 is among the Macs that does not care crossover/straight Ethernet cable -- it adapts. Your G3 does NOT adapt, and so the choice of correct cable is essential.
    42717- Apple products that require an Ethernet crossover cable
    You do you get your Ethernet Address in the G4? PPPoE? DHCP? Manually?
    Look in System Preferences > Network > Show: Network Status ; then double click your Ethernet interface and look on the TCP/IP pane.

  • HT2731 Trouble with setting up payment info on iTunes iPad

    iTunes won't accept my credit card bank account address details so won't let me purchase - WHY. The address is exactly how the account is set up. Why won't it accept my details. It's so frustrating. I've had the device for about a month but can't buy anything.

    same problem mate have u fixed it yet

Maybe you are looking for

  • Airplay after upgrade to iOS7

    My ipad Air Play won't find either of my printers--HP and Epson--both of which are listed as suitable, after upgrade to iOS7. I have tried all the suggestions from the community and Apple. Non have worked. iOS6 was fine for both makes.There must be a

  • HT204053 can i open my apple account without credit card?

    can i open my apple account without credit card?

  • Aperture Streaming Problem

    Greetings everyone. So, I've recently purchased and AppleTV and while most everything is turning out perfectly, I'm having a major issue with getting my Aperture photos to stream to the AppleTV and I was hoping that someone here could should some lig

  • AP 1552E Lightweight not joining WLC

    I have a WLC 5508 network that works well with 1200 Series APs and now we got a 1552E AP that is in lightweight mode but doesnt join the WLC. The AP seems to be able to get to the WLC but some how the connection is not established fully, I suspect ma

  • Can I merge 2 iTunes accounts

    I have two iTunes accounts can I merge them into one new account?