rc.conf
ppp.conf
If I connect my route, I can get IPv6 address like 240e:3a1:8840:268:*.*.*.*
What can I do for IPv6?
Code:
ppp_enable="YES"
ppp_mode="ddial"
#ppp_nat="YES" # if you want to enable nat for your local network, otherwise NO
ppp_profile="isp1"
Code:
default:
set log Phase tun command # you can add more detailed logging if you wish
set ifaddr 192.168.1.1/0 192.168.2.1/0
isp1:
set device PPPoE:igb0 # replace xl1 with your Ethernet device
set authname **
set authkey ***
set dial
set login
add default HISADDR
ppp -ddial isp1
Code:
ifconfig
tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> metric 0 mtu 1492
options=80000<LINKSTATE>
inet6 fe80::a236:9f13:170f:7730%tun0 prefixlen 64 scopeid 0x6
inet 49.83.187.154 --> 49.83.187.1 netmask 0xffffffff
groups: tun
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
Opened by PID 3235
What can I do for IPv6?
Last edited by a moderator: