Re: ethernet dhcp, mol ethertap, doesn't work


Subject: Re: ethernet dhcp, mol ethertap, doesn't work
From: R Shapiro (rshapiro@bbn.com)
Date: Wed Oct 18 2000 - 10:27:53 MDT


Claus writes:
> echo "1" > /proc/sys/net/ipv4/ip_forward
> echo "1" > /proc/sys/net/ipv4/ip_dynaddr

This is handled in /etc/sysctl.conf (part of the new initscripts).
Mine looks like this:

# Disables packet forwarding
net.ipv4.ip_forward = 1
net.ipv4.ip_dynaddr = 1
# Enables source route verification
net.ipv4.conf.all.rp_filter = 1
# Disables automatic defragmentation (needed for masquerading, LVS)
net.ipv4.ip_always_defrag = 1
# Disables the magic-sysrq key
kernel.sysrq = 0
# enables new keycodes on PPC (disable for now to keep MOL happy)
dev.mac_hid.keyboard_sends_linux_keycodes = 0

-- 
rshapiro@bbn.com



This archive was generated by hypermail 2a24 : Wed Oct 18 2000 - 10:35:20 MDT