<?xml version="1.0" encoding="iso-8859-9" ?>
<rss version="2.0">
<channel>
<title>EnderUnix Sysctl</title>
<link>http://sysctl.enderunix.org/</link>
<description>EnderUnix Sysctl Sitesi</description>
<language>tr</language>
<pubDate>Fri, 16 May 2008 01:21:33 +0300</pubDate>
<webMaster>EnderUNIX Free Software Development Team</webMaster>
<item>
<title>Enable non-privileged users to mount filesystems</title>
<link>http://sysctl.enderunix.org/view.php?id=258 </link>
<description># sysctl vfs.usermount=1

This command enables non-privileged users to mount filesystems.</description>
<pubDate>2008-04-07 10:42:50</pubDate>
</item>
<item>
<title>Normal Kullanicilara mount Izni Vermek</title>
<link>http://sysctl.enderunix.org/view.php?id=257 </link>
<description># sysctl vfs.usermount=1

komutu ile root hakki olmayan kullanicilarin dosya sistemi mount etmesine izin verilir.</description>
<pubDate>2008-04-07 10:41:08</pubDate>
</item>
<item>
<title>net.inet.ip.ttl</title>
<link>http://sysctl.enderunix.org/view.php?id=252 </link>
<description>The default is the value of the system\#039;s net.inet.ip.ttl MIB variable, which defaults to 64.

OpenBSD man 8 traceroute</description>
<pubDate>2007-12-18 09:17:40</pubDate>
</item>
<item>
<title>check your maximum filedescriptors</title>
<link>http://sysctl.enderunix.org/view.php?id=245 </link>
<description>You can check your maximum filedescriptors as follow below

# sysctl -a |  grep #039;kern.maxfile#039;

You can increase  them  as follow below

# sysctl -w kern.maxfiles=XXXX
# sysctl -w kern.maxfilesperproc=XXXX
</description>
<pubDate>2007-06-16 00:26:15</pubDate>
</item>
<item>
<title>Maksimum dosyatanimlayici sayisini ouml;eth;renmek</title>
<link>http://sysctl.enderunix.org/view.php?id=244 </link>
<description>Maksimum dosyatanimlayici sayisini ogrenebilmek icin

# sysctl -a |  grep #039;kern.maxfile#039;

Dosyatanimlayici sayisini artirmak icin ise

# sysctl -w kern.maxfiles=XXXX
# sysctl -w kern.maxfilesperproc=XXXX

</description>
<pubDate>2007-06-16 00:25:22</pubDate>
</item>
<item>
<title>net.ipv4.igmp_max_memberships</title>
<link>http://sysctl.enderunix.org/view.php?id=238 </link>
<description>Host üzerinde dinlenebilecek maximum igmp socket sayısı (multicast  grubuna dahil olacak hostların sayısı da denebilir)</description>
<pubDate>2007-01-30 16:18:52</pubDate>
</item>
<item>
<title>net.ipv4.igmp_max_memberships</title>
<link>http://sysctl.enderunix.org/view.php?id=237 </link>
<description>Maximum number of listening igmp (multicast) sockets on the host</description>
<pubDate>2007-01-30 16:08:37</pubDate>
</item>
<item>
<title>kern.ipc.msgtql</title>
<link>http://sysctl.enderunix.org/view.php?id=235 </link>
<description>Maximum number of messages in the system</description>
<pubDate>2007-01-17 02:06:26</pubDate>
</item>
<item>
<title>kern.ipc.msgmax</title>
<link>http://sysctl.enderunix.org/view.php?id=234 </link>
<description>Maximum message size within the system</description>
<pubDate>2007-01-17 02:05:30</pubDate>
</item>
<item>
<title>kern.ipc.msgmni</title>
<link>http://sysctl.enderunix.org/view.php?id=233 </link>
<description>Number of message queue identifiers present in the system</description>
<pubDate>2007-01-17 02:04:26</pubDate>
</item>
<item>
<title>kern.ipc.msgmnb</title>
<link>http://sysctl.enderunix.org/view.php?id=232 </link>
<description>Maximum number of bytes in a queue</description>
<pubDate>2007-01-16 23:46:14</pubDate>
</item>
<item>
<title>kern.ipc.msgseg</title>
<link>http://sysctl.enderunix.org/view.php?id=231 </link>
<description>Number of message segments within a particular message queue.</description>
<pubDate>2007-01-16 23:37:23</pubDate>
</item>
<item>
<title>hw.ata.wc</title>
<link>http://sysctl.enderunix.org/view.php?id=230 </link>
<description>hw.ata.wc değri 1 yapılarak ATA disklerde yazılacak bilgilerin öncelikle önbellekte saklanması sağlanır. Ancak bu durumda sistemin aniden kapanması sonucu kaybedilecek canlı veri miktarı daha fazla olacaktır.</description>
<pubDate>2006-12-13 22:01:38</pubDate>
</item>
<item>
<title>net.bpf.maxbufsize</title>
<link>http://sysctl.enderunix.org/view.php?id=223 </link>
<description>
Specifies the upper limit which can be set for net.bpf.bufsize.

