Re: how define network with mask 8 for dhcp server?

2013-08-12 Thread Andreas Nilsson
On Mon, Aug 12, 2013 at 7:13 AM, sth...@nethelp.no wrote:

  you're right Olivier, but you know i have a user interface for dhcp and i
  should handle all the network and ranges which are inserted by user and
  logically are true. network with mask 8, logically is true and having
  million available ip address, too.
  i just wanna know if there is any solution to improve my performance or
 not.

 There is no solution with ISC DHCP. I doubt you'll find other suitable
 alternatives, but you're free to try of course.

 Steinar Haug, Nethelp consulting, sth...@nethelp.no


One thing to try is to have more range statements in the block, like:

subnet 192.0.0.0 netmask 255.0.0.0
{
range 192.0.0.1 192.127.255.255;
range 192.128.0.0 192.255.255.255;
}

Best regards
Andreas
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org


Re: how define network with mask 8 for dhcp server?

2013-08-12 Thread s m
thanks Andreas, but it can not help me. it uses all my RAM memory yet:(


On Mon, Aug 12, 2013 at 12:14 PM, Andreas Nilsson andrn...@gmail.comwrote:


 On Mon, Aug 12, 2013 at 7:13 AM, sth...@nethelp.no wrote:

  you're right Olivier, but you know i have a user interface for dhcp and
 i
  should handle all the network and ranges which are inserted by user and
  logically are true. network with mask 8, logically is true and having
  million available ip address, too.
  i just wanna know if there is any solution to improve my performance or
 not.

 There is no solution with ISC DHCP. I doubt you'll find other suitable
 alternatives, but you're free to try of course.

 Steinar Haug, Nethelp consulting, sth...@nethelp.no


 One thing to try is to have more range statements in the block, like:

 subnet 192.0.0.0 netmask 255.0.0.0
 {
 range 192.0.0.1 192.127.255.255;
 range 192.128.0.0 192.255.255.255;
 }

 Best regards
 Andreas

___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org


Re: how define network with mask 8 for dhcp server?

2013-08-12 Thread Andreas Nilsson
Well, thats another problem :) At least dhcpd doesn't crash and could
deliver the full range of a /8 network.

Best regards
Andreas


On Mon, Aug 12, 2013 at 11:00 AM, s m sam.gh1...@gmail.com wrote:

 thanks Andreas, but it can not help me. it uses all my RAM memory yet:(


 On Mon, Aug 12, 2013 at 12:14 PM, Andreas Nilsson andrn...@gmail.comwrote:


 On Mon, Aug 12, 2013 at 7:13 AM, sth...@nethelp.no wrote:

  you're right Olivier, but you know i have a user interface for dhcp
 and i
  should handle all the network and ranges which are inserted by user and
  logically are true. network with mask 8, logically is true and having
  million available ip address, too.
  i just wanna know if there is any solution to improve my performance
 or not.

 There is no solution with ISC DHCP. I doubt you'll find other suitable
 alternatives, but you're free to try of course.

 Steinar Haug, Nethelp consulting, sth...@nethelp.no


 One thing to try is to have more range statements in the block, like:

 subnet 192.0.0.0 netmask 255.0.0.0
 {
 range 192.0.0.1 192.127.255.255;
 range 192.128.0.0 192.255.255.255;
 }

 Best regards
 Andreas



___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org


Re: how define network with mask 8 for dhcp server?

2013-08-12 Thread s m
yup, absolutely right:)

is there any way to improve performance??? do you have any suggestion?


