|
From: <kr...@us...> - 2007-04-18 18:50:22
|
Revision: 860
http://svn.sourceforge.net/astlinux/?rev=860&view=rev
Author: krisk84
Date: 2007-04-18 11:50:20 -0700 (Wed, 18 Apr 2007)
Log Message:
-----------
add star2star default dnsmasq.conf
Added Paths:
-----------
branches/s2s/target/generic/target_skeleton/etc/dnsmasq.conf
Added: branches/s2s/target/generic/target_skeleton/etc/dnsmasq.conf
===================================================================
--- branches/s2s/target/generic/target_skeleton/etc/dnsmasq.conf (rev 0)
+++ branches/s2s/target/generic/target_skeleton/etc/dnsmasq.conf 2007-04-18 18:50:20 UTC (rev 860)
@@ -0,0 +1,28 @@
+domain-needed
+bogus-priv
+local=/s2s.int/
+# expand-hosts
+domain=s2s.int
+dhcp-range=lan,10.40.47.100,10.40.47.253,24h
+dhcp-range=vlan,10.41.22.100,10.41.22.253,24h
+read-ethers
+#interface=eth1
+# no-dhcp-interface=eth2
+#bind-interfaces
+resolv-file=/tmp/etc/resolv-up.conf
+
+dhcp-option=lan,3,10.40.47.1
+dhcp-option=lan,6,10.40.47.1
+dhcp-option=lan,42,10.40.47.1
+dhcp-option=lan,66,pbx.s2s.int
+dhcp-option=lan,150,pbx.s2s.int
+dhcp-option=vlan,3,10.41.22.99
+dhcp-option=vlan,6,10.41.22.99
+dhcp-option=vlan,42,10.41.22.99
+dhcp-option=vlan,66,pbxv.s2s.int
+dhcp-option=vlan,150,pbxv.s2s.int
+
+# dhcp-lease-max=153
+dhcp-leasefile=/var/db/dnsmasq.leases
+cache-size=150
+conf-file=/tmp/etc/dnsmasq-prov.conf
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|