See also:
http://sysctl.enderunix.org/view.php?id=222amp;lang=en

Default value: 524288</description>
<pubDate>2006-11-02 21:42:22</pubDate>
</item>
<item>
<title>net.bpf.bufsize</title>
<link>http://sysctl.enderunix.org/view.php?id=222 </link>
<description>Berkeley Packet Filter (BPF), maintains an internal kernel buffer for storing packets received off the wire. This knob controls the size (in bytes) of that buffer. 

Default value: 4096 bytes.

Please be noted that, there is an upper limit set by another BPF sysctl (net.bpf.maxbufsize). If you need much larger buffer space, you need to increase that one also.
</description>
<pubDate>2006-11-02 21:22:20</pubDate>
</item>
<item>
<title>net.inet.tcp.sendspace</title>
<link>http://sysctl.enderunix.org/view.php?id=159 </link>
<description>TCP protokolünde paket gönderimini kapsayan
basit ince bir detay;

 # sysctl net.inet.tcp.sendspace=65536

 (Default seçenekler de bu değer 32768dir.)

  Yapılan değişikliği kontrol etmek için

 # sysctl -a | grep sendspace

komutunu kullanabilirsiniz.Eğer sistemimiz her 
açılışta bu değerle başlamasını istiyorsak 
önümüzde 2 değişik seçenek var.

1. Sysctl.conf dosyasına ekleyebil</description>
<pubDate>2006-01-03 17:03:07</pubDate>
</item>
<item>
<title>hw.clockrate</title>
<link>http://sysctl.enderunix.org/view.php?id=142 </link>
<description>determine the cpu frequency</description>
<pubDate>2005-12-01 15:45:01</pubDate>
</item>
<item>
<title>net.inet.tcp.rexmit_min</title>
<link>http://sysctl.enderunix.org/view.php?id=141 </link>
<description>Minimum Retransmission Timeout

root@siseci[~]# sysctl net.inet.tcp.rexmit_min
net.inet.tcp.rexmit_min: 30
</description>
<pubDate>2005-11-30 08:47:46</pubDate>
</item>
<item>
<title>net.inet.tcp.msl</title>
<link>http://sysctl.enderunix.org/view.php?id=140 </link>
<description>Maximum segment lifetime

root@siseci[~]# sysctl net.inet.tcp.msl
net.inet.tcp.msl: 30000
</description>
<pubDate>2005-11-30 08:47:07</pubDate>
</item>
<item>
<title>net.inet.tcp.delayed_ack</title>
<link>http://sysctl.enderunix.org/view.php?id=139 </link>
<description>Delay ACK to try and piggyback it onto a data packet

root@siseci[~]# sysctl net.inet.tcp.delayed_ack
net.inet.tcp.delayed_ack: 1
</description>
<pubDate>2005-11-30 08:44:17</pubDate>
</item>
<item>
<title>net.inet.tcp.delacktime</title>
<link>http://sysctl.enderunix.org/view.php?id=138 </link>
<description>Time before a delayed ACK is sent

root@siseci[~]# sysctl net.inet.tcp.delacktime
net.inet.tcp.delacktime: 100
</description>
<pubDate>2005-11-30 08:43:17</pubDate>
</item>
<item>
<title>net.inet.tcp.stats</title>
<link>http://sysctl.enderunix.org/view.php?id=137 </link>
<description>TCP statistics (struct tcpstat, netinet/tcp_var.h)
</description>
<pubDate>2005-11-30 08:41:01</pubDate>
</item>
<item>
<title>net.inet.tcp.mssdflt</title>
<link>http://sysctl.enderunix.org/view.php?id=136 </link>
<description>Default TCP Maximum Segment Size</description>
<pubDate>2005-11-30 08:40:40</pubDate>
</item>
<item>
<title>net.inet.tcp.rfc1644</title>
<link>http://sysctl.enderunix.org/view.php?id=135 </link>
<description>Enable rfc1644 (TTCP) extensions

http://rfc.net/rfc1644.html</description>
<pubDate>2005-11-30 08:40:18</pubDate>
</item>
<item>
<title>vfs.generic.usermount</title>
<link>http://sysctl.enderunix.org/view.php?id=133 </link>
<description>In NetBSD, a file system can only be mounted by an ordinary user who owns the point node and has access to the special device (at least read permissions). In addition, the vfs.generic.usermount sysctl must be set to 1 to permit file system mounting by ordinary users.

mount(8)</description>
<pubDate>2005-11-24 23:15:45</pubDate>
</item>
<item>
<title>net.inet.tcp.mss_ifmtu</title>
<link>http://sysctl.enderunix.org/view.php?id=132 </link>
<description>Some systems behind misconfigured firewalls try to use Path-MTU-Discovery, while their firewall blocks all ICMP messages. This is an illegal, but not uncommon, setup. Typically you will have no chance to fix this (remote, outside of your control) setup. And sometimes you will have to use such remote systems (to download data from them, or to do your online banking).

Without special care systems</description>
<pubDate>2005-11-24 21:20:20</pubDate>
</item>
<item>
<title>hw.ncpu</title>
<link>http://sysctl.enderunix.org/view.php?id=131 </link>
<description>
Sistemdeki islemci sayisini gosterir.

root@siseci# sysctl hw.ncpu
hw.ncpu: 4
</description>
<pubDate>2005-11-16 10:36:17</pubDate>
</item>
<item>
<title>net.inet.tcp.sendspace</title>
<link>http://sysctl.enderunix.org/view.php?id=118 </link>
<description>TCP Send window size.</description>
<pubDate>2005-10-14 14:35:10</pubDate>
</item>
<item>
<title>net.inet.tcp.recvspace</title>
<link>http://sysctl.enderunix.org/view.php?id=117 </link>
<description>TCP receive window size.</description>
<pubDate>2005-10-14 14:26:57</pubDate>
</item>
<item>
<title>net.inet.ip.sourceroute</title>
<link>http://sysctl.enderunix.org/view.php?id=115 </link>
<description>To disable IP source routing set 
net.inet.ip.sourceroute
and
net.inet.ip.accept_sourceroute
to 0.

</description>
<pubDate>2005-10-14 14:22:25</pubDate>
</item>
<item>
<title>net.inet.icmp.masqrepl</title>
<link>http://sysctl.enderunix.org/view.php?id=113 </link>
<description>Disable ICMP router solicitations and advertisements, and ICMP subnet mask requests and replies.</description>
<pubDate>2005-10-14 14:18:14</pubDate>
</item>
<item>
<title>net.link.ether.inet.max_age</title>
<link>http://sysctl.enderunix.org/view.php?id=112 </link>
<description>ARP onbelleginin temizlenme suresidir.
Ontanimli degeri 1200 dur.
</description>
<pubDate>2005-10-14 14:14:45</pubDate>
</item>
<item>
<title>kern.ident</title>
<link>http://sysctl.enderunix.org/view.php?id=111 </link>
<description>
Kernel configurasyon dosyasinda gecen ident satiridir.

ident             GENERIC

Satiri degistirilerek degistirilebilir.</description>
<pubDate>2005-10-14 09:54:41</pubDate>
</item>
<item>
<title>kern.securelevel</title>
<link>http://sysctl.enderunix.org/view.php?id=109 </link>
<description>A MIB to set system security level.
The kernel runs with five different levels of security.  Any super-user
     process can raise the security level, but no process can lower it.  The
     security levels are:

     -1    Permanently insecure mode - always run the system in level 0 mode.
	   This is the default initial value.

     0	   Insecure mode - immutable and append-only flags may </description>
<pubDate>2005-08-23 14:45:17</pubDate>
</item>
<item>
<title>kern.logsigexit</title>
<link>http://sysctl.enderunix.org/view.php?id=108 </link>
<description>Log processes quitting on abnormal signals (e.g. sig 11) to syslog(3)
</description>
<pubDate>2005-08-23 13:47:08</pubDate>
</item>
<item>
<title>kern.fast_vfork</title>
<link>http://sysctl.enderunix.org/view.php?id=107 </link>
<description>Enable fast vfork() by using RFMEM to share address space instead of copying it</description>
<pubDate>2005-08-23 13:36:38</pubDate>
</item>
<item>
<title>net.inet.udp.log_in_vai</title>
<link>http://sysctl.enderunix.org/view.php?id=106 </link>
<description>Enables logging of attempted connections to ports which do not have a server running. The dmesg will display the attempt and it it will be logged to /var/log/messages.

For all udp datagrams, to ports on which there is no socket listening, log the connection attempt. 

There is also a net.inet.tcp.log_in_vain.</description>
<pubDate>2005-07-23 23:50:05</pubDate>
</item>
<item>
<title>net.inet.tcp.inflight</title>
<link>http://sysctl.enderunix.org/view.php?id=105 </link>
<description>[inflight.enable]
-
Enable TCP bandwidth-delay product limiting.  An
                   attempt will be made to calculate the bandwidth-delay
                   product for each individual TCP connection, and limit
                   the amount of inflight data being transmitted, to
                   avoid building up unnecessary packets in the network.
                   This option is re</description>