On Mon, Aug 12, 2013 at 1:38 PM, Andreas Nilsson andrn...@gmail.com wrote:

 Well, thats another problem :) At least dhcpd doesn't crash and could
 deliver the full range of a /8 network.

 Best regards
 Andreas



 On Mon, Aug 12, 2013 at 11:00 AM, s m sam.gh1...@gmail.com wrote:

 thanks Andreas, but it can not help me. it uses all my RAM memory yet:(


 On Mon, Aug 12, 2013 at 12:14 PM, Andreas Nilsson andrn...@gmail.comwrote:


 On Mon, Aug 12, 2013 at 7:13 AM, sth...@nethelp.no wrote:

  you're right Olivier, but you know i have a user interface for dhcp
 and i
  should handle all the network and ranges which are inserted by user
 and
  logically are true. network with mask 8, logically is true and having
  million available ip address, too.
  i just wanna know if there is any solution to improve my performance
 or not.

 There is no solution with ISC DHCP. I doubt you'll find other suitable
 alternatives, but you're free to try of course.

 Steinar Haug, Nethelp consulting, sth...@nethelp.no


 One thing to try is to have more range statements in the block, like:

 subnet 192.0.0.0 netmask 255.0.0.0
 {
 range 192.0.0.1 192.127.255.255;
 range 192.128.0.0 192.255.255.255;
 }

 Best regards
 Andreas




___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org


Re: how define network with mask 8 for dhcp server?

2013-08-12 Thread Olivier Nicole
Sam,

 is there any way to improve performance??? do you have any suggestion?

Unless it is on paper, do not even try to offer a /8 network, makes
subnets out of it and have as many DHCP servers as you need.

It is simply impossible to run a /8 network, so it make no sense
offering such a thing. Limit your scripts to what makes sense.

Best regards,

Olivier



 On Mon, Aug 12, 2013 at 1:38 PM, Andreas Nilsson andrn...@gmail.com wrote:

 Well, thats another problem :) At least dhcpd doesn't crash and could
 deliver the full range of a /8 network.

 Best regards
 Andreas



 On Mon, Aug 12, 2013 at 11:00 AM, s m sam.gh1...@gmail.com wrote:

 thanks Andreas, but it can not help me. it uses all my RAM memory yet:(


 On Mon, Aug 12, 2013 at 12:14 PM, Andreas Nilsson andrn...@gmail.comwrote:


 On Mon, Aug 12, 2013 at 7:13 AM, sth...@nethelp.no wrote:

  you're right Olivier, but you know i have a user interface for dhcp
 and i
  should handle all the network and ranges which are inserted by user
 and
  logically are true. network with mask 8, logically is true and having
  million available ip address, too.
  i just wanna know if there is any solution to improve my performance
 or not.

 There is no solution with ISC DHCP. I doubt you'll find other suitable
 alternatives, but you're free to try of course.

 Steinar Haug, Nethelp consulting, sth...@nethelp.no


 One thing to try is to have more range statements in the block, like:

 subnet 192.0.0.0 netmask 255.0.0.0
 {
 range 192.0.0.1 192.127.255.255;
 range 192.128.0.0 192.255.255.255;
 }

 Best regards
 Andreas




 ___
 freebsd-net@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-net
 To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org


Current problem reports assigned to freebsd-net@FreeBSD.org

2013-08-12 Thread FreeBSD bugmaster
Note: to view an individual PR, use:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.


S Tracker  Resp.  Description

o kern/181225  net[infiniband] [patch] unloading ipoib crashes the kerne
o kern/181135  net[netmap] [patch] sys/dev/netmap patch for Linux compat
o kern/181131  net[netmap] [patch] sys/dev/netmap memory allocation impr
o kern/181006  net[run] [patch] mbuf leak in run(4) driver
o kern/180893  net[if_ethersubr] [patch] Packets received with own LLADD
o kern/180844  net[panic] [re] Intermittent panic (re driver?)
o kern/180775  net[bxe] if_bxe driver broken with Broadcom BCM57711 card
o kern/180722  net[bluetooth] bluetooth takes 30-50 attempts to pair to 
s kern/180468  net[request] LOCAL_PEERCRED support for PF_INET
o kern/180065  net[netinet6] [patch] Multicast loopback to own host brok
o kern/179926  net[lacp] [patch] active aggregator selection bug
o kern/179824  net[ixgbe] System (9.1-p4) hangs on heavy ixgbe network t
o kern/179733  net[lagg] [patch] interface loses capabilities when proto
o kern/179429  net[tap] STP enabled tap bridge
o kern/179299  net[igb] Intel X540-T2 - unstable driver
a kern/179264  net[vimage] [pf] Core dump with Packet filter and VIMAGE 
o kern/178947  net[arp] arp rejecting not working
o kern/178782  net[ixgbe] 82599EB SFP does not work with passthrough und
o kern/178612  net[run] kernel panic due the problems with run driver
o kern/178472  net[ip6] [patch] make return code consistent with IPv4 co
o kern/178079  net[tcp] Switching TCP CC algorithm panics on sparc64 wit
s kern/178071  netFreeBSD unable to recongize Kontron (Industrial Comput
o kern/177905  net[xl] [panic] ifmedia_set when pluging CardBus LAN card
o kern/177618  net[bridge] Problem with bridge firewall with trunk ports
o kern/177417  net[ip6] Invalid protocol value in ipsec6_common_input_cb
o kern/177402  net[igb] [pf] problem with ethernet driver igb + pf / alt
o kern/177400  net[jme] JMC25x 1000baseT establishment issues
o kern/177366  net[ieee80211] negative malloc(9) statistics for 80211nod
f kern/177362  net[netinet] [patch] Wrong control used to return TOS
o kern/177194  net[netgraph] Unnamed netgraph nodes for vlan interfaces
o kern/177139  net[igb] igb drops ethernet ports 2 and 3
o kern/176884  net[re] re0 flapping up/down
o kern/176671  net[epair] MAC address for epair device not unique
o kern/176484  net[ipsec] [enc] [patch] panic: IPsec + enc(4); device na
o kern/176446  net[netinet] [patch] Concurrency in ixgbe driving out-of-
o kern/176420  net[kernel] [patch] incorrect errno for LOCAL_PEERCRED
o kern/176419  net[kernel] [patch] socketpair support for LOCAL_PEERCRED
o kern/176401  net[netgraph] page fault  in netgraph
o kern/176167  net[ipsec][lagg] using lagg and ipsec causes immediate pa
o kern/176097  net[lagg] [patch] lagg/lacp broken when aggregated interf
o kern/176027  net[em] [patch] flow control systcl consistency for em dr
o kern/176026  net[tcp] [patch] TCP wrappers caused quite a lot of warni
o bin/175974   netppp(8): logic issue
o kern/175864  net[re] Intel MB D510MO, onboard ethernet not working aft
o kern/175852  net[amd64] [patch] in_cksum_hdr() behaves differently on 
o kern/175734  netno ethernet detected on system with EG20T PCH chipset 
o kern/175267  net[pf] [tap] pf + tap keep state problem
o kern/175236  net[epair] [gif] epair and gif Devices On Bridge
o kern/175182  net[panic] kernel panic on RADIX_MPATH when deleting rout
o kern/175153  net[tcp] will there miss a FIN when do TSO?
o kern/174959  net[net] [patch] rnh_walktree_from visits spurious nodes
o kern/174958  net[net] [patch] rnh_walktree_from makes unreasonable ass
o kern/174897  net[route] Interface routes are broken
o kern/174851  net[bxe] [patch] UDP checksum offload is wrong in bxe dri
o kern/174850  net[bxe] [patch] bxe driver does not receive multicasts
o kern/174849  net[bxe] [patch] bxe driver can hang kernel when reset
o kern/174822  net[tcp] Page fault in tcp_discardcb under high traffic
o kern/174602  net[gif] [ipsec] traceroute issue on gif tunnel with ipse
o kern/174535  net[tcp] TCP fast retransmit feature works strange
o kern/173871  net[gif] process of 'ifconfig gif0 create hangs' when if_
o kern/173475  net[tun] tun(4) 

Re: kern/181236: [igb] igb driver unstable work

2013-08-12 Thread linimon
Old Synopsis: IGB driver unstable work
New Synopsis: [igb] igb driver unstable work

Responsible-Changed-From-To: freebsd-bugs-freebsd-net
Responsible-Changed-By: linimon
Responsible-Changed-When: Tue Aug 13 03:12:19 UTC 2013
Responsible-Changed-Why: 
Over to maintainer(s).

http://www.freebsd.org/cgi/query-pr.cgi?pr=181236
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org