Recent content by untarded

  • 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!

  1. U

    Can I execute ddns-start as bash instead of sh?

    yes, that was the script i started with. After working with it for a while though i felt the the subsequent calls to retrieve and loop all dns records was wasteful for my intended purpose and simply made the call to list records manually and recorded the the particular record i wanted to...
  2. U

    DDNS DigitalOcean

    Here is a ddns-start custom script for DigitalOcean. Since I already host a few domains there it made sense to utilize their dns service. In order to utilize this you will need to do some prep work though. DigitalOcean assigns id numbers to each dns record and those ids are not available in...
  3. U

    Can I execute ddns-start as bash instead of sh?

    I'm attempting to modify an existing bash script to create a custom ddns-start script for DigitalOcean. Since it's written in bash (and also includes arrays) i'm finding that translating it is proving more difficult than I anticipated, especially considering I'm a linux novice. So is it...
  4. U

    Can't access hosts through OpenVPN

    Thanks. I removed the second static ip (10.8.0.11) from the host with the web app and can now access it over the vpn remotely.
  5. U

    Can't access hosts through OpenVPN

    This doesn't work either. My understanding is that this shouldn't work as the vpn is granting access to resources on the 10.8.* subnet. Is my understanding incorrect?
  6. U

    Can't access hosts through OpenVPN

    Thanks Martineau. I think I may have explained my setup poorly. I set up an openvpn server with a subnet of 10.8.0.0. My regular lan is on subnet 192.168.1.0. Got your point of changing those:D One of my hosts on the lan is a web app at a static address 192.168.160. I also assigned it a...
  7. U

    Can't access hosts through OpenVPN

    I've created a vpn connection and the client connects successfully but I can't access the target hosts. I can access the hosts while I'm connected locally on the lan. The router is 192.168.1.1/255.255.255.0 The vpn is 10.8.0.0/255.255.255.0 The target host is a web app at 192.168.1.160...
  8. U

    dnsmasq entry pointing to internal ip not working

    This works. I created a hosts.add file in /jffs/configs/
  9. U

    dnsmasq entry pointing to internal ip not working

    I just purchased the ac68u and flashed 378.50. I've enabled dhcp and enabled jffs scripts. I successfully added a dnmasq.conf.add which appended the dnsmasq.conf file on reboot: pid-file=/var/run/dnsmasq.pid user=nobody bind-dynamic interface=br0 interface=ppp1* no-dhcp-interface=ppp1*...
Top