Koozali.org: home of the SME Server

How to secure local network?

adolfas

How to secure local network?
« on: July 28, 2005, 01:05:17 PM »
Hi,
I tryed to secure local network, bet did not get what I expected. I know there has been a lot of discusion about that, but what I want to say few things.

I found program on internet Cain & Abel (www.oxid.it), with it I can connect to local network and have all passwords.

First, I tried to make static ARP table. Here's what I done:

# arp -an
got my gateway IP and MAC

# arp -s < gw_ip_address > < gw_mac_address >
bounded my IP and MAC to my gateway, so noone could pretend to be gateway

# sysctl -a |grep eth0.arp
looked up at sysctl -w net.ipv4.conf.eth1.arp_filter value
sysctl -w net.ipv4.conf.eth1.arp_filter=0

# sysctl -w net.ipv4.conf.eth0.arp_filter=1
changed it to 1

One guy was using
# sysctl -w net.ipv4.conf.eth0.arp_ignore=1
but I got error on that
error: 'net.ipv4.conf.eth0.arp_ignore' is an unknown key

Anyway it seems didnt work for me, I still can get other computer passwords

Than I tryed to install secure mail. I followed all howto, but still I can see passwords.

Did I miss something? Thanks and sorry for my English . :-)

Offline raem

  • *
  • 3,972
  • +4/-0
Re: How to secure local network?
« Reply #1 on: July 29, 2005, 01:22:24 AM »
adolfas

> I tryed to secure local network...
>...I still can get other computer passwords
>...Than I tryed to install secure mail.
>...I followed all howto, but still I can see passwords.

What are you actually trying to do ?
...