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

Recent content by Peter Havekes

  1. Peter Havekes

    ipv6 for guest network

    I wasn't clear. I want to provide a sererate ipv4 and ipv6 subnet for the guest network. I seem to have figured it out myself: /jffs/scripts/wan-start #!/bin/sh WANIP=$(/sbin/ifconfig eth0|grep 'inet addr'|cut -d':' -f2|awk '{print $1}') brctl delif br0 wl0.1 brctl delif br0 wl1.1 brctl addbr...
  2. Peter Havekes

    ipv6 for guest network

    Hello, I use a ipv6 tunnel, and get a /48 routed trough this tunnel. For my lan this works great. I also have a guest wifi network active. Clients connecting to this network only get a ipv4 adress. How can I provide a ipv6 /64 network to the guest-network? I guess I need to tell dnsmasq to...
Back
Top