diff --git a/docs/SplitDNS.xml b/docs/SplitDNS.xml
index d665a7251..17267a828 100644
--- a/docs/SplitDNS.xml
+++ b/docs/SplitDNS.xml
@@ -64,7 +64,8 @@
Install the dnsmasq package and
- arrange for it to start at boot time.
+ arrange for it to start at boot time. There are many dnsmasq HOWTOs on
+ the Internet.
@@ -118,5 +119,15 @@ ff02::3 ipv6-allhosts
/etc/hosts file as defined in that file. All other
names will be resolved using the firewall/router's Name Server as defined
in /etc/resolv.conf.
+
+ Example:
+
+ From an Internet Host:gateway:~ # host linksys
+linksys.shorewall.net has address 206.124.146.180
+gateway:~ #
+
+ From ubuntu (192.168.0.3):teastep@ubuntu:~$ host linksys
+linksys.shorewall.net has address 172.20.1.1
+teastep@ubuntu:~$
\ No newline at end of file