<pubDate>2005-07-23 23:44:07</pubDate>
</item>
<item>
<title>net.inet.tcp.syncache</title>
<link>http://sysctl.enderunix.org/view.php?id=104 </link>
<description>The syncache implements a number of variables in the
net.inet.tcp.syncache branch of the sysctl(3) MIB.  Several of these may be tuned by setting the corresponding variable in the loader(8).

[hashsize] - Size of the syncache hash table, must be a power of 2.
             Read-only, tunable via loader(8).

[bucketlimit] - Limit on the number of entries permitted in each bucket of the hash ta</description>
<pubDate>2005-07-23 23:36:27</pubDate>
</item>
<item>
<title>net.inet.tcp.syncookies</title>
<link>http://sysctl.enderunix.org/view.php?id=103 </link>
<description>Determines whether or not SYN cookies should be generated for outbound SYN-ACK packets.  SYN cookies are a great help during SYN flood attacks, and are enabled by default.  (See syncookies(4).)
</description>
<pubDate>2005-07-23 23:31:20</pubDate>
</item>
<item>
<title>net.inet.tcp.do_tcpdrain</title>
<link>http://sysctl.enderunix.org/view.php?id=102 </link>
<description>Flush packets in the TCP reassembly queue if the system is low on mbufs.
</description>
<pubDate>2005-07-23 23:29:33</pubDate>
</item>
<item>
<title>net.inet.tcp.always_keepalive</title>
<link>http://sysctl.enderunix.org/view.php?id=101 </link>
<description>Assume that SO_KEEPALIVE is set on all TCP connections, the kernel will periodically send a packet to the remote host to verify the connection is still up.
</description>
<pubDate>2005-07-23 23:28:18</pubDate>
</item>
<item>
<title>net.inet.tcp.keepinit</title>
<link>http://sysctl.enderunix.org/view.php?id=100 </link>
<description>Timeout, in milliseconds, for new, non-established TCP connections.
</description>
<pubDate>2005-07-23 23:27:14</pubDate>
</item>
<item>
<title>net.inet.tcp.keepintvl</title>
<link>http://sysctl.enderunix.org/view.php?id=99 </link>
<description>The interval, in milliseconds, between keepalive probes sent to remote machines.  After TCPTV_KEEPCNT (default 8) probes are sent, with no response, the (tcp)connection is dropped.</description>
<pubDate>2005-07-23 23:26:09</pubDate>
</item>
<item>
<title>net.inet.tcp.keepidle</title>
<link>http://sysctl.enderunix.org/view.php?id=98 </link>
<description>Amount of time, in milliseconds, that the (tcp) connection must be idle before keepalive probes (if enabled) are sent.
</description>
<pubDate>2005-07-23 23:24:54</pubDate>
</item>
<item>
<title>kern.random.sys.harvest.interrupt</title>
<link>http://sysctl.enderunix.org/view.php?id=97 </link>
<description>The kern.random.sys.harvest.interrupt variable is used to select hardware interrupts as an entropy source.  A 0 (zero) value means interrupts are not considered as an entropy source.  Set the variable to 1 (one) if you wish to use them for entropy harvesting.  All interrupt harvesting is setup by the individual device drivers.
</description>
<pubDate>2005-07-23 23:21:43</pubDate>
</item>
<item>
<title>kern.random.sys.harvest.point_to_point</title>
<link>http://sysctl.enderunix.org/view.php?id=96 </link>
<description>The kern.random.sys.harvest.point_to_point variable is used to select serial line traffic as an entropy source.  (Serial line traffic includes PPP, SLIP and all tun0 traffic.)  A 0 (zero) value means such traffic is not considered as an entropy source.  Set the variable to 1 (one) if you wish to use it for entropy harvesting.</description>
<pubDate>2005-07-23 23:20:53</pubDate>
</item>
<item>
<title>kern.random.sys.harvest.ethernet</title>
<link>http://sysctl.enderunix.org/view.php?id=95 </link>
<description>The kern.random.sys.harvest.ethernet variable is used to select LAN traffic as an entropy source.  A 0 (zero) value means that LAN traffic is not considered as an entropy source.  Set the variable to 1 (one) if you wish to use LAN traffic for entropy harvesting.</description>
<pubDate>2005-07-23 23:19:34</pubDate>
</item>
<item>
<title>kern.random.sys.burst</title>
<link>http://sysctl.enderunix.org/view.php?id=94 </link>
<description>The kern.random.sys.burst variable instructs the kernel thread that processes the harvest queue to tsleep(9) briefly after that many events have been processed.  This helps prevent the random device from being so compute-bound that it takes over all processing ability.  A value of 0 (zero) is treated as infinity, and will only allow the kernel to pause if the queue is empty.  Only values in the ra</description>
<pubDate>2005-07-23 23:18:42</pubDate>
</item>
<item>
<title>kern.random.sys.seeded</title>
<link>http://sysctl.enderunix.org/view.php?id=93 </link>
<description>The kern.random.sys.seeded variable indicates whether or not the random device is in an acceptably secure state as a result of reseeding.  If set to 0, the device will block (on read) until the next reseed (which can be from an explicit write, or as a result of entropy harvesting).  A reseed will set the value to 1 (non-blocking).</description>
<pubDate>2005-07-23 23:17:31</pubDate>
</item>
<item>
<title>net.inet.udp.blackhole</title>
<link>http://sysctl.enderunix.org/view.php?id=92 </link>
<description>From the blackhole(4) manual page:

