|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Caught in the local net
|
Matthew,
You didn't mention which VPN, I assume your using OpenVPN ?
VPN's generally have settings for pushing IP's DNS, and or routes to
the client.
You really need to use ifconfig, view /etc/resolve.conf and route on
the client
to see what the client is using.
- Is the client using an IP in the same network as your home network. ?
- Is the nameserver set to your DNS on Clarkconnect ?
>What's even stranger, running "ssh client.bork.org" from server.bork.org
You really should be using 'static DHCP' leases ...
- use -dhcp-host option to assign a static IP to each host
- put each host in the /etc/hosts file on the server ( not on each client )
Lee Marzke
Matthew Rosewarne wrote:
> I have a server/gateway running ClarkConnect which handles DHCP & DNS using
> dnsmasq. Let's call it server.bork.org. There are a few clients, let's say
> client.bork.org.
>
> Connecting via the VPN, I can reach either server.bork.org or client.bork.org.
> However. when connecting to a non-existant machine, such as nonsense.bork.org,
> I reach server.bork.org.
>
> What's even stranger, running "ssh client.bork.org" from server.bork.org
> connects to... server.bork.org.
>
> I'd expect the server NOT to resolve non-existant *.bork.org names. More
> importantly, the server definitely needs to be able to connect to other
> machines on the network. How can I make dnsmasq do the "right thing"?
>
> ------------------------------------------------------------------------
>
> ___________________________________________________________________________
> Philadelphia Linux Users Group -- http://www.phillylinux.org
> Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
> General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
>
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|