[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Successful IPv6 Xen Deployment; Protection Against IPv4 ARP Poisoning Attacks
I apologize folks for not getting back to the list in a timely matter. Alas, duty called. I've put together a guide, as well as my patches, for: a) Getting IPv6 anti-spoofing to work. b) Preventing ARP poisoning attacks that can bring down IPv4 communication on a subnet. c) Preventing IPv4 packet sniffing. The guide walking through the "method to my madness" is on my engineering blog: http://www.standingonthebrink.com/index.php/ipv6-ipv4-and-arp-on-xen-for-vps/ I walk through the specific iptables, ip6tables, and arptables rules I found necessary there. The modified networking scripts are vif-common.sh, vif-bridge, and network-bridge. Diffs are attached. By no means do I consider these "THE answer", but have worked well for what we have in the field, and I welcome suggestions for improvements. Hope these help folks looking to use Xen for VPS hosting. -- Cory von Wallenstein Dynamic Network Services Inc. P: +1.508.340.0958 http://dynamicnetworkservices.com/ ----- Original Message ----- From: "Luke S Crawford" <lsc@xxxxxxxxx> To: "Cory Von Wallenstein" <cvonwallenstein@xxxxxxxxxxx> Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, "Stephen Spector" <stephen.spector@xxxxxxxxxx> Sent: Friday, September 26, 2008 9:58:19 PM GMT -05:00 US/Canada Eastern Subject: Re: [Xen-devel] Successful IPv6 Xen Deployment; Protection Against IPv4 ARP Poisoning Attacks Cory Von Wallenstein <cvonwallenstein@xxxxxxxxxxx> writes: > a) Have people already solved and dealt with IPv6 in Xen successfully (i.e., > is it a non-issue at this point)? If not, I'd be happy to submit the changes > and a guide to making it work and work well. Guides would be awesome. Also, if you made anti-spoof work for IPv6, that would also be awesome. I've had IPv6 going for a while with no problems (though the xen antispoof rules only work with IPv4.) - but I didn't even need to enable IPv6 in the Dom0; it's a layer 2 bridge, so it just works. In fact, stateless autoconfiguration even worked. I asked for an IPv6 allocation from my provider and my customers noticed it was working before I got around to doing any setup at all. what problems did you hit with IPv6? > Along the way, we also ran into some issues where domUs were able to: > > 1) "steal" IP addresses through IP aliasing (e.g., domU has 1.2.3.4, and domU > root does "ifconfig eth0:0 1.2.3.5/32" in Linux, and now has two working IPs), > 2) and more importantly, were able to impact the network connectivity of > another domU by aliasing or assigning its in-use IP address, > 3) and MOST importantly, were able to impact the network connectivity for all > domUs on a subnet by aliasing a gateway IP address (e.g., in Linux "ifconfig > 1.2.3.1" for a typical /24 subnet). See the Xen antispoof functionality. you specify the IPv4 address for the DomU in the xm config file, and it adds firewall rules to drop IPv4 packets from the DomU that are not from its assigned address. it works well. (you need to make your firewall put your bridge packets through the forward chain, but after that it works well) If you have this working with IPv6, though, that would be really awesome. > 4) Also, sending out invalid or poisoned ARP packets from one domU were able > to introduce network connectivity problems for other domUs. The Xen networking scripts, I believe, don't currently have anything that stops mac spoofing/arp cache poisioning. Something like that would be pretty nice, though. (It would allow me to trust my interface counters again) > b) As above, have folks already addressed these issues for stealing IPs/ARP > poisoning? Have they just not encountered them yet? Would it be useful to > submit these modifications for review by the community? the antispoof stuff in xen works fine for IPv4, but we've got nothing for ARP poisoning, or for antispoof in IPv6. both would be nice. Attachment:
network-bridge.diff Attachment:
vif-bridge.diff Attachment:
vif-common.sh.diff _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |