ispCP - Board - Support
IP forwarding problem - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Small Talk (/forum-20.html)
+--- Thread: IP forwarding problem (/thread-10114.html)



IP forwarding problem - BulleT - 03-23-2010 06:26 AM

Behind one of my ip addresses, I have routed a subnet. Something is wrong with iptables because it wont let me make any trafic at all trough that subnet.

What's pulling me back?


RE: IP forwarding problem - rbtux - 03-23-2010 07:32 AM

have you enable ip forwading in your sysctl.conf?


net.ipv4.ip_forward=1

net.ipv6.conf.all.forwarding=1

As i last checked ispcp did use iptables only for traffic accounting...


RE: IP forwarding problem - BulleT - 03-23-2010 06:39 PM

I checked that, it's fine configured.

Still...


Pinging 62.231.69.57 with 32 bytes of data:
Reply from 213.154.111.98: TTL expired in transit.
Reply from 213.154.111.98: TTL expired in transit.
Reply from 213.154.111.98: TTL expired in transit.


RE: IP forwarding problem - kilburn - 03-23-2010 08:17 PM

I think you have a routing issue here (not even remotely related to ispcp, btw). Expired TTLs make me suspect that the packets enter a loop where they are being forwarded back and forth until the expiration. Check your routing setup...


RE: IP forwarding problem - BulleT - 03-26-2010 03:33 AM

It wasn't my box's fault. It was the ISP's .

Thanks