community.riocities.com
  • Home
  • Categories
  • Tags
  • Archives

Running a DHCP server in a XEN domU

How to fix UDP checksum errors in a Xen DomU running a DHCP Server.

In /etc/network/interfaces in the domU acting as dhcp-server, add the following iptables rule

auto eth0

iface eth0 inet static
        address 192.168.139.2
        gateway 192.168.139.254
        netmask 255.255.255.0
        up iptables -t mangle -A POSTROUTING -o $IFACE -p udp --dport bootps -j CHECKSUM --checksum-fill

  • « Debian based XEN dom0 setup
  • iSCSI Initiator on Debian »

Published

Mar 26, 2015

Author

magnus

Category

HOWTOs

Tags

  • Debian 8
  • XEN 21

Social

  • atom feed
  • rss feed
  • ipv6 ready
  • Powered by Pelican. Theme: Elegant by Talha Mansoor