At 04:44 PM 10/29/99 +0100, Patrick Kirk wrote:
Having made the move to potato and 2.2.13, my server is now a source of joy.
One small question...to get things to start I've been adding then to
/etc/init.d/network along the lines of...
echo "1" > /proc/sys/net/ipv4/ip_forward
ipchains -P forward DENY
ipchains -A forward -s 10.0.0.0/255.255.255.0 -j MASQ
ifconfig eth1 10.0.0.25 netmask 255.255.255.9 broadcast 10.0.0.255
^
Typo? Should be 0?
route add -net 10.0.0.0 dev eth1
Doesn't ifconfig add this?
fetchmail -d 300
Is there a better way to start a second NIC, IP masquarading and fetchmail.
Does this look like a secure setup?
Depends on the rest of your system ;-)
Onno