ฉันสามารถปิงกล่อง Ubuntu ผ่านคำสั่ง: (โดยที่ c2h2ttt อยู่ในรายการ / etc / hosts)
c2h2@c2h2crawler:~/ttt$ ping6 -I eth1 c2h2ttt
PING c2h2ttt(c2h2ttt) from fe80::21b:21ff:fe22:e865 eth1: 56 data bytes
64 bytes from c2h2ttt: icmp_seq=1 ttl=64 time=10.3 ms
64 bytes from c2h2ttt: icmp_seq=2 ttl=64 time=2.06 ms
64 bytes from c2h2ttt: icmp_seq=3 ttl=64 time=1.33 ms
และเมื่อฉันลองssh -6 c2h2ttt
มันแสดง:
c2h2@c2h2crawler:~/ttt$ ssh -6 c2h2ttt
ssh: connect to host c2h2ttt port 22: Invalid argument
คำสั่งที่ถูกต้องคืออะไร?
บนฝั่งเซิร์ฟเวอร์ / etc / ssh / sshd_config มี:
ListenAddress ::
ListenAddress 0.0.0.0
ฉันสามารถที่จะ ssh เพื่อ c2h2ttt ผ่าน ipv4 บนพอร์ต 22 และnetstat -lnt | grep :22
เป็น
root@c2h2think:~# netstat -lnt | grep :22
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp6 0 0 :::22 :::* LISTEN
ใช้ ufw และอนุญาตการรับส่งข้อมูลขาเข้าบนพอร์ต 22
root@c2h2think:~# ufw status
Status: active
To Action From
-- ------ ----
22 ALLOW Anywhere
และการกำหนดค่า iptables:
root@c2h2think:~# ip6tables -L -v -n
Chain INPUT (policy DROP 55 packets, 10758 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all lo * ::/0 ::/0
Chain FORWARD (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all * lo ::/0 ::/0
netstat -lnt | grep :22
(เปิดฟังซ็อกเก็ต tcp ตัวเลข | บรรจุ: 22) พูดว่า