Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Uso del archivo /etc/sysctl.conf
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
lanapia
n00b
n00b


Joined: 28 Jan 2005
Posts: 4

PostPosted: Fri Jan 28, 2005 6:27 pm    Post subject: Uso del archivo /etc/sysctl.conf Reply with quote

hola a todos, todavia soy bastante nuevo configurando y usando gentoo, queria que me aconsejaran cuales son los mejores seteos de variables en el archivo /etc/sysctl.conf para poder usar bien iptables en un servidor.
Actaulmente tengo esta configuracion...
net.ipv4.ip_forward = 1
# Disables IP dynaddr
net.ipv4.ip_dynaddr = 1
# Disable ECN
net.ipv4.tcp_ecn = 0
# Enables source route verification
net.ipv4.conf.all.rp_filter = 1
net.ipv4.conf.all.proxy_arp = 1
# Disables the magic-sysrq key
#kernel.sysrq = 0

Lei en varios post que es mejor usar este archivo en lugar de usar
echo "1" > /proc/sys/net/ipv4/ip_forward
echo "1" > /proc/sys/net/ipv4/conf/all/rp_filter
echo "1" > /proc/sys/net/ipv4/conf/all/proxy_arp
en un script de inicializacion.
Es correcto esto???
Saludos, y gracias. 8)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum