website stat

Handy trick

echo 1 > /proc/sys/net/ipv4/ip_forward

This is very handy, specially when you’re trying to use a machine as a gateway/router, forward the packets through network cards using iptables and don’t have a clue what could be missing! Ahh, kernel forwarding disabled.

And if you came across this


ssh: {host}:: No address associated with nodename
subversion/libsvn_ra_svn/marshal.c:252: (apr_err=210002)
svn: Connection closed unexpectedly

Then loose those CVS habbits and stop doing host:/dir and do host/dir instead :-)


No Responses to “Handy trick”

Comments are closed.