Linux Source Routing - help please
Linux Source Routing - help please
Author
Discussion

TheExcession

Original Poster:

11,669 posts

274 months

Thursday 20th May 2004
quotequote all
Before I post all the details of the problem can anyone help me out with source routing on Linux?

iptables and all that?

thanks

zumbruk

7,848 posts

284 months

Thursday 20th May 2004
quotequote all
You should disable source routing, really.

Also, the system decides where it is going to route a packet before it applies the firewall rules, so source routing doesn't really have anything to do with iptables.

(Disclaimer: I'm a Solaris geek, not a Linux one, but I'll help if I can.)

TheExcession

Original Poster:

11,669 posts

274 months

Thursday 20th May 2004
quotequote all
zumbruk said:
You should disable source routing, really.

Also, the system decides where it is going to route a packet before it applies the firewall rules, so source routing doesn't really have anything to do with iptables.

(Disclaimer: I'm a Solaris geek, not a Linux one, but I'll help if I can.)


Thanks - I've got it sorted now.

It's on a private lab network anyway - we are intiating multiple PPPoE sessions from a Linux box out through a Satellite Segmnet Simulator. Problem was getting packets back from the remote end via the PPPoE link and not just across the LAN.

cheers