내 컴퓨터 중 하나가 ISP에서 허용해야 하는 정적 IPv6을 사용하고 싶습니다.
고정 IP로 컴퓨터를 구성하면 며칠/몇 달 동안은 제대로 작동하다가 다른 IP가 할당됩니다.
IPv6에 대한 기본 지식이 부족한 것 같습니다.
내 OS(Rasbian)를 다음과 같이 구성합니다.
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
iface eth0 inet6 static
address 2a01:e35:2e35:e860:ba27:ebff:fe15:81e4;
netmask 64
gateway 2a01:e35:2e35:e860::1
ifconfig를 실행하면 출력이 제공됩니다.
{pi@raspberrypi[pi]}sudo ifconfig
eth0 Link encap:Ethernet HWaddr b8:27:eb:15:81:e4
inet addr:192.168.0.42 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: 2a01:e35:2e35:e860:ba27:ebff:fe15:81e4/64 Scope:Global
inet6 addr: fe80::ba27:ebff:fe15:81e4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2640 errors:0 dropped:0 overruns:0 frame:0
TX packets:2130 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:330543 (322.7 KiB) TX bytes:343149 (335.1 KiB)
(적어도 아웃바운드) IPv6 연결이 있다는 점에 유의하세요.
잠시 후 약간 다른 IPv6에 할당되는 대신 항상 동일한 IPv6을 유지하는 방법은 무엇입니까?