RV 320 Internet activity log

We have a few PC's that are on their own VLAN that use the RV 320 to access the internet.  The router also acts a DHCP and gateway for that VLAN.  Is there a way I can setup the router to log outbound internet activity for a few of the PC's on that VLAN?  We are trying to log a user going to inappropriate sites while on duty and they are wiping all of the history, cookies, and such from the PC when their shift ends.

I have to say I can't see a logging option that I expected to see.  On my old Prosafe I used to use the packet capture to work out what was really going on at times like this.  Went to see where this is on my RV and just can't find it.  If there is a way, hopefully someone else has an answer.

Similar Messages

  • WRV54G: Log all internet activity to syslog

    I purchased this product specifically because it claimed to be able to log internet activity to a syslog server.
    I have the product configured:
    - syslog server set up
    - WRV54G is talking to syslog server
    - only configuration activity with WRV54G is being logged (ie only activity to 192.168.1.1)
    - Under General Log, all boxes are checked
    To test the logging, I created a deny rule to a specific site, and accessed this site. WRV54G denied the connection but did not log, even though it is set to log all denies.
    I want to log ALL activity to my syslog server. How do I configure this? Is this a defect?
    Message Edited by riprowan on 06-29-2007 09:16 AM

    What is "logviewer.exe"? It has no help, no readme, no explanation, no way to configure it. WTF is this application? At any rate, I have a syslog server. The WRV54G is logging to it, just not all of the data it's supposed to be logging. I don't need another application. Apparently the latest firmware is what is causing my problem. Please see this conversation about exactly the problem I am experiencing: http://www.dslreports.com/forum/r18431113-SYSLOG-on-a-WRV54G This is a basic feature of the product (in fact, this is why I bought the product) so I expect it to work. What is the status of this bug and when will it be addressed?

  • I can not get my ipod 4 gen to log into Free Wifi hotspots. It shows that it is connected but I have to internet activity. I was at several hotspot locations last night and could not get on any, but other people were. HELP.

    I can not get my Ipod 4 Gen to log into free WIFI hot spots. It shows that I am connected but I have no internet activity. I was in several hot spots last night and could not log in, other people were, but I could not. HELP!

    - Did the other users who successfully connected have iDevices?
    - Frequently you have to open Safari/a browser and agree to the terms and conditions of the wifi spot before yo can get to the internet.  Some wifi spots use Flash or Java to log on which the iPod (and other iDevices) do not support)
    - Have you tried resetting network settings: Settings:General>Reset>Reset Network Settings
    - Does you Ipod successfully connect at home?.

  • WRT600N: Diagnosing Constant "Internet" Activity

    I have a WRT600N connected to a Scientific Atlanta Model DPX110 cable modem and I'm seeing constant "internet" activity between my router and the cable modem.  The intenet activity light is banging like crazy on the router and the "PC/LAN" light on the cable modem is also banging like mad.  Have disabled all wrieless interfaces and disconnected every network connection from the router except that of the cable modem.  Have also cycled power on both the cable modem and router a number of times just to make sure nothing is stuck in a wierd state.  Basically, nothing I have done seems to get rid of this constant activity between the router and modem.  I'm pretty sure the activity is not coming in from the WAN side of the modem as I'm not seeing any comparable activity on the modems "Cable/WAN" activity light.  Not sure exactly when the behavior began, but I'm pretty sure this was not happening in the past.  Also upgraded to the latest WRT600N firmware to see if that helps, but it did not.  Any suggestions on how to diagnose what this traffic is between my cable modem and WRT600N short of a network sniffer?  Is there some way to make the router log this activity for me to view?  I initially assumed the activity was being caused by the router, but now am beginning to wonder if if might be the cable modem doing it...  Anyway,  any suggestions appreciated.  Thanks!

    Yeah, I had considered doing that and may still do so shortly.  Was just a bit concerned with bypassing the hardware firewall in case the cable modem has somehow been compromised.  Thought there might be a way to see what the "internet" traffic is before allowing the cable modem direct access to my PC.  Paranoid, I know...
    May try hooking directly to my PC shortly...  but first I believe I'll need to locate and install the original network card to which the cable service is keyed.  Haven't seen it in some time as I've long since had a Linksys cable router with MAC address spoofing in use.  Will provide updates on what I find.
    Thanks for the feedback!

  • How can i see when someone has accessed my call/text log. (This is possible on google) I have been informed that someone has accessed my activity log and is giving my information to a third party. I believe it is a service tech, but I am not interested in

    How can i see when someone has accessed my call/text log. (This is possible on google/gmail) I have been informed that someone has accessed my activity log and is giving my information to a third party. I believe it is a service tech, but I am not interested in persuing that further. I just need to see when my account has been accessed if possible.

    Hi lynniewigs,
    This is a common concern among Android and I-phone user, and one of the drawbacks to using a smart phone.  We lose so much privacy. Our phones become cameras into our homes for us to be spied on.
    I don't know what type of phone you have, if it is even a smart phone, but here is an example of an application that you can use to determine which applications are accessing your information and sending it out. 
    Permission Scanner - Android Apps on Google Play
    Google just recently revamp their permissions geared to hide invasive applications that spy and send out your information without your knowledge.  Report says be aware of what your Android app does - CNET
    Please continue to be mindful of the apps you download and the permissions you give. 

  • Track internet activity

    how to track internet activity on mac ?

    If it is browser / user activity you are tracking go to the History.
    Example, in Safari, go to History, Click, then drop down to Show History.

  • Activity log design issue in web application .. Whatabout AOP ?

    Hi guys. ..
    I am working on a big web application in which there is module called activity log which actually logs most of the activities one perform in application like make a payment , defere the payment , issue the check etc. Almost all components in the application less or more use this component.
    Now what is my issue is its design sucks. Every time a new activity has to added one has to add a separate class for that and make a call at a particular place in other component depending on some logic. sometime it becomes a nightmare to maintain all this.
    I am sure there should be better way to do it .without making a call to this component every othere class.
    I dont know much about AOP. Is AOP got some solution for that.? or any design pattern I should use to make it maintainable or simple to add new activities whenever need arise.
    Thanks
    HibernFan.

    Hi guys. ..
    I am working on a big web application in which there
    is module called activity log which actually logs
    most of the activities one perform in application
    like make a payment , defere the payment , issue the
    check etc. Almost all components in the application
    less or more use this component.
    Now what is my issue is its design sucks. Every time
    a new activity has to added one has to add a separate
    class for that and make a call at a particular place
    in other component depending on some logic. sometime
    it becomes a nightmare to maintain all this.
    I am sure there should be better way to do it
    .without making a call to this component every othere
    class.
    I dont know much about AOP. Is AOP got some solution
    for that.? or any design pattern I should use to make
    it maintainable or simple to add new activities
    whenever need arise.You are thinking exactly the right thing. AOP is born for this sort of thing, and it addresses exactly the problem you've experienced: Move all that code that's duplicated with every new activity into the advice class.
    You can do AOP if you have AspectJ or, better yet, Spring.
    If not, you can think of Filters as a kind of AOP. Since this is a Web app you can write a Filter that does the logging for you.
    Either way, you've nailed the idea. Good thinking.
    %

  • Constant Internet Activity ???

    First, please understand I am highly geek-i-ly challenged.  
    I've noticed that there is constant internet activity (connection icons blinking) when I am running NM.
    If I shut NM down, there is no activity.
    Question:  What kind of activity could this be?  Is NM just sending and receiving "confirmed connection" packets or what????
    It seems to send 2 packets and receive 1 or 2 back.  Where is it sending them and who or what is sending what back?????
    I use Windows XP Home (SP3), Linksys WRT54G ver 6, Firmware 1.02.5 hard wired router, Embarq DSL connection with Embarq supplied modem, and have NM version 5.1.9055 installed.
    Any help is appreciated.  Now go have a great day.
    Bill

    Hi, NM sends out packets to your routers and other devices on your network to get the infomation used to build the network map and to monitor your network.
    My Cisco Network Magic Configuration:
    Router: D-Link WBR-2310 A1 FW:1.04, connected to Comcast High Speed Internet
    Desktop, iMac: NM is on the Windows Partition, using Boot camp to access Windows, Windows 7 Pro 32-bit RTM, Broadcom Wireless N Card, McAfee Personal Firewall 2009,
    Mac Partition of the iMac is using Mac OS X 10.6.1 Snow Leopard
    Laptop: Windows XP Pro SP3, Intel PRO/Wireless 2200BG, McAfee Personal Firewall 2008
    Please note that though I am a beta tester for Network Magic, I am not a employee of Linksys/Cisco and am volunteering my time here to help other NM users.

  • Is there a way to restore an accidentally deleted activity log?

    I am soooo embarrassed.  I accidentally deleted the activity log of a phone number I wish to keep.  Is there anyway that I can have that activity restored or is it gone forever?? 

    Backing up the device AFTER the calls have been deleted will not backup something that has been previously deleted.
    Weekly backups, or more often, are very worth doing.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to capture content activity log from DMP?

    Hi There,
    I try to implement content activity log from DMP. The information that I want to get are DMP IP, Conent File Name (video or jpg file), open date/time. The only way that I can do is sending http command direct to DMP (http.file via port 7777).
    Is it possible to implement Syslog server to get those information from DMP?
    Thank you
    Panya

    Hi Panya,
    There is a feature called "Proof Of Play" which was created exactly to track what the DMPs are playing, you can find the documentation at the following link:
    http://www.cisco.com/en/US/docs/video/digital_media_systems/5_x/5_2/dmm/user/guide/signs/proof.html
    Is this what you are looking for?
    Best Regards,
    Marco

  • Shockwave suspends internet activity

    Shockwave suspends all internet access 3-5 times daily on 2 different OS is there a fix? This applies to both IE and Firefox...

    WLM777 wrote:
    I thank you for responding. I have scanned my various machines with their
    respective antivirus definitions (AVG, Norton and McAfee) My operating
    systems vary from XP to Windows 8. If I have an undefined piece of malware
    there is nothing that I can do about it. As I said I have removed flash
    from all of my machines, My issues seem resolved at this point. I have no
    idea what your interest is in pointing fingers in another direction. Are
    you somehow affiliated with Adobe Systems?
    I have the Shockwave and Flash plugins installed on various computers (Win XP 32 bit and Win 7 64bit).
    Shockwave cannot suspend the internet activity.
    There is something wrong with your OS or browsers.
    If not a virus / trojan, a malware or a browser addon.
    Did you ever test the Shockwave plugin on a fresh OS installation?
    I bet you won't notice any issue.
    cheers

  • Internet activity

    Is there any reason why my computer has a small burst of network activity every 10 seconds or so? (a couple of KB received and sent) And that is accompanied by disk activity. It happens even when I have no applications open (no dropbox etc...) and it's fresh from a restart.
    I'm connected via ethernet (wifi not working under Lion...).
    Thanks!
    Michael

    Michael,
    You might try to use a third party program called "Little Snitch".  It will tell you whenever a program on your computer is attempting to send something to the Internet.  Alternately, "Growl" will tell you if something is being downloaded to your Mac.  
    If you would prefer to use what is on your Mac now, try opening Activity Moniter.  It is in your Applications>Utilities folder.  This will tell you all the processes that are open on your Mac and you might be able to see what process is active when you get this burst of Internet activity.   You can sort the activities by name or percent CPU usage.  Activity Monitor also allows you to see what it happening with memory use.  I often use this program to see what might be slowing my computer or to see how much processing capacity a particular process is using.
    Jay

  • Internet activity indicator? (using AirPort)

    Hi all, is there any little application that will show internet activity using my 17 powerbook (OSX panther + airport)?
    problem is, sometimes if I click to view a quicktime/wmv movie etc, I am not sure if anything is actually downloading.
    Normally i can see the light on the broadband modem blinking, indicating activity, but my modem is in another part of the building when I use my powerbook.
    any ideas?
    cheers, Robert

    I use MenuMeters available from http://www.ragingmenace.com/software/menumeters/ for this very purpose and it works great. It can also be configured to show disk activity. Very cool little program, released under the GPL for free (although the author does accept donations!).
    17" Powerbook 1.67 5,7   Mac OS X (10.4.4)  

  • Does ipad have an activity log? I want to report on when it was on and being used?

    Does ipad have an activity log? I want to report on when it was on and being used?

    Hi, No but there are many 3rd party apps in the app store but it all depends what activity you need to monitor or log

  • Active log-in not woking

    I have Firefox set to clear my history after I close the browser but did not check the box by active log-in. Yet I have to log into my e-mail and facebook every time even though I checked the "keep me logged in" boxes.
    I am now trying to also save Cookies and Cache.

    You're not alone - refer to this thread:
    https://discussions.apple.com/thread/3130071?tstart=0
    Regards,
    Colin R.

