Fedora Servers :: Monitor What Sites People Have Been Accessing On Network?
May 14, 2009Does anyone know of a tutorial or site where I can learn how to monitor what sites people have been accessing on a network?
View 1 RepliesDoes anyone know of a tutorial or site where I can learn how to monitor what sites people have been accessing on a network?
View 1 RepliesIn the past week or so I've noticed some weird network behaviour. I find accessing some sites such as Amazon, Paypal, and Bigstockphoto really slow. Sometimes the page will not load at all. Other sites are fine. The problem sites are not a problem for others on my LAN at home. When I try to open the problem sites, I can see in Firestarter blocked connections coming from 2.1(8/9).xxx.xxx on various ports such as 36007. This only happens for the problem sites. I attached a typical output from firestarter.
This happens with Firfeox or Chrome. Using Ubuntu 10.10
I tried to do a scheduled software update several times today (8/20/11) and nothing seems to download, though I do get the "Downloading" PackageKit dialog message (the System Monitor shows practically no network activity). In between tries I downloaded some 600 MB .iso files (about 10 minutes each) so I know my internet is working properly. That leaves either PackageKit got hosed in my last update, or servers are down.
View 2 Replies View RelatedI have just installed ubuntu 10.1 along side my windows xp. It installed nicely and boots up promptly. When I try to go to a web site, it takes forever to load. It can take up to 1 minute to load a page. Why is that. I thought that Linux was supposed to be faster. When I go back to windows, I don't have this problem.
View 3 Replies View RelatedMy problem in ubuntu. Why is there difficulty in accessing mail sites in linux whether other sites are working.
View 1 Replies View Relatedi have seven department in my office. i want to restricte web sites for all the departments but not same web sites for all the departments i.e. different sites for different departments.i have no idea about this issue.
View 1 Replies View Relatedi have php5 and mysql on ubuntu server which is hosting a WordPress blog. i activated it remotely over the internet and it works fine still over the internet. now im home and using my local network again and now when i try to go into it with its local IP, it just shows some text (blog title, posts and so on) with NO pictures.
View 2 Replies View RelatedI am having trouble accessing social networking sites like orkut due to govt restriction.
View 1 Replies View Relatedi have a question about rpm.pbone.net, www.rpmseek.com and these kind of pages: Can I trust these sites and is it secure to install rpms from these sites on enterprise workstations and servers?
View 1 Replies View RelatedJust incase anyone is suffering from the same problem as I was after upgrading to 11.3 that there was no such file or directory in /var/lib/nxserver/db/running/sessionID. I found the answer in another forum and thought i would post it here. Basically there is a change in the openssl library used to calculate the md5sum used by nx which stopped it from connecting.
Putting
COMMAND_MD5SUM="md5sum"
at the end of /etc/nxserver/node.conf fixes the problem.
I was wondering how can I see who is using my wireless router to connect to my Internet connection, and how can I block them so they can't access it.
View 9 Replies View Relatedi installed phpmysql on F12 and it keeps prompting me for a user name and password. i tried login in with my root password but it does not permit me. How do i bypass this please. Also Aache wont let me view other locally hosted sites on my derver directory. restricts my permission.
View 1 Replies View RelatedI've set up a FTP server, but now I would also give the ability to users to access file through a web interface, like the ones you can find in many NAS.I there anyone that knows a software that do this? I can't find nothing useful.
View 5 Replies View RelatedI have a home network set up that includes windows xp and a local server. DNS resolution allows both machines to access the internet. I know this because firefox works on the xp machine, and yum works on the fedora machine.I can see the server index page through firefox by ip. I can't see it by url.
/etc/sysconfig/network settings:
NETWORKING=yes
HOSTNAME=fred.mycoachdomain.com
[code]....
I've set up Apache on my Fedora 12 machine and have got it working on my internal IP (localhost/192.168.0.15) however, when I try to access it through my external IP I am taken to my router login page.
What do I need to do to route my external IP to my internal static IP of 192.168.0.15?
I have my home network up and running. I can access my index file by the ip I gave to eth0 - 192.168.0.2
I put this same ip into etc/hosts:
192.168.0.2 localhost localhost.localdomain
One space separates the hostnames from the ip in /etc/hosts.
The hostname command returns: localhost.localdomain
I have /etc/resolv.conf configured the right way, so I can use my isp's DNS servers. I know this because yum works and I can ping anywhere by url. The next step is to learn to access the index file by url locally on my own network.
I have Ubuntu 10.04 x86 installed, trying to get teamspeak 3 beta30.I have followed this guide: http://robert.penz.name/296/howto-in...u-10-04-lucid/
And can not get my network setup correctly to allow people to connect externally from my LAN. I have forwarded every relevant port I could find to the computer hosting TS, I forwarded them first as their respective protocols, and then as the combined UDP/TCP. I tried Forwarding single port numbers, and then port ranges.I have also tried uninstalling selinux.I have tried connecting directly to my cable modem with the server.I had this working perfectly three months ago with all the same software, using the same guide I listed above.The only thing I can imagine has changed is my operating system itself with system updates.
My network looks like:
Comcast cable modem--->Netgear WNR3500L Router----->Ubuntu 10.04 x86 desktop edition
what else I could possibly check? I can connect to and manage the TS server fine using localhost:9987 or 192.168.1.x:9987, it just wont allow any connections from outside the network.
I dual boot XP and FC14 and have 2 routers. I can connect and ping one of these routers when I'm in FC and I have an IP address I just can't load any websites. When I connect to the other router (my main router) it works fine. When I boot into XP and connect to the problem router I can load pages fine. It's only when I'm on FC14 and connect to the problem router that I can't load pages even though I have an IP and can ping around.
View 1 Replies View RelatedI have developed a website. Now i would like to monitor the IP address of machines who are accessing the server. The simplest possible solution to this that comes first into my mind is to use jsp inbuilt tags.
Code:
<%
out.print( request.getRemoteAddr() );
out.print( request.getRemoteHost() );
%>
but it has given me some other IP address(May be a proxy server's ip address)
So i was left with one choice is to run netstat on host server . Here is what i have done.
Code:
netstat -an | grep 8080 (As tomcat runs on port 8080).
Should i modify the command or there is any other way around to monitor the IP address?
I installed a copy of Debian Jessie server and then tried to install a light GUI, specifically XFCE4. I am accessing my installation directly via a mouse/ keyboard and monitor, not remotely. After installing the Debian server software, I ran the following commands: apt-get install xfce4
It all appeared to go well, with no error messages. I then tried to launch the XFCE4 interface by running the following command: xfdesktop.However, all I get is the following error message:Failed to parse arguments: Cannot open display.what I need to do here to succesfully launch XFCE4?
It has no monitor attached, I'm accessing it graphically through vnc4server.It has no graphics card, and I want to get OpenGL to work on it, using software rendering.Right now, when I try to run glxgears, I get this.
Code:
Xlib: extension "GLX" missing on display ":1.0".
Error: couldn't get an RGB, Double-buffered visual
I am facing a really weird kind of issues where my boss has asked me block everybody from changing their wallpapers and put a default one there.
View 11 Replies View RelatedI'm trying to implement laptop_mode (to put disk to sleep when not in use), but something keeps waking it up. 'TOP' really doesn't do the trick.
This is apparently a known problem. Has to do with disk idling not implemented correctly.
[url]
Webmin running two websites from one server, i've made a second virtual server for my second site including its own document root with it's own index.html file ,but for some odd reason they both run the same site. And i use a Static ip address.
Sites:
[URL]
I'm doing a research to protect my pc from physical access. What I'm facing here is that my company created a program for fedora 8 and plans to sell the unit away. We created a function where you can configure the program using any web browser from a network so we do not want anybody to have access to the fedora except for out personnel.
Based on my research, I've found [URL] this guide to protect people from accessing grub and single user. I am currently researching on preventing others to clone the harddisk. I would like to know if there are any other methods to prevent people from unauthorized access to fedora.
not blocking sites
Code:
dbhome /var/lib/squidguard/db
logdir /var/log/squid
dest block {
domainlist block/domains
[Code]....
under db I created a directory block where I created a domain file and a urls file dosen't seem to be working
I am looking for statistics on the number of people who use RHL in comparison to other linux distros. Any help on finding up to date numbers?
View 1 Replies View RelatedI'm running F13, using Network Monitor to control my DSL connection. Until recently, all was well. Then, about a month ago, I tried changing my DNS numbers for reasons that seemed good at the time. Being properly paranoid, I kept my old DNS numbers in a text file. It's a good thing, because from then on, every time I needed to reboot (I only reboot for a kernel update, only shut down for hardware issues or a power failure.) I had no DNS until I copied them back into the configuration, disabled and re-enabled the connection. We've been having some work done here on the exterior, and every time the workmen come they manage to drop the power on the room the computer's in. I don't know if it's significant that all of the DNS losses have come after a power "failure," but it's worth mentioning.
View 13 Replies View RelatedSo I am trying to add some sites to my server, right now I have an active site at www2.site.tld. As a test, I copied [URL]to [URL], and changed only the line
ServerName www2.site.tld
to
ServerName what.site.tld
as well as renaming the lines for the log files appropriately then
# a2ensite what.site.tld
# /etc/init.d/apache2 restart
which by everything I have read should result in what.site.tld being identical to www.site.tld. Instead, it flat-out does not resolve. Apache does create some blank log files in /var/www/
how is it possible to serve multiple sites hosted in my computer with apache through dyndns.I am using ubuntu 10.04 and i had setup a dyndns domain as of mydomain.homelinux.org/127.0.1.1 medic. Now when i go to mydomain. homelinux.org outside of my lan i see the default site of apache.
View 3 Replies View Related