The blackhole sysctl(8) MIB is used to control
system behaviour when connection requests are
received on TCP or UDP ports where there is no
socket listening.

Normal behaviour, when a TCP SYN segment is
received on a port where there is no socket
accepting connections, is for the system to
return a RST segment, and drop the connection.
The connecting </description>
<pubDate>2005-07-23 23:13:58</pubDate>
</item>
<item>
<title>kern.domainname</title>
<link>http://sysctl.enderunix.org/view.php?id=91 </link>
<description>current domainname of the operating system (domainname)</description>
<pubDate>2005-07-23 23:11:04</pubDate>
</item>
<item>
<title>kern.hostname</title>
<link>http://sysctl.enderunix.org/view.php?id=90 </link>
<description>current hostname of the operating system (hostname -s)</description>
<pubDate>2005-07-23 23:10:03</pubDate>
</item>
<item>
<title>kern.osrelease</title>
<link>http://sysctl.enderunix.org/view.php?id=89 </link>
<description>current release level of the operating system (uname -r)</description>
<pubDate>2005-07-23 23:06:31</pubDate>
</item>
<item>
<title>vm.stats</title>
<link>http://sysctl.enderunix.org/view.php?id=88 </link>
<description>sysctl vm.stats will show you all the memory info you need in the vm system, as in: pageable memory. Its shown in number of pages (usually 4K: vm.stats.vm.v_page_size).

</description>
<pubDate>2005-07-20 14:02:55</pubDate>
</item>
<item>
<title>hw.physmem</title>
<link>http://sysctl.enderunix.org/view.php?id=87 </link>
<description>Bilgisayarinizin fiziksel ramini byte cinsinden gosterir

Örnegin;

# sysctl hw.physmem
hw.physmem: 263688192


</description>
<pubDate>2005-07-20 12:06:40</pubDate>
</item>
<item>
<title>Ses kartlarında çoklu sanal kanal açmak</title>
<link>http://sysctl.enderunix.org/view.php?id=86 </link>
<description>Gelişmiş tüm ses kartlarında bulunan çoklu sanal kanal özelliğini freebsd altında kullanmak için;
sysctl hw.snd.maxautovchans=4 
komutunu vermeniz yeterli. 
Bu sayede aynı anda birden fazla ses kaynağını dinleyebilirsiniz.</description>
<pubDate>2005-07-06 15:31:25</pubDate>
</item>
<item>
<title> vfs.vmiodirenable</title>
<link>http://sysctl.enderunix.org/view.php?id=85 </link>
<description>This ysctl variable may be set to either 0 (off) or 1 (on); it is 1 by default.
This variable controls how directories are cached by the system.
It improves performance on servers with lots of i/o  files such as mail servers, web caches and databases.

Ref: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/book.html#AEN16786
</description>
<pubDate>2005-07-04 15:42:26</pubDate>
</item>
<item>
<title>hw.ata.wc</title>
<link>http://sysctl.enderunix.org/view.php?id=84 </link>
<description>
hw.ata.wc: (0/1) enable(1) / disable (0) ATA disk write caching.</description>
<pubDate>2005-07-04 15:37:42</pubDate>
</item>
<item>
<title>hw.model</title>
<link>http://sysctl.enderunix.org/view.php?id=83 </link>
<description>hw.model: specific machine model

hw.model: Intel(R) Pentium(R) 4 CPU 1.80GHz
</description>
<pubDate>2005-07-04 15:25:22</pubDate>
</item>
<item>
<title>hw.pagesize</title>
<link>http://sysctl.enderunix.org/view.php?id=82 </link>
<description>hw.pagesize: System memory page size.
</description>
<pubDate>2005-07-04 15:24:11</pubDate>
</item>
<item>
<title>hw.ncpu</title>
<link>http://sysctl.enderunix.org/view.php?id=81 </link>
<description>
hw.ncpu:number of cpus
</description>
<pubDate>2005-07-04 15:17:11</pubDate>
</item>
<item>
<title>hw.physmem</title>
<link>http://sysctl.enderunix.org/view.php?id=80 </link>
<description>hw.physmem is a physical memory size in bytes.

