ipv6

R

Razza

Guest
#1
Hi, is there any setting that need's to be changed to enable ipv6 on open-litespeed

i have been testing ipv6 with curl -6 -I webaddress but just keep getting couldn't connect to host

i know ipv6 work's on my server as i had it working on nginx before swiching to open-litespeed

Ryan
 
R

Razza

Guest
#3
tcp 0 0 0.0.0.0:2307 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:7080 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp6 0 0 :::2307 :::* LISTEN
unix 2 [ ACC ] STREAM LISTENING 49525405 /usr/local/lsws/admin/tmp/admin.sock.7696
unix 2 [ ACC ] STREAM LISTENING 49525415 /usr/local/lsws/admin/cgid/cgid.sock
unix 2 [ ACC ] STREAM LISTENING 45513673 /var/run/mysqld/mysqld.sock
unix 2 [ ACC ] STREAM LISTENING 45511906 /var/run/dbus/system_bus_socket
 

lsmichael

Active Member
#4
So it looks like none of your listeners are listening for IPv6 on port 80. (There should be a ":::80".) In your listener settings, you'll have to have a listener listening on [ALL] or [::].

m
 
Top