This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

ipv4 / ipv6

General support and discussion of Eggdrop bots.
Post Reply
x
xslashx
Voice
Posts: 1
Joined: Mon Mar 13, 2017 6:20 pm

ipv4 / ipv6

Post by xslashx »

is it possible to get eggdrop 1.8.0 to listen on both ipv4 and ipv6 ips? I tried leaving the listen-addr blank, but it did not listen on the ipv6 ip as well.
t
thommey
Halfop
Posts: 76
Joined: Tue Apr 01, 2008 2:59 pm

Post by thommey »

unfortunately the way to make it work is not exactly straight-forward, which we plan to change in the future, but try this:

Code: Select all

set listen-addr 0.0.0.0
listen 3333 all
set listen-addr ::
listen 3333 all
Post Reply