Index: /branches/releng-9.0/nanobsd/files/etc/pf.hybrid.conf
===================================================================
--- /branches/releng-9.0/nanobsd/files/etc/pf.hybrid.conf	(revision 10520)
+++ /branches/releng-9.0/nanobsd/files/etc/pf.hybrid.conf	(revision 10523)
@@ -14,5 +14,5 @@
 allow_ext_tcp="{ssh, domain}"
 allow_ext_udp="{domain, snmp}"
-private="{ 10.0.0.0/8 , 172.16.0.0/12, 192.168.0.0/16 }"
+private="{ 10.0.0.0/8, 172.16.0.0/12 192.168.0.0/16 }"
 
 
@@ -20,4 +20,5 @@
 # the public accesspoint in iLeiden setup. 
 ext_if="vr0"
+ext_if_net="vr0:network"
 captive_portal_interfaces="wlan0"
 publicnat="http,https"
@@ -33,5 +34,5 @@
 
 # NAT MGMT to Wireless Leiden (2)
-nat on ! $ext_if from $private to $wl_net -> $masterip
+nat on ! $ext_if from $ext_if_net to $wl_net -> $masterip
 
 # Nat the internet but NOT to Private Network (1)
