Subject: inet6 problem and ipf.conf
To: None <current-users@netbsd.org>
From: Chan Yiu Wah <c5666305@hkstar.com>
List: current-users
Date: 01/09/2000 19:50:07
Hello,
I spent a couple of hours to work around with the problem of bad host inet6
(appeared at system boot up) and I got no solution about it. I only found
out that the problem is with the lines contains inet6 in the ipf.conf. I
tried to put it in the netstart.lccal which the system go into single user
mode. Can anyone help to solve the probelm ? Thanks.
Clarence
======= segment of ipf.conf =======
# route add inet6 fe80::200:b4ff:fe55:bb5f@ne0 prefixlen 64 scopeid 0x1 localhost 0
block out from any to inet6 fe80::200:b4ff:fe55:bb5f@ppp0 -> :: prefixlen 64 scopeid 0x3/32 group 150
block in from inet6 fe80::200:b4ff:fe55:bb5f@ppp0 -> :: prefixlen 64 scopeid 0x3/32 to any group 100
block in from inet6 fe80::200:b4ff:fe55:bb5f@ne0 prefixlen 64 scopeid 0x1/0xffffff00 to any group 100
block out from any to inet6 fe80::200:b4ff:fe55:bb5f@ne0 prefixlen 64 scopeid 0x1/32 group 250
block in from inet6 fe80::200:b4ff:fe55:bb5f@ne0 prefixlen 64 scopeid 0x1/32 to any group 200
block in from inet6 fe80::200:b4ff:fe55:bb5f@ppp0 -> :: prefixlen 64 scopeid 0x3/0xffffff00 to any group 200
======= segment of ipf.conf =======