tuaris May 20, 2010 #1 Running FreeBSD 7.3, I installed the port from net/rwhoisd. When I run the server, it only binds to tcp6. Code: tcp6 0 0 *.rwhois *.* LISTEN How do I fix this so that it listens on all interfaces?
Running FreeBSD 7.3, I installed the port from net/rwhoisd. When I run the server, it only binds to tcp6. Code: tcp6 0 0 *.rwhois *.* LISTEN How do I fix this so that it listens on all interfaces?
crsd May 20, 2010 #2 Try using # sysctl net.inet6.ip6.v6only=0 (respective /etc/rc.conf option - ipv6_ipv4mapping="YES").
OP tuaris May 20, 2010 Thread Starter #3 crsd said: Try using # sysctl net.inet6.ip6.v6only=0 (respective /etc/rc.conf option - ipv6_ipv4mapping="YES"). Click to expand... That fixed it.
crsd said: Try using # sysctl net.inet6.ip6.v6only=0 (respective /etc/rc.conf option - ipv6_ipv4mapping="YES"). Click to expand... That fixed it.