Networking Forums

Networking Forums > Computer Networking > Linux Networking > bind view not working over vpn

Reply
Thread Tools Display Modes

bind view not working over vpn

 
 
Hans Fugal
Guest
Posts: n/a

 
      07-14-2004, 03:43 PM
Hello, all. I'm trying to implement a split dns setup with views in
bind9, as laid out in the ARM. It works great for the LAN, but some
hosts coming in over the VPN don't work, they get the external view.
Here's my setup:

view "internal" {
//match-clients { 10.0.0.0/8; 172.16.0.0/12; };
match-destinations { 172.16.59.3; };
include "/etc/bind/named.conf-internal";
include "/etc/bind/named.conf-common";
};

view "external" {
match-clients { any; };
include "/etc/bind/named.conf-external";
include "/etc/bind/named.conf-common";
};

I get the same results whether I use the match-clients line or the
match-destinations line. I've run tcpdump and it sure looks like the
requests come from 10.101.1.5 to 172.16.59.3, but apparently bind thinks
not. I've also tested from 172.17.0.3 which is over the VPN. 172.16.59.x
works great, but that's not over the VPN.

Thanks,
Hans
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
previously working wireless connection no longer working zapspan Wireless Networks 5 01-17-2010 09:11 PM
Net View TonyW Windows Networking 3 03-03-2006 10:55 PM
wifi not working on new hp, or not working after live update Dragonx Wireless Networks 1 10-01-2005 11:17 PM
rpc / net view no longer working over site TheSingingCat Windows Networking 3 11-15-2004 03:32 PM
samba: 'net view \\server' works, 'net view' fails Andrew Schulman Linux Networking 0 11-02-2003 11:07 AM



1 2 3 4 5 6 7 8 9 10 11