This page has been translated from English

Articles Comments

Guatewireless.org " IP

How to find the network interface on Solaris 10

The world of Solaris is a little different to the world Linux user, but with a simple command we can easily see which NIC we installed on our Sun Solaris 10 Server: # kstat-c net | grep net name: dls_stat class: net name: e1000g0 class: net name: mac class: ... Read the full article »

Filed under: IP , OS

SSH: secure access with iptables

Prevent dictionary attacks on ssh There are several worms that attack the SSH server vulnerabilities using dictionaries. This should not be a problem if we have a good password policy, otherwise, there are other ways to secure our SSH service. The most obvious way to prevent access to the host, allowing connections from a small group of IP addresses using a firewall. If you currently are running a firewall you can add the following: Accept incoming SSH connections from trusted addresses. Discard all other connections. Using iptables firewall commands as follows: All connections from address 192.168.1.200 port 22 (SSH) deathbian: ~ # iptables-A INPUT-p tcp-m state - state NEW - source 192.168.1.200 - dport 22-j ACCEPT Deny SSH connections to other deathbian: ~ # iptables-A INPUT-p tcp ... Read the full article »

Filed


Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 34892809 bytes) in / home / guatewireless / site / wp-includes / pluggable.php on line 273