> 192.168.220.0 /120 192.168.220.0 4i ifc 1
> 192.168.220.0 /128 192.168.220.0 4b ifc -
> 192.168.220.128 /128 192.168.220.128 4u ifc 1
> 192.168.220.255 /128 192.168.220.255 4b ifc -
from this it looks like you have an address of /120
(or /24 in ip4 style) so you probablly want an ipnet
entry and a host entry, as in
ipnet=mynet ip=192.168.220.0 ipmask=/120
fs=my-fs-name
gw=my-gateway-name
auth=my-auth-name
dns=192.168.220.2
dnsdomain=my-dns-domain
ipgw=192.168.220.2
ip=192.168.220.128 sys=myhost
dom=myhost.mydom
there may be some other bits i'm forgetting.
- erik