I did manage to install dachstein (pr2)...cool.  I understand that it is still in the works but here are some of problems(maybe.. my case only) I encountered:  
"make a copy op the lrp bootdisk" option is broken.  It reads the boot disk, but then it never asks for the
for the destination disk, just goback straight to the lrp menu. 
I also got a lot of floppy sector problem when backing-up, I've added sshd.lrp from stock dachstein.
 
One more question for newbie like me, what do this denied packet really means?  
=====
Sep 21 21:50:42 firewall kernel: Packet log: input DENY eth0 PROTO=2
192.168.100.1:65535 224.0.0.1:65535 L=28 S=0xC0 I=0 F=0x0000 T=1 (#10)
...
 
I know they are blocked from this 3rd rule and could be commented out:
======
        # RFC 1918/1627/1597 blocks
        $IPCH -A $LIST -j DENY -p all  -s 10.0.0.0/8 -d 0/0 -l $*
        $IPCH -A $LIST -j DENY -p all  -s 172.16.0.0/12 -d 0/0 -l $*
        $IPCH -A $LIST -j DENY -p all  -s 192.168.0.0/16 -d 0/0 -l $*
....
Why is eth0 sends this packet?
 
 
Thanks,
Gerry

Reply via email to