Maybe you are looking for

  • Mac Pro no longer supporting my 2 displays?

    I have a 4 year old Mac Pro with the Dual-Core Intel Xeon Processors and 6GB of ram. I seems to have 4 NVIDIA GeForce GT display cards as well. I have been using this system with two 22" Apple cinema displays for 4 years with no problem what-so-ever.

  • Retrieving free space in oracle 8i

    hi, i am having 30 gb oracle 8.1.7.2 database. by the weekend we are gonna purge around 60% of data from it. we want to use the freed space for new object. the downtime avaiable for app. is very less. so we can't go with exp/imp to retrieve free spac

  • Alv data change and save in database

    hello sir,    i had  done display data in alv from any custom table and that was edit and change..but now i want that data save in database through internal table ...what is coding for save butten..... thanks

  • How can i work with variables of the BEx-Query in WAD  ???

    Hi Experts ! In my Web Template i want to work with the value of a BEx-Variable like this : </td> <td class="SAPBEXTbsTab" id="head_TAB4"><A href="javascript:if (V_TEST != '1') {goto_tab('TAB4')}">Summenblatt 3</A> </td> V_TEST is a variable in my BE

  • Javax.naming.OperationNotSupportedException:[LDAP: error code 12-00000057

    Hi All, I getting the below OperationNotSupportedException while searching the LDAP container "'ou=Subscriptions,ou=BMCMarimba,DC=marimba,DC=bmc-dns,DC=com'". In our application during the initial search i'm able to search the above container and get