hw.physmem: 782921728
</description>
<pubDate>2005-07-04 15:14:29</pubDate>
</item>
<item>
<title>dev.cpu.0.freq_levels</title>
<link>http://sysctl.enderunix.org/view.php?id=79 </link>
<description>displays supported cpu states for your cpu (for processors that support this)

to set a desired frequency, use 
dev.cpu.0.freq=x</description>
<pubDate>2005-06-10 00:44:03</pubDate>
</item>
<item>
<title>net.inet.tcp.rfc1323</title>
<link>http://sysctl.enderunix.org/view.php?id=78 </link>
<description>net.inet.tcp.rfc1323: Enable rfc1323 (high performance TCP) extensions.

http://rfc.net/rfc1323.html</description>
<pubDate>2005-06-09 16:02:12</pubDate>
</item>
<item>
<title>net.inet.ip.check_interface</title>
<link>http://sysctl.enderunix.org/view.php?id=77 </link>
<description>inet.ip.check_interface: Verify packet arrives on correct interface

ip_checkinterface currently must be disabled if you use ipnat 150 to translate the destination address to another local interface.

Also it must be disabled if you add IP aliases to the loopback interface instead of the interface where the packets for those addresses are received.
</description>
<pubDate>2005-06-09 15:57:31</pubDate>
</item>
<item>
<title>kern.rootdev</title>
<link>http://sysctl.enderunix.org/view.php?id=76 </link>
<description>

kern.rootdev: root device of the system.

# sysctl kern.rootdev
kern.rootdev: da0s1a
</description>
<pubDate>2005-06-09 13:06:43</pubDate>
</item>
<item>
<title>kern.openfiles - 2</title>
<link>http://sysctl.enderunix.org/view.php?id=75 </link>
<description>

kern.openfiles: System-wide number of open files.

</description>
<pubDate>2005-06-09 13:01:03</pubDate>
</item>
<item>
<title>kern.disks</title>
<link>http://sysctl.enderunix.org/view.php?id=74 </link>
<description>kern.disks gets a list of all disks in the system.

Output:
# sysctl kern.disks
kern.disks: ad0 md0
</description>
<pubDate>2005-06-09 12:58:13</pubDate>
</item>
<item>
<title>net.inet.icmp.icmplim_output</title>
<link>http://sysctl.enderunix.org/view.php?id=73 </link>
<description>net.inet.icmp.icmplim_output: If (0) you do not want to see messages about this in your log files, but you still want the kernel to do response limiting.

</description>
<pubDate>2005-06-06 17:50:09</pubDate>
</item>
<item>
<title>net.inet.icmp.icmplim</title>
<link>http://sysctl.enderunix.org/view.php?id=72 </link>
<description>
net.inet.icmp.icmplim: the maximum number of ICMP Unreachable and also TCP RST packets that will be sent back every second.</description>
<pubDate>2005-06-06 17:48:02</pubDate>
</item>
<item>
<title>vfs.ufs</title>
<link>http://sysctl.enderunix.org/view.php?id=71 </link>
<description>
vfs.ufs.dirhash_minsize: minimum directory size in bytes for which to use hashed lookup

vfs.ufs.dirhash_maxmem: maximum allowed dirhash memory usage

vfs.ufs.dirhash_mem:current dirhash memory usage

vfs.ufs.dirhash_docheck:enable extra sanity tests
</description>
<pubDate>2005-06-06 17:29:19</pubDate>
</item>
<item>
<title>kern.nodump_coredump</title>
<link>http://sysctl.enderunix.org/view.php?id=70 </link>
<description>kern.nodump_coredump:Enable setting the NODUMP flag on coredump files

Default value:
kern.nodump_coredump: 0
</description>
<pubDate>2005-06-06 16:58:35</pubDate>
</item>
<item>
<title>kern.coredump</title>
<link>http://sysctl.enderunix.org/view.php?id=69 </link>
<description>
kern.coredump:Enable/Disable coredumps

Default value:
kern.coredump: 1
</description>
<pubDate>2005-06-06 16:57:12</pubDate>
</item>
<item>
<title>kern.sugid_coredump</title>
<link>http://sysctl.enderunix.org/view.php?id=68 </link>
<description>
kern.sugid_coredump: Enable coredumping set user/group ID processes

Default value:
kern.sugid_coredump: 0
</description>
<pubDate>2005-06-06 16:55:59</pubDate>
</item>
<item>
<title>kern.corefile</title>
<link>http://sysctl.enderunix.org/view.php?id=67 </link>
<description>kern.corefile: core file name format string.
Default value:
kern.corefile: %N.core</description>
<pubDate>2005-06-06 16:54:09</pubDate>
</item>
<item>
<title>kern.smp</title>
<link>http://sysctl.enderunix.org/view.php?id=66 </link>
<description>kern.smp.maxcpus: Max number of CPUs that the system was compiled for

