class Root(Handler):
def __init__(self):
- f = file("/proc/sys/net/ipv4/ip_forward","w")
- f.write("1")
- f.close()
+ try:
+ f = file("/proc/sys/net/ipv4/ip_forward","w")
+ f.write("1")
+ f.close()
+ except (IOError, OSError), e:
+ print "Can't set ip_forward:", e
#self.ip.device_up_hook(self.dns)
firewall = FirewallHandler(