Debian üzerinde (belki diğer linux sistemlerinde de) java uygulamarının network (veya internet) erişim sorunu varsa şunu bir kontrol edebilirsniz
cat /etc/sysctl.d/bindv6only.conf # This sysctl sets the default value of the IPV6_V6ONLY socket option. # # When disabled, IPv6 sockets will also be able to send and receive IPv4 # traffic with addresses in the form ::ffff:192.0.2.1 and daemons listening # on IPv6 sockets will also accept IPv4 connections. # # When IPV6_V6ONLY is enabled, daemons interested in both IPv4 and IPv6 # connections must open two listening sockets. # This is the default behaviour of almost all modern operating systems. net.ipv6.bindv6only = 1
eğer sizde de net.ipv6.bindv6only = 1 görünüyorsa 1 olan değeri 0 yapın ve alttaki komutu çalıştırın büyük ihtimalle düzelecektir.
echo 0 > /proc/sys/net/ipv6/bindv6only
Tags: bindv6only, debian, Java, Linux, Network Connection
This entry was posted
on Thursday, January 28th, 2010 at 12:01 and is filed under Bilgi Ve Deneyim.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Cevap veya Yorum Yaz