They were unavailable because of a network outage, anyway everything
is now back to normality and all services are restored.
cheers,
Andrea
Everything should be back to normality.
cheers,
2013/2/3 Andrea Veri <av-rDKQcyrBJuzYtjvyW6yDsg< at >public.gmane.org>
I've been using denyhosts for a while and I noticed my /etc/hosts.deny is getting rather large. Denyhosts adds IPs to /etc/hosts.deny, and my denyhosts is configured to never purge IPs.
$ wc -l /etc/hosts.deny
22149 /etc/hosts.deny
Might this become a problem? I don't really understand how libwrap works.
What would be a realistic number of hosts in a 100BaseT network, before you have to start thinking on subnetting further?
Or in another words.
I'm currently having a very large problem with network performance from a new DataCenter that we just moved into, and honestly I'm at a loss where to proceed; so I'm looking for some inspiration.
The DataCenter has a managed network to which I do not have access, but we are in charge of managing our hosts within it.
General Information
We have eleven hosts (all Debian Squeeze) in the DataCente
I am trying to manage my /etc/hosts file with puppet, but I don't like the internal 'host' type, I'd like to use my own template if possible.
I have therefore defined a 'host' resource:
# Basic hosts configuration
class hosts {
# Host resource
define host (
$address,
$names
) {
}
Network::Hosts::Host {
before => File['/etc/hosts']
}
Hi guys. After using freedom app I couldn't get play store connected to internet. Was getting no connection error. Basically I couldn't get my google account connected as I couldn't sign in on youtube either and i couldn't re enter my google account after removing it... I read that If I would rename the system/etc/hosts file the problem would get fixed. I did that and it worked.
I bought new router (TP-LINK TL-WR841N) and I have problems with it. I have several hosts in my local network, each of them has name and I access to them by this name (not by IP). But now I cant. There is Unknown client name in DHCP Clients List for my debian hosts, and proper names for windows laptop and android tablet.
How can you help me?
P.S.
I have an ASA 5505 running 8.4 with its outside interface plugged into our internal network. I want to open up access to hosts on one of the vlans behind that ASA to hosts on our internal network. I was just starting to grasp NAT on our older PIX but the ASA 8.4 has me confused now.