Otóż, tak wygląda plik interfaces:

Kod:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
dns-nameservers 194.204.159.1 194.204.152.34

# Secondary network interface
allow-hotplug eth1
iface eth1 inet static
        address 10.0.0.1
        netmask 255.255.255.0
        broadcast 10.0.0.255
Łączę sie tak:

internet--bramka Voip--serwer(debian-eth0 i eth1)--switch--komputery LAN

Problem zaczyna sie w momencie jak włączam kabel ethernetowy do etch1, bowiem w konsoli podczas restartu i uruchamiania systemu pokazuje sie komunikat po kilkadziesiąt razy:

Kod:
eth1: link up, 10Mbps , half-duplex, lpa 0x0000
eth1: link down
i tak w kółko, aż po 2 min pokazywania tego komunikatu włączy się system, lecz nie rozdziela łącza na komputery LAN.

MASQUERADE robiłem tak:
Kod:
iptables -t nat -A POSTROUTING -s 10.0.0.0/24 -j MASQUERADE
iptables -A FORWARD -s 10.0.0.0/24 -j ACCEPT
Proszę o pomoc,
pozdrawiam