kern.smp.active:are the APs allowed to run?

kern.smp.disabled: has smp been disabled? 

kern.smp.cpus: Number of CPUs online.

kern.smp.forward_signal_enabled: Enable forwarding of a signal to a process running on a different CPU 

kern.smp.forward_roundrobin_enabled:Enable forwarding of roundrobin to all other cpus</description>
<pubDate>2005-06-06 16:43:01</pubDate>
</item>
<item>
<title>kern.maxprocperuid</title>
<link>http://sysctl.enderunix.org/view.php?id=65 </link>
<description>The maximum number of the processes for per user id.
kern.maxprocperuid is changeable.</description>
<pubDate>2005-06-05 13:51:35</pubDate>
</item>
<item>
<title>kern.maxproc</title>
<link>http://sysctl.enderunix.org/view.php?id=64 </link>
<description>The maximum number of processes a user may be running.

kern.maxproc is read only
</description>
<pubDate>2005-06-05 13:43:28</pubDate>
</item>
<item>
<title>kern.boottime</title>
<link>http://sysctl.enderunix.org/view.php?id=63 </link>
<description>the boot time of the kernel.</description>
<pubDate>2005-06-05 13:38:05</pubDate>
</item>
<item>
<title>kern.maxvnodes</title>
<link>http://sysctl.enderunix.org/view.php?id=62 </link>
<description>A vnode is the internal representation of a file or directory. So increasing the number of vnodes available to the operating system cuts down on disk I/O

kern.maxvnodes is changeable</description>
<pubDate>2005-06-05 13:33:27</pubDate>
</item>
<item>
<title>kern.ostype</title>
<link>http://sysctl.enderunix.org/view.php?id=61 </link>
<description>contains the type of the kernel.</description>
<pubDate>2005-06-05 13:31:42</pubDate>
</item>
<item>
<title>net.link.ether.inet.max_age</title>
<link>http://sysctl.enderunix.org/view.php?id=60 </link>
<description>The cleanup interval for the IP route cache. 
Default value: 1200
</description>
<pubDate>2005-06-05 01:18:21</pubDate>
</item>
<item>
<title>hw.tweX.driver_version</title>
<link>http://sysctl.enderunix.org/view.php?id=58 </link>
<description>Gives the version of the twe driver.</description>
<pubDate>2005-05-27 21:17:02</pubDate>
</item>
<item>
<title>fs.file-max</title>
<link>http://sysctl.enderunix.org/view.php?id=57 </link>
<description>Bu parametre linux sisteminde açılabilecek dosya handle larının(bu da açılabilecek maksimum dosya sayisini gosterir) maksimum  sayisini verir</description>
<pubDate>2005-05-24 19:08:43</pubDate>
</item>
<item>
<title>kernel.sem</title>
<link>http://sysctl.enderunix.org/view.php?id=56 </link>
<description>SEMMSL,SEMMNS, SEMOPM, SEMMNI parametrelerini içerir(örnek : 250     32000   32      128).
SEMMSL : Bir semafor setinin içindeki maksimum semafor sayisini verir
SEMMNS : Linux sistemimizdeki toplam semafor sayisini verir
SEMOPM : Bu parametre semop(2) sistem çağrısının bir seferde yapabilecegi maksimum semafor operasyonlarinin sayisini verir
SEMMNI : Linux sistemimizdeki maksimum semafor seti </description>
<pubDate>2005-05-24 19:06:01</pubDate>
</item>
<item>
<title>kernel.shmall</title>
<link>http://sysctl.enderunix.org/view.php?id=55 </link>
<description>Sistemde bir anda sayfalarda(page) kullanılabilecek toplam paylasimli hafiza(shared memory) miktarini verir ve en az ceil(SHMMAX/PAGE_SIZE) kadar olmalidir</description>
<pubDate>2005-05-24 18:57:15</pubDate>
</item>
<item>
<title>kernel.shmmni</title>
<link>http://sysctl.enderunix.org/view.php?id=54 </link>
<description>Sistem genelindeki maksşmum paylasimli hafiza segment(shared memory segment) saysini belirler</description>
<pubDate>2005-05-24 18:39:27</pubDate>
</item>
<item>
<title>kernel.shmmax</title>
<link>http://sysctl.enderunix.org/view.php?id=53 </link>
<description>Paylaşılan bellek segmentinin(shared memory segment) byte cinsinden maksimum değeridir</description>
<pubDate>2005-05-24 18:37:45</pubDate>
</item>
<item>
<title>kern.openfiles</title>
<link>http://sysctl.enderunix.org/view.php?id=52 </link>
<description>Shows current number of open files.</description>
<pubDate>2005-05-18 05:29:05</pubDate>
</item>
<item>
<title>hw.snd.maxautovchans</title>
<link>http://sysctl.enderunix.org/view.php?id=51 </link>
<description>hw.snd.maxautovchans=X
where X is the number of virtual channels a new audio device is given when it is attached using kldload</description>
<pubDate>2005-05-15 22:53:46</pubDate>
</item>
<item>
<title>hw.snd.pcm0.vchans</title>
<link>http://sysctl.enderunix.org/view.php?id=50 </link>
<description>hw.snd.pcm0.vchans=X 
where X is the number of virtual channels pcm0 has</description>
<pubDate>2005-05-15 22:52:20</pubDate>
</item>
<item>
<title>kern.maxfiles</title>
<link>http://sysctl.enderunix.org/view.php?id=49 </link>
<description>This variable indicates the maximum number of file descriptors on your system.
</description>
<pubDate>2005-05-15 20:57:18</pubDate>
</item>
<item>
<title>net.link.ether.inet.log_arp_movements</title>
<link>http://sysctl.enderunix.org/view.php?id=48 </link>
<description>Boolean MIB
The default is 0 (OFF)

