Hello David
> I would like to be able to create multiple rotuing tables for a box with two > interfaces for internet access and one for LAN. I am useing Dachstein > v.1.0.2-1680. Internet interfaces - eth0, eth2. LAN - eth1. I want to > make sure that traffice originating from eth0 will go back out eth0 instead > of eth2. So to start creating the first routing table I type : > "ip rule add from 208.180.95.aaa lookup 1", but it gives me an error > "RTNETLINK answer:Invalid argument". I think you made an error in the syntax. use table not lookup 1 ip rule add from 208.180.95.aaa table 1 ip rules show will give you : 32765: from 208.180.95.aaa lookup xxxxx this is what caused the error > If I do a "ip addr" all NICs are listed with IP addresses. I can ping the > internet all day long. > I have read the IP how to, but I am not quite getting something. Can > someone give me some clues?? (did you read the advanced routing howto ? ) > thanks, > David Hopes this will help you Eric Wolzak Member of the bering crew http://leaf.sf.net/devel/ericw http://leaf.sf.net/devel/jnilo/bering > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for download mirrors. We supply > the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] > > ------------------------------------------------------------------------ > leaf-user mailing list: [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/leaf-user > SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
