Quote:
Originally Posted by empe Hi phoenix,
thank You so much - You've got it!
Now the details... A tcpdump on the physical nic connected to the LinkSys (peth1 on by box) showed lots of udp checksum errors. So I switched tx checksumming off as You recommended. I did so on the Dom0, firewall, and zimbra box aswell. What I do not understand is the fact that turning off the recognition of real problems (assuming tx checksum errors are problems) does solve the problem  Anyway - You are the expert and everything seems to be fine for now  |
These aren't real checksum errors, it's a problem with Checksum Offloading to your NIC (by any chance is yours an Intel NIC?) and when you disble the offloading it will still be handled by the NIC driver. So, in summary, it's not a real checksum problem it's a bug.
I encountered this problem when I moved my server to Xen and installed the
Endian Firewall plus Zimbra and a couple of other DomUs to my Xen server. I did a lot of searching on the xen mailing lists and google, the problem seems to be moderately well known (not very well described) but I couldn't find a definitive answer to where the problem lay. I think the general conclusion is that it's in the Bridge Utils that xen uses (also some comments that it may be a problem with the NIC driver).
What was odd was the fact that my set-up is a two NIC server with one connected to the DSL service and one for the LAN (including the DomUs on the bridge), some servers could get out and some couldn't and some servers would work one minute and not the next. It drove me crazy for about two weeks until I stumbled on the fix, as I said I couldn't find out where the problem was and after searching for a while I just stuck the fix in and left it at that.
Quote:
Originally Posted by empe Is there a possibility to do so at boot time. May be /etc/network/options or so? |
I've added that command to /etc/rc.d/rc.local - I use CentOS5 (RHEL5 rebuild) servers so your location for that command may vary.
Quote:
Originally Posted by empe I intend to install a Windows box in an DomU which will have virtual ro disks. This one will be the box where user can connect to (via remote desktop) for browsing the web. The clients then will nomore be able using the web directly. Just a way for protecting the local net. This dmz windows will only have access to a samba share with an on demand virus scanner for transfering files to local pcs. Yes I am crazy but I don't like reinstalling windows on machines getting slower and slower in just a couple of weeks. I am pretty shure You will agree, do You? |
I still think you could achieve the same set-up via the firewall in in your DomU without the need for the Linksys, it would also mean your firewall would handle all the port forwarding (if needed) and not be limited by that feature on the Linksys which only has a limited number of ports you can forward (plus I don't like two firewalls, but that's just me).
Quote:
Originally Posted by empe So again, thank You very much for the solution of that problem.
Michael |
You're welcome, glad it worked.