AM300 + WRT54G: "Different Public IP for Diff Computer connected to Internet"

Hi All,
I have Modem AM300 + Wireless Router WRT54G.
(Both have latest Firmware).
Internet -> AM300 -> WRT54G -- two Computer with Wifi connection
Scenario:
1. I have two Computer Connected to Wifi at WRT54G and can browse Internet.
2. I check both Intenet IP in http://whatsmyip.org, Both have same internet IP.
Question:
Can I have different Internet IP for each Computer?
If Yes, How do I need to Set my Modem + Router?

Hi dibbler,
I would like to have different IP for Internet.
Would you able to help me how to configure my AM300 + WRT54G?
Current Setting:
AM300 - Bridged ONLY, DHCP & NAT = Off
WRT54G - DHCP = ON
My Local IP is different for both computer,
e.g. 192.168.2.2  and 192.168.2.3

Similar Messages

  • WRT54G/EZXS16W Intermittent Problem w/1 Computer Connecting to Internet

    Here is my setup:
    1 Desktop (problem child) running Windows 7 Pro 64bit
    1 Desktop running XP (Dell with basic 100Mb onboard NIC)
    1 Laptop running Windows 7 Home
    EZXS16W 16 port 10/100 Switch
    WRT54G v6 Router (latest firmware)
    All connections use static IP
    Problem has been occurring for about 2 years with "problem child" desktop.  All other machines work fine with no intermittent problems.
    Problem is that while browsing, every 30-40 minutes or so, the desktop will stop being able to reach internet websites.  Internal networking (file share to other machines, etc, still works). 
    Resolution, if I wait 10-15 minutes it will start working again on its own.  Or if I unplug the router and plug it back in, that works too.
    Things that don't work:
    1)  Clearing internet cache
    2)  Disabling/Re-enabling NIC
    Troubleshooting tried:
    1)  Upgraded router to latest firmware
    2)  Upgraded problem child desktop from XP Pro 32bit to Windows 7 Pro 64bit
    3)  Disabled on-board NIC (Marvell) and installed Intel Pro GT 1000 PCI-E card
    4)  Swapped ethernet cable with known good cable (from other desktop not exhibiting issues)
    5)  Took switch out of the equation running all wired connections direct through router
    NOTE ** Ancillary problem is that 99% of the time, I cannot get to the admin interface of the router.  I try using all 3 machines (wired/wireless) and via IE and Firefox.  I enter the correct username/password and I get a blank screen and the browser indicates the page loading is Done.  On the rare occasions I am able to get into the admin page, there seems to be no rhyme or reason as to why.

    Give the static ip address (in the range of the router) and the static DNS to the computer.
    Click on the Start button > Settings > Control Panel >Network Connections- Right click on the icon for Local area connection and go to properties- On the 'General' tab select 'Internet Protocol TCP/IP' and click on the Properties button- Select 'Use the following IP address'- Provide IP Address - 192.168.1.5, Subnet Mask - 255.255.255.0, Default Gateway - 192.168.1.1- Preferred DNS 192.168.1.1, Alternate DNS - 4.2.2.2 >Click on Ok button to Save and Click on "Close" on main Properties window. Now check the connection.

  • Security Bulletins for a computer not having internet access

    Where do I download Adobe Security Bulletins from to install on a computer not having internet access?

    You cannot download anything on a computer that does not have Internet Access.
    You can view security bulletins on another computer with Internet Access: http://helpx.adobe.com/security.html
    If you need to download offline installers: http://get.adobe.com/reader/enterprise/

  • HELP:USING CLIENT SERVER PROGRAM ON DIFF.MACHINES CONNECTED TO INTERNET?

    BELOW IS THE JAVA CODE FOR CLIENT & SERVER PROGRAM (TCP) USING SOCKET.
    I AM TRYING TO RUN CLIENT & SERVER PROGRAM ON 2 DIFFERENT MACHINES CONNECTED 2 INTERNET
    (1 RUNS SERVER.java & OTHER CLIENT.java).
    IS IT POSSIBLE WITH THE CODE WRITTEN BELOW?
    // Server.Java
    import java.net.*;
    import java.io.*;
    class Server {
    public static void main(String[] args) {
    boolean finished = false;
    try{
    ServerSocket listener = new ServerSocket(4444);
    while(!finished)
    {Socket to_client = listener.accept();
    OutputStream out = to_client.getOutputStream();
    PrintWriter pout = new PrintWriter(out, true);
    pout.println("Hello! this is server talking to you.");
    to_client.close();
    listener.close();
    }// end of try
    catch(Exception ie) {
    System.out.println(ie);
    //Client.Java
    import java.net.*;
    import java.io.*;
    class Client
    public static void main(String[] args)
    Socket client;
    String host="serverpcname";//host is assigned name of the server
    try
    {InetAddress adressen = InetAddress.getByName(host);
      client = new Socket(adressen,4444);
      BufferedReader scanf = new BufferedReader(new
      InputStreamReader(client.getInputStream()));
       String someString = scanf.readLine();
       System.out.println("From Server: "+someString);
      client.close();
    catch(Exception e)
    System.out.println(e);
    WHEN THE CODE IS EXECUTED(CLIENT.java ON 1 PC & SERVER.java on other) IT GIVES FOLLOWING EXCEPTIONS:
    java.net.UnknownHostException: serverpcname: serverpcname
    PLZ. GUIDE ME.
    THANKS IN ADVANCE.

    For a server to be accessible on the inetrnet it needs to have an externally visible IP address. For example, an address which starts with 192.168.1 is for internal use only can only be used by other machines on the same internal network. The server's firewall needs to allow the port you are using access and the client has to be able to lookup up the IP address either using the hosts file or via a DNS service. None of these things have anything to do with Java programming, so if you have any more questions I sugegst you try googling them or ask a forum which relates to these issues.
    The connection time out is due to the fact that there is no way to contact an inetrnal address over the inetrnet. The host unknwown means you haven't configured your PC to lookup that address. i.e. the host is unknown.

  • Is I have to create different enhancement implementation for diff. code are

    Hi,
       I want to modify standard program in 3 different part  through enhancement framework.
    Is I ave to create 3 different enhancement implementation or i can use only one?.
    Regards,
    Himanshu

    Hi,
                  Below is given code which i have added in copy of stranded program at diff. code ares and its running fine.
                 Now i want to write in stranded code through enhancement framework.
                 I dont think we can write it in 1 place.? what you say.
    Internal tables
    ******Added By Himanshu*****
             BDMNG               LIKE  RESB-BDMNG,
    ******Himanshu*****
    ***Himanshu modification*****
       DATA: BEGIN OF xtab1 OCCURS 10,        "Tabelle der Reservierungen
             werks LIKE resb-werks,
             lgort LIKE resb-lgort,
             charg LIKE resb-charg,
             matnr LIKE resb-matnr,
             bdmng LIKE resb-bdmng,
             bdmns LIKE resb-bdmng,
             erfme LIKE resb-erfme,                      "ALRK014884 SW
             erfmg LIKE resb-erfmg,                      "ALRK014884 SW
           END OF xtab1.
      DATA: kzwso LIKE mara-kzwsm,
            ytab1 like xtab1 occurs 0 with header line.
    RANGES: xbdart FOR resb-bdart,
            MS_WERKS FOR MARC-WERKS.
    REFRESH XBDART.
      CLEAR   XBDART.
      XBDART-SIGN   = 'I'.
      XBDART-OPTION = 'EQ'.
      XBDART-LOW    = 'AR' .
      APPEND XBDART.
      XBDART-LOW    = 'MR' .
      APPEND XBDART.
      REFRESH MS_WERKS.
      CLEAR   MS_WERKS.
      XBDART-SIGN   = 'I'.
      XBDART-OPTION = 'EQ'.
      XBDART-LOW    = 1010.
      APPEND XBDART.
    end Himanshu********
    FORM data_selection.
    ****Himanshu*****
      data :  begin of it_mat occurs 0,
                matnr like mara-matnr,
                end of it_mat.
      select matnr  into corresponding fields of table it_mat
                          from mara
                        where matnr in matnr.
        CLEAR: XTAB1  . REFRESH XTAB1 .
        loop at it_mat .
      CALL FUNCTION 'MB_ADD_RESERVATION_QUANTITIES'
        EXPORTING
          X_MATNR = it_mat-matnr
          X_XLOEK = SPACE
          X_KZEAR = SPACE
          X_KZWSO = KZWSO          "ALRK014884 SW
        TABLES
          XTAB1   = XTAB1
          XWERKS  = MS_WERKS
          XBDART  = XBDART.
          ytab1 = xtab1.
          append ytab1.
          endloop.
    ****end himanshu*****
    FORM fieldcatalog.
    *****Himanshu Modification******
        loop at ytab1.
        read table bestand  with key matnr = ytab1-matnr.
        if sy-subrc = 0.
         bestand-bdmng = ytab1-bdmng.
         MODIFY TABLE bestand .
        endif.
        endloop.
    ******end Himanshu *******
    *****Himanshu Modification******
         CLEAR fieldcat.
      fieldcat-fieldname     = 'BDMNG'.
      fieldcat-tabname       = 'BESTAND'.
      fieldcat-ref_tabname   = 'YTAB1'.
      FIELDCAT-SELTEXT_S = 'Reserved'.
      fieldcat-outputlen     = 8.
      APPEND fieldcat.
    *****end Himanshu******

  • I bought CC AI for small businesses and I am having trouble installing it on a 3rd computer - Do I need different licenses/users for each computer i download to?

    I am logged in, but everytime I go to "desktop" or download, it just gives me the info and asks if I want to download the trial verison - even though I am already paid for. I have it on my computer (owner of the company) and one of my employee's computers under a different license, but now I would like to install it on my home computer. Any suggestions?

    do you have a volume license?  or a single user license?

  • WRT54GS - no internet connection detected yet my wired computer connects to internet through router

    I have had my router for a little over a year. I am connected to a wild blue satellite modem. It has worked with no problem for a year.  Now, it claims to not detect an internet connection, although the computer wired to the router has no problem connecting to the internet. I just cannot connect wireless to the internet because the router thinks it has no internet connection. I have reset several times, powered on and off modem, followed all instructions for troubleshooting. All lights are lit on both the modem and the router. Do I need to replace the router, or would I encounter the same issues with a new one?
    Solved!
    Go to Solution.

    My other computer is connecting now, although EasyLink still shows no internet connection.  However, as long as I can get a connection, I do not care. I have no idea why it is working now and not before.  I do not know if my husband's laptop will connect yet, but something seems to be working.

  • Fix for Yosemite not connecting to internet or apps

    I can't take credit for this I saw another poster from a few days ago but I was having trouble where I could connect to some websites but not all and any app that required internet was not working. I made all of my login accounts admins and that helped. I am now able to use my laptop the way it's supposed to be.
    If you want to know how to do this go to system preferences>users & groups>click lock to make changes> allow user to administer this computer> apply then restart computer. I hope this helps everyone like it has helped me

    I had the same issue but only fixed doing that:
    http://osxdaily.com/2014/04/12/restore-original-hosts-file-mac/
    Messed Up Hosts? How to Restore the Original Default /etc/hosts File in Mac OS X

  • Different Password Policy for Different User Groups in ACS 4.2

    Hi All,
    Can some one provide a solution for the below requirement?
    We do have ACS 4.2 appliance managing firewalls of different clients. The users are common i.e, helpdesk administrators. One of the client came up with setting different password policy for managing their devices i.e, the client wants to have min 15 characters as password length. We do have currently 8 characters as min password length. Can we change the password policy to min 15 characters only for managing the firewalls of this client whereas for all other client firewalls we feel better to have 8 characters as min password length?
    It seems that these password policies are global & affects all the users.
    This is something like, having two sets of password (for each user) policy depending on the client which he is going to manage.
    For my knowledge, i think that this is not possible. But, thought to cross-check with experts!
    -Jags.

    Hi jags,
    Yor're correct. Password policy on ACS will affect all internal user. We can't create different password policies for diferent clients/connections/set_of_users
    Password validation options apply only to user passwords that are stored in the ACS internal database. They do not apply to passwords in user records in external user databases; nor do they apply to enable or admin passwords for Cisco IOS network devices.
    HTH
    Regards,
    JK

  • 1 isp(T1), 1 unmanaged switch, 2 routers(WRT54G), 2 public ips

    1 isp(T1), 1 unmanaged switch, 2 routers(WRT54G), 2 public ips - How should I connect everthing?
    Help. I got a client with a T1 and multiple public IP's that he wants to share with his neighboring companies. How should I connect everying.

    You need a manageable switch and create VLAN so you can segement the taffic between the 2 internet connections.

  • Airport express cant  connect to internet through linksys wrt54g router

    Hi, i need some help.
    I have an airport express that i cant seem to get to connect to the internet.
    I have a cable modem to linksys wrt54g wireless router. An xp computer connected by LAN to the router.
    An Imac wirelessly.
    An xp laptop wirelessly.
    And a printer via the LAN
    All work just fine.
    But when i configured the aiport express to be a wds for the linksys to increase the range for my laptop or imac for that matter. It displays a green light, but has no connection, because it doesnt give the laptop or the imac a correct ip adress, that is what i seem to think the problem is.
    Please can someone help, i'm desperate.
    Thanks
    Core duo 17" IMAC   Mac OS X (10.4.7)  

    Did you follow instructions like this to add the AE to your Linksys network?
    http://www.macosxhints.com/article.php?story=20060609053254368&query=linksys%2Bw rt54g
    Also, make sure that "Distribute IP addresses" is NOT checked.

  • WRT54G Router cannot connect to internet

    I have Earthlink DSL and am trying to connect to the internet via the WRT54G from my Dell desktop. (Can connect to internet directly through modem just fine.)Have ethernet cable connected to DSL modem and router internet port. Have other cable connected to ethernet desktop port and port1 on router. Setup CD fails on "checking internet connection."
    Per tblshooting docs:
    Have changed IP to 192.168.2.1
    Have changed to PPPOE, with ISP [email protected] and password.
    Powered off modem, router, PC. Restarted.
    Try to connect to internet--Earthlink dial-up pop-up comes up because there's no DSL connection.
    Help.

    On top of IE.... go to tools... internet options... then connections... then check the box that says never dial a connection.....
    Go back to default 1st on the router. Start from scratch by pressing the reset button of the router for 20-30 seconds , then power down router for 10 seconds and power it back up.
    The go back to the router interface (192.1681.1) and leave it as just Obtain IP Automatically or Automatic Configuration DHCP... then go to MAC Address Clone.. enable... clone... save settings... then go to the status page and tell us what is the Internet IP Address value that you see...

  • Deployment Issues, Different  Jars for Diff Java in one application.

    HI,
    I need to put classpath (Jars) for my WEB-INF/classes. Different Jars for Diff files in one application.
    The problem is , for one ofmy application, the lib files are x.jar and y.jar , x is older than y but have same
    lib files. in x and y, there is one class , r.java , which have a method method1(). whey they are doing modifications in y.jar , the r.java has changed to new vertion, the method method1() they re-written the body.
    My application have 5 java files, in which 2 files uses r.java imported from the x.jar earlier.
    Now we need to use y.jar because , the y.jar have more files added with good futures. But the earlier 2 files are giving exception if i use y.jar.
    I need solution for this. how can i put classpath for the 2 files to use the x.jar and other files to use y.jar in the same application.
    I am using a Tomcat 4 server. only Servlets, JSPs I am using.
    Thank you,
    Kiran

    I may be missing something here, is y.jar a newer version of x.jar? And if it is do you need x.jar at all? Are there classes in x.jar that do not exist in y.jar? Can you modify your application to provide the same functionality and only use y.jar?

  • You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 90 days.

    So i signed into my other itunes account to download some purchase i had made on that account, went to sign back into my new account and download purchases i had made on my iphone adn it tells me "You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 90 days.". This is a shared family computer with multiple Apple IDs being used on it. Not cool apple. This needs to be figured out. Not acceptable for families that have more than one apple ID to have to wait 3 months to download old purchases. Get real. Any way i can 'override' this?

    http://support.apple.com/kb/ht4627
    http://www.apple.com/feedback/
    Contact itunes support.  They may grant a one time exception at their discretion.
    https://getsupport.apple.com

  • Can't play my library: "This computer is already associated with an Apple ID...you can download past purchases on this computer with just one Apple ID every 90 days.  You cannot associate this computer with a different Apple ID for 88 days." Got a fix?

    Since my daughter burned a CD from my computer using our shared libraries I cannot play my library.  This pops up:  "This computer is already associated with an Apple ID.  You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 88 days."  I can get as far as viewing my library but listening is denied by this pop-up.  Can anyone help, please?   I just noticed my (this) computer is not showing as registered to my account. Hmmm....a clue perhaps?

    Do you have a question?

Maybe you are looking for

  • Visualizer options are greyed out

    I just realized that the Visualizer Options are greyed out for no apparent reason. I checked both the "iTunes Visualizer" and the "iTunes Classic Visualizer" settings to no avail. Is there a way to activate this feature? I am running iTunes 11.1.0.12

  • My apple tv seems to have hung up during the latest software update - what should I do now?

    my apple tv seems to have hung up during the latest software update - what should I do now? I have not turned it off but it has been stuck in the same spot for 30 minutes now and I'm not sure what to do next since the screen says to NOT turn it off u

  • How to deploy a report with web service datasource

    Hi Guys,            I have a RPT file(report) which is using some web service call to get data source and Information.            I am not able to deploy it properly as It gives " Error in file testReport Unknown Database Connector Error " while clic

  • HD video from Canon camera Desktop

    I just bought a Canon SX20 IS, that records HD video 1248 x 702 .mov. When I drag the file to the Desktop, it won't play correct. Very choppy. If I import to iMovie, it plays fine and exporting back to the Desktop at full quality it plays fine. So is

  • Performance manager collection

    The majority of the host end device data is collected but there are hosts that there is no data just n/a in the following fields: Avg. Rx/sec Avg. Tx/sec (Rx+Tx)/sec Peak Tx/sec Peak Tx/sec Errors Discards all have n/a entries. How do I enable the co