Go Back   Web Server Hosting Forum by BODHost > Support > Linux Server Hosting
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 01-25-07, 08:03
BOD Member
 
Join Date: Nov 2006
Posts: 271
Default Security Kernel Devices

There are two typs of Kernel Devices -

a) /dev/random
b) /dev/urandom

These can get over collecting data randomly. They should be fully be secured in the generation of PGP keys, SSH issues and application where security is applicable. This is done in order to trick the hackers.

/dev/random makes uses of a lot of Random Bytes and the waiting time increases in order to collect for more. It is a high-quality entropy which is inter-interrupt measured.

/dev/urandom is almost the same, however when entropy store is low, it comes back to strong hash, it is not secure when compared to /dev/random.
Reply With Quote
  #2 (permalink)  
Old 09-22-08, 16:54
Moderator
 
Join Date: Oct 2005
Posts: 346
Default

Following are Kernel Compile Options :

- Network Firewalls (CONFIG_FIREWALL)

- IP: forwarding/gatewaying (CONFIG_IP_FORWARD)

- IP: syn cookies (CONFIG_SYN_COOKIES)

- IP: Firewalling (CONFIG_IP_FIREWALL)

- IP: firewall packet logging (CONFIG_IP_FIREWALL_VERBOSE)

- IP: Drop source routed frames (CONFIG_IP_NOSR)

- IP: masquerading (CONFIG_IP_MASQUERADE)

- IP: ICMP masquerading (CONFIG_IP_MASQUERADE_ICMP)

- IP: transparent proxy support (CONFIG_IP_TRANSPARENT_PROXY)

- IP: always defragment (CONFIG_IP_ALWAYS_DEFRAG)

- Packet Signatures (CONFIG_NCPFS_PACKET_SIGNING)

- IP: Firewall packet netlink device (CONFIG_IP_FIREWALL_NETLINK)

- Socket Filtering (CONFIG_FILTER)

- Port Forwarding

- Socket Filtering (CONFIG_FILTER)

- IP: Masquerading

These are few of the options that we come by at the time of Kernel Compilation.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT -6. The time now is 01:55.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.