OK, I've had great success with this except one thing and I can't find information on this anywhere. At least my search strings didn't pull anything. Basically, when I establish the tunnel, I can't ping any local machine by name or any remote machine by name. I can ping their IP addresses great! I just can't get name resolution. When I disconnect the tunnel, I can once again ping local network machines by name. When established, no . I've added the correct routes and nameserver and domain search area is specified for resolv.conf. Once the tunnel is established, this is what I get in resolv.conf.:
nameserver x.x.x.x
search REMOTEDOMAIN
nameserver y.y.y.y
search LOCALDOMAIN
The first two are established by the PPTP connection, I added the last two as part of the connection routine trying to maintain the Local Name Resolution. Didn't work. I've tried all routing styles and nothing appears to allow name resolution. Any suggestions?
nameserver x.x.x.x
search REMOTEDOMAIN
nameserver y.y.y.y
search LOCALDOMAIN
The first two are established by the PPTP connection, I added the last two as part of the connection routine trying to maintain the Local Name Resolution. Didn't work. I've tried all routing styles and nothing appears to allow name resolution. Any suggestions?
Comment