IRCNow

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
irc:openbsd:ipv6 [2020/07/11 02:34]
jrmu
irc:openbsd:ipv6 [2020/07/14 13:07] (current)
jrmu
Line 91: Line 91:
  
 Replace if0 with your specific interface. Replace if0 with your specific interface.
 +
 +----
 +
 +To test if an IPv6 address is working, you can use netcat to connect to an IRC network that supports IPv6:
 +
 +<​code>​
 +$ nc -s 2001:0db8:: ipv6.ircnow.org 6667
 +nick newnick
 +user newuser * * :newuser
 +PING :12345
 +PONG :12345
 +</​code>​
 +
 +If that loads a message, then you configured the IPv6 address 2001:0db8:: correctly.