|
From: Konrad K. <kku...@po...> - 2003-08-25 19:44:44
|
Hello everybody, To make all clear; I am newbee in shorewall, but... I've tried to connect two computers by Mandrake Connection Sharing facili= ty.=20 (Mandrake 9.1). Briefly, the problem is that after all that auto-configuration activities= the=20 network is completely down, just because shorewall.=20 The result of calling `shorewall debug start` by hand is available at the= end=20 of the message. (several lines from the end of the printout). my network configuration is:=20 DEVICE=3Deth0 BOOTPROTO=3Ddhcp NETMASK=3D255.255.255.0 ONBOOT=3Dyes MII_NOT_SUPPORTED=3Dyes NEEDHOSTNAME=3Dyes DEVICE=3Deth1 BOOTPROTO=3Dstatic IPADDR=3D192.168.200.13 NETMASK=3D255.255.255.0 NETWORK=3D192.168.200.0 BROADCAST=3D192.168.200.255 ONBOOT=3Dyes Does anybody have an idea what is wrong? --=20 Best regards, Konrad Ku=B3akowski Mob: +48607614372 Prv: kku...@po... Edu: kk...@ag... ------------------------- `shorewall debug start` -----------------------= --- .... + chain=3Deth0_masq + iface=3D + source=3D192.168.200.0/255.255.255.0 + '[' -n '' -a -n '' ']' + destination=3D0.0.0.0/0 + '[' -n '' ']' + destnet=3D-d 0.0.0.0/0 + '[' -n 192.168.200.0/255.255.255.0 ']' + '[' -n '' ']' + addnatrule eth0_masq -s 192.168.200.0/255.255.255.0 -d 0.0.0.0/0 -j=20 MASQUERADE + ensurenatchain eth0_masq + havenatchain eth0_masq + eval test '"$eth0_masq_nat_exists"' =3D Yes ++ test '' =3D Yes + createnatchain eth0_masq + run_iptables -t nat -N eth0_masq + iptables -t nat -N eth0_masq + eval eth0_masq_nat_exists=3DYes ++ eth0_masq_nat_exists=3DYes + run_iptables2 -t nat -A eth0_masq -s 192.168.200.0/255.255.255.0 -d=20 0.0.0.0/0 -j MASQUERADE + '[' 'x-t nat -A eth0_masq -s 192.168.200.0/255.255.255.0 -d 0.0.0.0/0 -= j=20 MASQUERADE' =3D 'x-t nat -A eth0_masq -s 192.168.200.0/255.255.255.0 -d=20 0.0.0.0/0 -j MASQUERADE' ']' + run_iptables -t nat -A eth0_masq -s 192.168.200.0/255.255.255.0 -d 0.0.= 0.0/0=20 -j MASQUERADE + iptables -t nat -A eth0_masq -s 192.168.200.0/255.255.255.0 -d 0.0.0.0/= 0 -j=20 MASQUERADE iptables: No chain/target/match by that name + '[' -z '' ']' + stop_firewall + set +x Processing /etc/shorewall/stop ... Processing /etc/shorewall/stopped ... Terminated |