Sometimes I will use this little script to make a client go through Wan1 for gaming, but It uses the Wan0 ipv6 address, and traffic still goes through Wan0. Been trying to google, is there anyway to disable ipv6 on that client when its switched?
#!/opt/bin/bash
if [[ "$1" == "on" ]]; then...