ipv6 ipoe shared=0

IPoE related questions
Post Reply
manyax
Posts: 20
Joined: 24 Jun 2016, 15:41

ipv6 ipoe shared=0

Post by manyax »

I have some problems making IPv6 work with ipoe. The client doesn't get the default route. Can this attributes be used for ipoe ?

Code: Select all

ipv6-intf-id=0:0:0:1
ipv6-peer-intf-id=0:0:0:2
ipv6-accept-peer-intf-id=0
Dmitry
Администратор
Posts: 954
Joined: 09 Oct 2014, 10:06

Re: ipv6 ipoe shared=0

Post by Dmitry »

these attributes are not suitable for ipoe, only for ppp
lets look logs with level=4 and verbose=1
also show your config
ultrawave
Posts: 22
Joined: 20 Jan 2015, 22:00

Re: ipv6 ipoe shared=0

Post by ultrawave »

Hi Manymax,

I have the same problem in ONU/ONT Fiberhome, ONU/ONT gets IPv6 WAN and the LAN prefix is allocated correctly (DHCP-PD), the route for the prefix is created on the IPOE server and the communication between the WAN of ONU/ONT and the interface ipoe (VLAN) normally occurs but ONU/ONT does not allocate the default gateway.

Dmitry in the LOGs nothing abnormal happens, all right no apparent problem, I will go up the lab again and put here the output of the logs.

Best regards.
ultrawave
Posts: 22
Joined: 20 Jan 2015, 22:00

Re: ipv6 ipoe shared=0

Post by ultrawave »

Hi Manymax/Dmitry.

I mounted the lab IPv6, I am sending the logs, but apparently nothing wrong, but it does not allocate default gateway.

I believe the problem is in the firmware of the fiberhome, since a bridge ONU with a connected Mikrotik works normally and allocates the default gateway.

Conf

Code: Select all

[ipv6-pool]
2804:58:c060::/44,64
delegate=2804:58:c070::/44,56

[ipv6-dns]
2001:4860:4860::8888
2001:4860:4860::8844

[ipv6-dhcp]
verbose=1
pref-lifetime=604800
valid-lifetime=2592000
route-via-gw=1
Debug

Code: Select all

[2017-06-03 09:49:45.520] p1p2.10.3201: 462d13dd85672d52: recv [DHCPv4 Discover xid=46efaf78 chaddr=34:bf:90:37:8b:83 <Message-Type Discover> <Client-ID 0134bf90378b83> <Vendor-Class 756468637020302e392e392d707265> <Request-List Subnet,Router,DNS,Host-Name,Domain-Name,Broadcast> <Option-254 333462663930333738623830> <Relay-Agent {Agent-Circuit-ID BRU-CEN-01/4/4/FHTT-02378b80/0} {Agent-Remote-ID }>]
[2017-06-03 09:49:45.520] p1p2.10.3201: 462d13dd85672d52: send [DHCPv4 Offer xid=46efaf78 yiaddr=187.85.13.137 chaddr=34:bf:90:37:8b:83 <Message-Type Offer> <Server-ID 187.85.13.1> <Lease-Time 432000> <T1 216000> <Router 187.85.13.1> <Subnet 255.255.255.0> <DNS 187.85.0.6,187.85.0.250>]
[2017-06-03 09:49:45.522] p1p2.10.3201: 462d13dd85672d52: recv [DHCPv4 Request xid=46efaf78 chaddr=34:bf:90:37:8b:83 <Message-Type Request> <Client-ID 0134bf90378b83> <Vendor-Class 756468637020302e392e392d707265> <Request-IP 187.85.13.137> <Server-ID 187.85.13.1> <Request-List Subnet,Router,DNS,Host-Name,Domain-Name,Broadcast> <Option-254 333462663930333738623830> <Relay-Agent {Agent-Circuit-ID BRU-CEN-01/4/4/FHTT-02378b80/0} {Agent-Remote-ID }>]
[2017-06-03 09:49:45.522] p1p2.10.3201: 462d13dd85672d52: send [DHCPv4 Ack xid=46efaf78 yiaddr=187.85.13.137 chaddr=34:bf:90:37:8b:83 <Message-Type Ack> <Server-ID 187.85.13.1> <Lease-Time 432000> <T1 216000> <Router 187.85.13.1> <Subnet 255.255.255.0> <DNS 187.85.0.6,187.85.0.250>]
[2017-06-03 09:49:46.854] p1p2.10.3201: 462d13dd85672d52: recv [DHCPv6 Solicit XID=4f3420 <Client-ID 1:000120c532bc34bf90378b80> <Elapsed-Time 100663296> <Option-Request DNS> <IA-PD 0 T1=0 T2=0>]
[2017-06-03 09:49:46.854] p1p2.10.3201: 462d13dd85672d52: send [DHCPv6 Advertise XID=4f3420 <Server-ID 3:001b0000000000000001> <Client-ID 1:000120c532bc34bf90378b80> <DNS 2001:4860:4860::8888,2001:4860:4860::8844> <IA-PD 0 T1=302400 T2=483840 {IA-Prefix 2804:58:c070:400::/56 pref_lifetime=604800 valid_lifetime=2592000}> <Preference 255>]
[2017-06-03 09:49:46.866] p1p2.10.3201: 462d13dd85672d52: recv [DHCPv6 Request XID=552b9f <Client-ID 1:000120c532bc34bf90378b80> <Server-ID 3:001b0000000000000001> <Elapsed-Time 100663296> <Option-Request DNS> <IA-PD 0 T1=0 T2=0 {IA-Prefix 2804:58:c070:400::/56 pref_lifetime=604800 valid_lifetime=2592000}>]
[2017-06-03 09:49:46.866] p1p2.10.3201: 462d13dd85672d52: send [DHCPv6 Reply XID=552b9f <Server-ID 3:001b0000000000000001> <Client-ID 1:000120c532bc34bf90378b80> <DNS 2001:4860:4860::8888,2001:4860:4860::8844> <IA-PD 0 T1=302400 T2=483840 {IA-Prefix 2804:58:c070:400::/56 pref_lifetime=604800 valid_lifetime=2592000}> <Preference 255>]
Conf and status ONU
Image
Image
Post Reply