Search results

  • 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. I

    High NVRAM Usage?

    I don't have them. They look like they are being called elsewhere? You could try the "find" command. Something like: find . | grep jpg From the root. Might help?
  2. I

    High NVRAM Usage?

    Blunt and accurate. I did in fact find a solution. Wiped out all of the "unused variables" and cleared up almost 10M. I will search more thoroughly in the future.
  3. I

    High NVRAM Usage?

    Currently using 63653 / 65536 bytes I have about 21 DHCP reserversations and a handful of IPV6 firewall rules. Any ideas on how to lower NVRAM usage?
  4. I

    Ipv6 to ipv4?

    This is true, and I already have a VPS setup using openvpn server, and a client on my internal Network. I use iptables to forward traffic to my internal Network from my VPS public IP address. Works pretty well. However, some services that I host, is prefer to have public internet access (like...
  5. I

    Ipv6 to ipv4?

    My ISP uses a carrier grade nat. So this means no publically routable ipv4 address. I do get an ipv6 block and this has been working quite well so far. However, I am wanting to replace my docker vms with a kubernetes cluster. Currently ipv6 is still in a weird place for ipv6. Is there an...
  6. I

    Ipv6 manual DNS not working

    Decided to update to 384.13 However, manual IPV6 dns still not pushing out.
  7. I

    VPN Server and Plex Server

    How are you accessing using a web browser? Are you going to plex.tv? Or are you going to http://ipaddress:32400? Also, once connected to VPN, can you ping your plex server?
  8. I

    Ipv6 manual DNS not working

    *bump*
  9. I

    VPN Server and Plex Server

    How are you connecting? Are you going to Plex.tv? Or going directly to your server? (Server.ip.address:32400)
  10. I

    Routing router through VPN and the rest through WAN

    That's a way cleaner way to do it! I didn't think of that.
  11. I

    Routing router through VPN and the rest through WAN

    Is your transmission setup in the router? Or on a separate computer? If it's on a separate computer you should be able to set it up so only that IP gets tunneled through the VPN If it's running on the router. You would probably need some sort of policy based routing to grab outgoing ports...
  12. I

    Ipv6 manual DNS not working

    I have a windows window environment for DNS at home. Was working fine but need IPv6. After enabling, the routers Ipv6 address is being advertised as the Ipv6 DNS address. So I disabled "Connect to DNS Server automatically", manually entered my 2 windows servers Ipv6 and rebooted the router...
  13. I

    Not pulling ipv6 block/prefix

    Bump. Just in case someone sees and it catches their eyes. Currently I have a vps from ovh (about $3.50 a month) and an openvpn tunnel and some iptable rules to let me use it as my "wan" in a sense. So luckily I can still access my services! It's a little slow but works. Miss my ipv6...
  14. I

    Not pulling ipv6 block/prefix

    This happened a few days ago. My isp uses a double NAT which means no public ipv4 address. I have been using ipv6 addresses without issue. However now my AC68U won't put a block. However I can manually assign a block, but my isp recommend to not do this as it could cause a conflict down...
  15. I

    ipv6 firewall blocking port

    You might want to make your own thread. But the port is showing up as open because openvpn is listening on that port. As you said this would probably be the same on 1159, or whichever port. A "port" is just a number in a packet. If you are running a service on a port, it is normal for it to...
  16. I

    ipv6 firewall blocking port

    Yeah, IPv6 address of the nextcloud machine is part of my pool from my isp. Port is added to the IPv6 firewall table in the router. For the record, I have other rules that seem to be working. Ip6tables -L in the router seems to show the correct rules. Currently the website is working...
  17. I

    ipv6 firewall blocking port

    Nothing has changed since adding the port in the ipv6 firewall. Had to travel out of town this weekend, while in the car, my nextcloud website pulled up fine over 4g. Tried again a couple hours later and no go. Sure, but shouldn't allowing that port through the IPv6 firewall solve that...
  18. I

    ipv6 firewall blocking port

    I appreciate the reply. IPv6 is working fine on the VM. I can access https://[ipv6ipaddr] just fine internally on my LAN. Outside the router, port 443 is still being blocked to that IP.
  19. I

    ipv6 firewall blocking port

    I moved my nextcloud host (running on port 443) to another VM, set the ipv6 firewall to allow port 443 through to the ipv6 address and it seemed to work fine I could access it without issue by simply typing: https://[ipv6address] And it worked internally and from multiple outside sources...
  20. I

    Computers getting router as ipv6 DNS server

    I created the script and followed the instructions. So far so good! Thanks for this, great find. I do need to become more familiar with DNSMASQ :D
Top