我想掛載有Ubuntu系統IP IPv6中的一個文件夾,以及IPv4地址如何安裝IPv6地址到Linux
[email protected]:/home# ifconfig
br0 Link encap:Ethernet HWaddr 16:37:81:2e:ce:e9
inet addr:10.0.3.24 Bcast:10.0.7.255 Mask:255.255.248.0
inet6 addr: 2001:db8::60fe:5bff:febc:912/64 Scope:Global
inet6 addr: 2001:db8::e8a6:7d68:16b8:3d86/64 Scope:Global
我可以能夠從不同的Linux系統ping通IPv6地址:
[[email protected] home]# ping6 2001:db8::60fe:5bff:febc:912
PING 2001:db8::60fe:5bff:febc:912(2001:db8::60fe:5bff:febc:912) 56 data bytes
64 bytes from 2001:db8::60fe:5bff:febc:912: icmp_seq=1 ttl=64 time=0.968 ms
64 bytes from 2001:db8::60fe:5bff:febc:912: icmp_seq=2 ttl=64 time=1.07 ms
我得到的錯誤,當我試圖用ipv6
[[email protected] home]# mount -t nfs 2001:db8::60fe:5bff:febc:912:/home/abhitesh /home/mount/
mount.nfs: mount system call failed
[[email protected] home]#
機智安裝h ipv4
mount命令正在工作。
是我的命令是錯誤的,或者我需要配置一些東西,與ipv6
掛載。
在我的系統ipv6
已啓用。
cat /proc/sys/net/ipv6/conf/all/disable_ipv6
0
什麼時候才能還帶有鏈接的工作 - 本地地址? –