By setting this knob to 1 (ON) the kernel will log all ARP broadcasts from hosts that have a MAC address that is different then the on in the ARP cache on the localhost.

This might help preventing and identifying ARP cache poisoning attacks.</description>
<pubDate>2005-05-15 20:37:55</pubDate>
</item>
<item>
<title>net.link.ether.inet.log_arp_wrong_iface</title>
<link>http://sysctl.enderunix.org/view.php?id=47 </link>
<description>Boolean MIB
The default is 0 (OFF)

By setting this knob to 1 (ON) the kernel will log all arp packets arriving on the wrong interface.
</description>
<pubDate>2005-05-15 20:34:08</pubDate>
</item>
<item>
<title>net.inet.ip.random_id</title>
<link>http://sysctl.enderunix.org/view.php?id=46 </link>
<description>Boolean MIB
0 - off
1 - on
The default is OFF (0).

Normally (when this option is OFF) IP_ID of IP packets are numbered in an sequential manner. By setting this knob to 1 (ON) the IP_ID is set with a random number. This can help in preventing an information-gathering attack i.e. when an attacker 
tracks diffrent IP_IDs leaving a router to find how many hosts are behind the NAT.</description>
<pubDate>2005-05-15 20:30:55</pubDate>
</item>
<item>
<title>net.link.ether.ipfw</title>
<link>http://sysctl.enderunix.org/view.php?id=45 </link>
<description>FreeBSD 4.x lerde çekirdeğinizde options IPFW2 varsa
FreeBSD 5.x lerde çekirdeğinizde options IPFIREWALL varsa

net.link.ether.ipfw=1
ile MAC adresine gore (Layer2) filtreleme yapabilirsiniz

net.link.ether.ipfw=0
ise Layer2 filtrelemeyi iptal eder. (Standartta bu seçilidir)</description>
<pubDate>2005-05-13 23:57:34</pubDate>
</item>
<item>
<title>net.link.ether.bridge_ipfw</title>
<link>http://sysctl.enderunix.org/view.php?id=44 </link>
<description>Çekirdeğinizi options IPFIREWALL ve options BRIDGE ile derlemişseniz;

net.link.ether.bridge_ipfw=1 
ile bridge paketlerini firewalldan gecirirsiniz.

net.link.ether.bridge_ipfw=0
ise bridge paketleri firewalla ugramadan gecer.</description>
<pubDate>2005-05-13 23:55:14</pubDate>
</item>
<item>
<title>net.inet.tcp.log_in_vain</title>
<link>http://sysctl.enderunix.org/view.php?id=43 </link>
<description>Uzerinde sunucu servis calismaya port`lara baglanti yapilmaya calisildiginda bunu gunluk dosyasina atmak icin kullanilabilir.dmesg bu baglantiyi gosterirken ayrica bu mesaj /var/log/messages altina yazilacaktir.
Sadece SYN bayragi olan TCP paketlerinin kaydi tutulacaktir.Bunun yaninda ayrica net.inet.udp.log_in_vain bulunmaktadir.
</description>
<pubDate>2005-05-09 17:48:05</pubDate>
</item>
<item>
<title>net.inet.tcp.icmp_may_rst - 2</title>
<link>http://sysctl.enderunix.org/view.php?id=42 </link>
<description>Belli bir ICMP mesaji aldiginda TCP`nin bir baglantiyi kesebilmesine olanak verir.
(bakiniz: RFC 1122, 4.2.3.9, Destination unreachable 2-4). 
Baglanti TCP durumu ancak SYN_SENT ise iptal edilebilir.
</description>
<pubDate>2005-05-09 17:45:25</pubDate>
</item>
</channel>
</rss>
