[CentOS] Not firewall, but what?
Gordon Messmer
yinyang at eburg.com
Tue May 11 15:36:21 UTC 2010
On 05/11/2010 06:32 AM, Jussi Hirvi wrote:
> Ok. But this error does not occur on my other CentOS 5 box (mailserver,
> non-xen) which also has 2 nics for 2 public ip segments. There input-nic
> is always = outputnic. And I have done nothing special to achieve this
> (pure "linux magic"). That's why I "blame" bridges - they are the most
> notable difference between these two machines.
That's odd. Is there any output on that host from "ip rule show"? What
about:
# ip rule show
# ip rule show | awk '{print $NF}' | sort | uniq | \
while read table ; do echo ; echo " $table" ;
ip route show table "$table" ; done
More information about the CentOS
mailing list