Can I log outside dynamic IP address with 871?

I'm looking to clean up some web traffic analysis on a remote server. Can I log the changing outside dynamic IP my router is assigned to?

You can always count on Ivan to have the details. I was unaware that the DHCP log only occurred on initial assignment.
If you do decide to use an EEM applet, you don't need to do anything really special with the logging. Just turn it on in the configuration with "logging buffered 262144" (I use a 256KB logging buffer because the default is too small to be useful.)
Another angle to take that might be easier is to use the DDNS functionality of the router with a service like Dyn. This way you always have a hostname you can reference with the current address and can see the history on their web site. This can be configured as follows:
ip ddns update method DDNS_Dyn
HTTP
add http://username:[email protected]/nic/update?hostname=<h>&myip=<a>
interval maximum 90 0 0 0
interface GigabitEthernet0/9
ip ddns update hostname example.dyndns.com
ip ddns update DDNS_Dyn

Similar Messages

  • Can not connect outside of Lan to with rtsp PVC2300

    I have the following cameras set up at my office
    1 - PVC2300
    2 - WVC54GC
    3 - AXIS 225FD
    I have a BEFSR81 Router
    I have a computer on Windows XP running the surv software to record.  Everything with that is good.
    I also have 2 desktops.
    I have been playing around with the rtsp feed with the pvc2300, but have run into a few problems.
    1(a).  I can not connect outside of the LAN with RTSP with either the VLC player or quicktime.  It connects and asks for a password and then just hangs.
    The PVC 2300 local address is 192.168.1.102 with ports 554, 5000-5010, and 6970-6999 forwarded on the router.  What am I missing?
    1(b) I can successfully connect with my blackberry bold, although when I try to change the default port (554) to something else (I would like to RTSP my the AXIS camera as well,  so I will need a different port) it connects on my bold, but then says server is unresponsive. What am I missing here?
    2.  The voice with the PVC 2300  using http outside of the LAN (internet) lags quite baddly and is choppy.  This happens without fail when I have all 4 cameras running, which I understand is upload bandwidth problem.  But it also happens when I connect to just the PVC2300.  I do have a connection to all 4 cameras inside the LAN to the XP running the surv software, but that is it. Is the my router acting buggy?  I have unplugged the router for 5 sec, and it fixed it for a while, but it always comes back.  I have donwloaded the latest firmware for the router and PVC 2300 and that didnt seem ot fix it either.  Suggestions?
    3.  This is more of a question.  I know the mobile streaming of the PVC 2300 does not include voice.  Is there an app or way that I can just get it to my Blackberry.  Even if I didnt get the video, voice is sometimes more important to me.
    I hope Ive been clear enough in my description, Im very self taught (google is amazing), but I am in no way a techy.
    Thank you in advace for your help.
    Colin

    Glad to hear you are successfully using the SWVMS16. That program is really cool and useful. I just cant tell you how that model of Linksys Router can work for you here (that is not a model we support on this community as its not small business)
    Regarding RTSP access, are you also including the mobile.sdp in the URL?
    RTSP:///mobile.sdp   I noticed in the camera GUI with the newer firmware, you can specify an access code under mobile settings after checking the enable mobile streaming box.  That word may be what you have to include, so check that too...
    Try this locally first and then remotely is the easiest way to see if you got it right, then it just becomes a routing or firewall issue to figure out.
    But your forwarded ports look right and should be opened.
    Under advanced settings, you can define an alternate HTTP, HTTPS or RTSP port

  • Can we configure the dynamic IP address in receiver JDBC channel

    Hello,
    Can we configure the dynamic IP address in receiver JDBC communication channel at runtime.
    Thanks,
    Soorya.

    No, that is not possible.
    The simplest solution would be to define a service and communication channel for each server and then use the receiver determination to determine which service to send to.
    The only other way would be to use a receiver java proxy where you would have to code in the JDBC request yourself.
    Regards,
    Yaghya

  • HT5114 can i have the same email address with different itunes accounts my kids are to young to have an email address but love apps

    can i have the same email address with different itunes accounts my kids are to young to have an email address but love apps

    Have a look here...
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    And Here  >  Sharing Apps
    http://macmost.com/sharing-ios-apps-with-family.html

  • HT4436 can i use my own email address with iCloud?

    can i use my own email address with iCloud?

    Welcome to the Apple community.
    No, you cannot use your own email address with iCloud. However you can use your own email address as a separate account by entering the account details in the mail application.

  • Can I use my current email address with iCloud

    Can I use my current email address with iCloud vs having to sign up for .me?

    iCloud email only works with @me.com addresses: it can't access any other email address at all.

  • ASA 5505 -Can I use outside dynamic IP for webserver DMZ?

    SETUP
    ASA 5505
    ASA Version 9.1(2)
    ASDM Version 7.1(3)
    I have basic license, using only three vlans (outside, inside, DMZ).
    QUESTION:
    I want to find a way (if possible) to use the single DYNAMIC IP (dhcp'd from ISP) on the "outside" interface, as a means to setup a web-server on the DMZ? I just want to allow my WHS-2011 (server) to talk to microsoft's free DDNS service where my domain name is hosted (ports 80,443,4125).
    So far, every setup option I have tried does not make it past the implicit deny acl's (on the outside interface) to the web-server (DMZ).
    I understand that the VLAN1 (inside) had to be disabled. I understand that objects now replace some of the older NAT'd components.
    CONFIG:
    object network webserver-external-ip
    host <X.X.X.X>
    ! I had set this to match my ISP DHCP address
    object network webserver
    host 172.16.0.2
    nat (DMZ,outside) static webserver-external-ip service tcp www www
    nat (DMZ,outside) static webserver-external-ip service tcp 443 443
    nat (DMZ,outside) static webserver-external-ip service tcp 4125 4125
    access-list outside_acl extended permit tcp any object webserver eq www
    access-list outside_acl_https extended permit tcp any object webserver eq 443
    access-list outside_acl_rww extended permit tcp any object webserver eq 4125
    access-group outside_acl in interface outside
    access-group outside_acl_https in interface outside
    access-group outside_acl_rww in interface outside
    ! added the dns statements below because the cisco doc (below) says it's required or dmz traffic can't get out despite default rule allowing it to do so.
    ! (ctrl-F) ... "all traffic would be blocked from the dmz to hosts on the internet"
    ! http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080bf150c.shtml
    object network dns-server
    host 8.8.8.8
    exit
    access-list dmz_acl extended permit udp any object dns-server eq domain
    access-list dmz_acl extended permit ip any any
    access-group dmz_acl in interface DMZ
    SUMMARY:
    I just want to allow my WHS-2011 (server) to talk to microsoft's free DDNS service where my domain name is hosted (ports 80,443,4125).
    I want to find a way (if possible) to use the single DYNAMIC IP (dhcp'd from ISP) on the "outside" interface, as a means to setup a web-server on the DMZ?
    Other:
    As an interim alternative, I have been able to setup & connect to the ASA using clientless vpn (web-ssl), and from there getting over to my WHS2011 server...-but the problem is, I have no way of knowing, or updating my DDNS once that IP changes since the ASA keeps blocking the return traffic to theh outside interface. My only assumption is that becasue I am using a single dynamic IP (outside interface) that it has nothing to re-direct the traffic to....???
    Thank You for any help you can provide!!
    k/r

    Hi,
    I cant really help with the DDNS portion but I would imagine you already have that sorted out.
    The ASA configurations however seem a bit off to me.
    Here is what you should configure
    STATIC PAT TO HOST SERVICES
    There are some changes that need to be done to both ACL and NAT configurations. First of the NAT configurations for each port require their own "object network" to be configured.
    Also since you are using a DHCP address from the ISP to act as the NAT address then you can use the keyword/parameter "interface" in the actual "nat" command. This basically tells the ASA that it should use whatever IP address is currently on the "outside" interface of the ASA. So you wont have to configure any separate "object network" for the public IP address every time it changes.
    Also, with regards to the ACL configurations. You should only configure one ACL per interface in the "in" direction. So all the rules you need to configure for traffic inbound from the Internet need to be in the same ACL that you then attach to the "outside" interface with the command "access-group"
    object network WEBSERVER-TCP80
    host 172.16.0.2
    nat (DMZ,outside) static interface service tcp www www
    object network WEBSERVER-TCP443
    host 172.16.0.2
    nat (DMZ,outside) static interface service tcp 443 443
    object network WEBSERVER-TCP4125
    host 172.16.0.2
    nat (DMZ,outside) static interface service tcp 4125 4125
    access-list outside_acl extended permit tcp any object WEBSERVER-TCP80 eq www
    access-list outside_acl extended permit tcp any object WEBSERVER-TCP443 eq https
    access-list outside_acl extended permit tcp any object WEBSERVER-TCP4125 eq 4125
    access-group outside_acl in interface outside
    DYNAMIC PAT FOR LANs and DMZs
    The above NAT configurations only handles the NAT for situations where the remote hosts on the Internet contact your DMZ server.
    If you want to configure Dynamic PAT for all your LAN and DMZ users which basically enable them to use the "outside" interface public IP address for Internet traffic, then you could configure this single "nat" configuration
    nat (any,outside) after-auto source dynamic any interface
    This would enable Dynamic PAT for all users behind the ASA
    I am not sure if you will run into problems since you are using a single public IP address and trying to forward TCP/443. This port is both used for SSL VPN and ASDM management of the ASA.
    If you want to change the default port of the ASDM management you can use this command
    http server enable
    If you want to change the default port of SSL VPN you can use these commands
    webvpn
    port
    Naturally before doing either of the above changes, make sure that you are not relying to them for management purposes if something was to go wrong. If you have SSH management access to the ASA then it should naturally be ok.
    I am not sure if all of the above are enough to get your setup working but it should be the basics. Naturally if there is still problems after the above suggestions it might be helpfull to see the current ASA configurations. For example NAT might not work if the ordering of NAT rules is wrong even though the actual configurations are otherwise valid.
    Hope this helps
    Please do remember to mark a reply as the correct answer if it answered your question.
    Feel free to ask more if needed
    - Jouni

  • I can't log in on my Ipad, with a correct Adobe-id

    I've tried to log in on my Ipad. To do so I've created an Adobe-id and I received a mail to verify, wich I did. I can now log in and out on the internet. If I try to do so on my Ipad, it tells me that the Adobe-id isn't correct.

    Hi BeksBWi,
    It looks like you have created your Adobe id on Adobe.com, which does not ask for date of birth. But, this information is required when you access acrobat.com on the web or the mobile device. When you use that Adobe id to login to https://files.acrobat.com, you will be prompted to enter the date of birth.
    Once you have entered the date of birth, you will be presented with terms of use. Please accept the terms of use and you will now be able to access the service on the web browser.Once your configuration on files.acrobat.com is complete, you can access the service on your mobile device as well.
    Let us know if you still face any difficulties with sign in to Acrobat.com.
    Thanks
    -Satyadev

  • I can't log into my main account with my password, always gets me back to the log-in screen after upgrading to 10.7.5

    After my routine software update to 10.7.5, I can't log into my main log-in id. Whenever I put my password in, it takes me back to the log-in screen. I'm sure of the password not being wrong because i can access my other admin accounts from which i changed the password. All my files and data is in that id. Please help. Thank you.

    http://osxdaily.com/2011/08/24/reset-mac-os-x-10-7-lion-password/ and
    http://osxdaily.com/2011/09/19/change-password-mac-os-x-10-7-lion-without-knowin g-current-password/

  • Can't log in to yahoo groups with NEO via hughesnet satellite, but can on other dsl-help!

    Problem is new-just started ~2 wks ago-no changes to my platform.
    Get "the connection was reset" message only when trying to log in to yahoo groups NEO version via hughesnet satellite (not gen4!)-problem not present via at&t/yahoo dsl log in.
    Can log into non NEO version of yahoo groups on same satellite without any problem-note: "https" not present in URL that functions fine.
    Same issue occurs with all 4 of my machines, win7 64bit and xp 32 bit. (All with latest sp's.)
    All machines updated to latest firefox and java plug in (#U51), cookies and cache dumped, every possible network access to internet setting tried, tried disabling add-ons (firefox run in safe mode tried)-everything!
    No change....and zero problem on anything else.
    The issue is NEO on satellite, without doubt-but how to work around this latest of yahoo lunacy?
    Thank you for any help!

    Thanks anotheroz....but:
    Such is not the case for me.
    I AM a moderator of only one group.
    When I joined myself to said group at another e-mail address, I found I had the old yahoo group layout (hurray!).
    I then used a dsl line with my original group owner account to set that "new" member up as a moderator-and it all worked fine from that new account via satellite.....'''UNTIL TODAY when yahoo scrubbed the old layout and forced that account into NEO.'''
    As soon as NEO is forced-'no more group access ability via satellite'....and I get this (again):
    "The connection was reset
    The connection to the server was reset while the page was loading.
    The site could be temporarily unavailable or too busy. Try again in a few moments.
    If you are unable to load any pages, check your computer's network connection.
    If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web."
    The problem is clearly NEO via satellite....question is-how to fix it?
    How can I reset the timeout function?
    Oy.....yahoo is just the worst!

  • Can't log into The Cloud Wifi with Retina Macbook Pro

    Hi there,
    I've researched this extensively online but haven't found a solution so far.
    Usually, when logging into The Cloud on my iPad Air or iPhone 4S at locations like Caffe Nero, I have no problem connecting: I connect in the device's settings, and then when opening the browser, reach the The Cloud landing page which lets me log on and properly use the Wifi.
    The other day I tried doing this with my brand-spanking-new Macbook Pro with Retina (mid-2014), and the landing page just wouldn't show up. So I couldn't log on; internet-enabled apps weren't working and I only had very limited access to Google. I tried both Safari and Chrome and refreshed multiple times.
    If anyone has any ideas, I'd hugely appreciate it! Thanks!

    Hi there.
    I can't help you unfortunately, but I have exactly the same problem. My macbook air mid 2012 used to connect to the Cloud wifi, like my iPhone 5 and iPad 2 still do no problem via the login landing page, but now though the bar at the top of my screen shows me connected, I don't get taken to the landing page (and I can't get there by manually feeding its address in either) and hence can't connect to the internet.
    If you do get a resolution I'd obviously be very interested.
    Sorry I can't help, but you're not alone with this problem.

  • HT2500 can i have multiple e-mail addresses with one mac account

    Can i set up multiple e-mail addresses on one mac account

    You can have as many as you want. Add an account with Mail Preferences > Accounts. Click the "+" button.

  • Can I log in a site only with HttpUrlConnection?

    I'm trying to write a small program which help me to log into my Megaupload account and manage my own stuffs there. But I met a obstacle right from the start, login site.
    After reading some of Sun's ["working with URLs" lesson|http://java.sun.com/docs/books/tutorial/networking/urls/index.html] and searching around, I've tried coding a small method to do this step. As the following:
    try{
           URL mega = new URL("http://megaupload.com/?c=login");
           String data = URLEncoder.encode("login=1&
                                                            redir=1&
                                                            username=my_username&
                                                             password=my_password","UTF-8");
            HttpURLConnection connection = (HttpURLConnection)mega.openConnection();
            connection.setRequestMethod("POST");
            connection.setRequestProperty("Host", "megaupload.com");
         connection.setRequestProperty("Cookie", cookie);
         connection.setRequestProperty("User-Agent", "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)");
         connection.setRequestProperty("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8");
            connection.setRequestProperty("Accept-Language", "en-us, en;q=0.5");
         connection.setRequestProperty("Accept-Encoding", "gzip,deflate");
         connection.setRequestProperty("Accept-Charset", "ISO-8859-1,utf-8;q=0.7,*;q=0.7");
         connection.setRequestProperty("Keep-Alive", "115");
            connection.setRequestProperty("Connection", "keep-alive");
         connection.setRequestProperty("Referer", "http://megaupload.com/?c=login");
         connection.setRequestProperty("Content-Type", "application/x-www-form-urlencoded");
         connection.setReadTimeout(10000);
         connection.setRequestProperty("Content-Length", Integer.toString(data.getBytes().length));
         connection.setDoInput(true);
         connection.setDoOutput(true);
            DataOutputStream wr = new DataOutputStream(connection.getOutputStream());
         wr.writeBytes(data);
         wr.flush();
         wr.close();
           //Codes to reading the response from MU
    }catch(Exception e){
    }The headers i receipt was exactly the same as using Firefox, but the html body was always of the login site instead of redirecting to the home page with logged in status. After some failed attempts to solve it myself, I came up searching help from this forum, and realized that there's lots of problem similar to mine. However, not any of them is absolutely solved without using external libraries (HttpsClient). I wonder if I can do it only with existing internal libraries. If yes, what I need to do?
    Thanks in advanced for help, and sorry for my bad English.

    I modified it:
    String data  = URLEncoder.encode("login", "UTF-8") + "=" + URLEncoder.encode("1", "UTF-8");
    data  += "&" + URLEncoder.encode("redir", "UTF-8") + "=" + URLEncoder.encode("1", "UTF-8");
    data  += "&" + URLEncoder.encode("username", "UTF-8") + "=" + URLEncoder.encode("chihuongbk", "UTF-8");
    data  += "&" + URLEncoder.encode("password", "UTF-8") + "=" + URLEncoder.encode("19881026h", "UTF-8");
    ..........Got the same result. I think that's not the problem. I feel there is something missing. Can you tell me whether I can log in the site this way with some more modifications !??

  • Can I use multiple e-mail addresses with iCloud?

    Hello!!
    I have multiple e-mail addresses for both personal and business use.  I would like to be able to check all of my email addresses at one time.  Is this possible with iCloud?

    You can have as many as you want. Add an account with Mail Preferences > Accounts. Click the "+" button.

  • Can you have 2 seperate email addresses with one apple account

    My family has had one apple account forever.  My wife just changed her email address to an @icloud.com
    Can her address or account be linked to my longstanding apple account?

    No. She can have her own Apple ID which is her new email address. She can then create her own iTunes Account. But you can only have one email address per Apple ID and account.

Maybe you are looking for

  • Connecting a Palm TX to Airport Airtunes

    I am having a heck of a time getting my new palm tx to connect to my airtunes/airport. (WIFI connection) I am using WEP 2 encription and I can get the TX to see my network, but I won't accept the airport password. I have a few options of entering 10,

  • R/3 not startup

    Dear sir actually i am installing a dialog instace ,and i have share a usr (folder) as a SAPMNT for the network ,that time problem arise , how resolve this problem SAP-R/3-Startup Program Starting at 2007/10/31  9:58:11 Startup Profile: "D:\usr\sap\B

  • Sending Object in data

    How can i convert any not null java object to a java string object and further from that string representation to that same object so that i can convert an object into a XML string, embed in XML and send & than at server regenerate that object from t

  • HT4157 I have iPad 4th generation but no option for cellular what can I do

    Hi everyone , I have iPad 4th generation. Today I had no wifi and wanted to connect with the cellular but could in,t find that option in my settings , what should I do

  • Adobe tv videos won't load, Windows 7 64 bit

    I'm attempting to view the training videos for CS6 applications, and they don't load. A black box is displayed where the video should play. This happens under the latest versions of all of these browsers: IE, Chrome, Opera, and Firefox. I made sure I