ik heb een mini standaard scriptje gepakt wat hier op got stond voor het delen van de internet verbinding
ken het script gerunt ( chmod enzovoort )
maar hij geeft als foutmelding
ipchains : incompatible wirh rhis kernel
ipchains : protocol not availeble
ipchains : protocol not availeble
dit is het script
echo "1" /proc/sys/net/ipv4/ip_forward
ipchains -F
ipchains -P forward DENY
ipchains -A forward -j MASQ -s 192.168.0.0/24 -d 0.0.0.0/0
ken het script gerunt ( chmod enzovoort )
maar hij geeft als foutmelding
ipchains : incompatible wirh rhis kernel
ipchains : protocol not availeble
ipchains : protocol not availeble
dit is het script
echo "1" /proc/sys/net/ipv4/ip_forward
ipchains -F
ipchains -P forward DENY
ipchains -A forward -j MASQ -s 192.168.0.0/24 -d 0.0.0.0/0
what?