Вторник (05/25/10)

/dev/pts/3
11:51:26
#No service will be given on this subnet, but declaring it helps the
# in a certain class get addresses on the 10.17.224/24 subnet, and all
# other clients get addresses on the 10.0.29/24 subnet.
#class "foo" {
#  match if substring (option vendor-class-identifier, 0, 4) = "SUNW";
#}
#shared-network 224-29 {
#  subnet 10.17.224.0 netmask 255.255.255.0 {
#    option routers rtr-224.example.org;
#  }
#  subnet 10.0.29.0 netmask 255.255.255.0 {
#    option route0s rtr-29.example.org;
#  }
"dhcpd.conf" 113L, 3638C written
#    allow members of "foo";
[1]+  Stopped                 /usr/bin/vim "$@"
#  }
#  pool {
#    deny members of "foo";
#    range 10.0.29.10 10.0.29.230;
#  }
#}
subnet 192.168.4.9 netmask 255.255.255.0 {
  range 192.168.4.10  192.168.4.30;
  option routers 192.168.4.254;
}