What's new

Noob tring to access local network

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Wired

Occasional Visitor
Using an R7000 and fairly new to setting up on the server side. I am able to connect, have internet access and some access to my local network. I have a wired connection to a desktop w/attached drive which is shared and has a static IP. I can not seem to be able to access that computer; can't ping it's address either. I can though ping some, not all, of the other computers on the network. Layout is: router 192.168.5.x, vpn 10.10.8.0 any help would be much appreciated.

Server config - (from /tmp/etc/openvpn/server1)
daemon
topology subnet
server 10.10.8.0 255.255.255.0
proto udp
dev tun21
cipher aes-256-cbc
auth sha512
comp-lzo adaptive
keepalive 15 60
verb 3
push "route 192.168.5.0 255.255.255.0 vpn_gateway 500"
route 192.168.5.0 255.255.255.0
push 'dhcp-option DNS 192.168.5.1"
push "redirect-gateway def1"
client-config-dir ccd
client-to-client
tls-auth static.key
ca ca.crt
cert server.key
status-version 2
status status 5

Client config
client
dev tun
proto udp
remote [redacted] 1194
float
cipher aes-256-cbc
auth sha512
comp-lzo adaptive
keepalive 15 60
remote-cert-tls server
resolv-retry infinite
nobind
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top