Re: Not firewall, but what?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On 05/11/2010 10:21 PM, Jussi Hirvi wrote:
> On 12.5.2010 3.25, Gordon Messmer wrote:
>> On 05/11/2010 10:21 AM, Jussi Hirvi wrote:
>>>
>>> Interesting commands, and revealing, it seems to me.
>>
>> Well, there you go.  Something set up policy routing on the working
>> host.  Do you have any files like /etc/sysconfig/network-scripts/route-*
>> or /etc/sysconfig/network-scripts/rule-* ?
>
> None. But I found these (standard CentOS files):
>
> [root@farm1 network-scripts]# grep -rl "ip rule" .
> ./ifdown-routes
> ./ifup-routes

Yes, those scripts will run "ip rule" to process the contents of the 
"rule-*" files.  The company I work for uses shorewall on all of their 
multi-homed systems, so I'm not sure how systems without it behave. 
That said, I don't see any magic in the init scripts to handle this 
without your input.  I'm inclined to believe that something on your 
system was manually configured to set up the routing policy that you see.

Find it harder:
find /etc/ -type f -print0 | xargs -0 grep "ip rule"
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux