Ipoe can not be used???

IPoE related questions
dimka88
Posts: 866
Joined: 13 Oct 2014, 05:51
Contact:

Re: Ipoe can not be used???

Post by dimka88 »

try set in accel-ppp.conf section [ipoe] shared=1 and restart accel-ppp
Dmitry
Администратор
Posts: 954
Joined: 09 Oct 2014, 10:06

Re: Ipoe can not be used???

Post by Dmitry »

any-login is for ppp
for ipoe use:
[ipoe]
noauth=1
ztaozhang
Posts: 10
Joined: 24 Jan 2018, 07:31

Re: Ipoe can not be used???

Post by ztaozhang »

I installed the system and accel-ppp again. Now the question is:

Code: Select all

2018-01-24 23:37:45]:  info: enp3s0: recv [DHCPv4 Discover xid=bfcbaada chaddr=6c:ef:c6:05:47:3c <Message-Type Discover> <Client-ID 016cefc605473c> <Max-Message-Size 1500> <Vendor-Class 00001f3101313935383031333131363234313738322b497314b74b9cb443cc3ef2d11194439e99e71203f10732055add8095471e65> <Host-Name 000004000008892016346CEFC605473C> <Request-List Subnet,Route,Router,DNS,Domain-Name,Broadcast,Lease-Time,T1,T2>]
[2018-01-24 23:37:45]:  info: ipoe0: create interface ipoe0 parent enp3s0
[2018-01-24 23:37:45]:  warn: ipoe0: authentication failed
[2018-01-24 23:37:45]: debug: ipoe0: terminate
[2018-01-24 23:37:45]:  info: ipoe0: ipoe: session finished

Code: Select all

2018-01-24 23:45:50]:  info: enp3s0: recv [DHCPv4 Discover xid=74a180c8 chaddr=38:6e:a2:cf:fb:95 <Message-Type Discover> <Max-Message-Size 1500> <Vendor-Class 6468637063642d372e312e31> <Host-Name vivo-X20A> <Request-List Subnet,Route,Router,DNS,Domain-Name,Broadcast,Lease-Time,T1,T2>]
[2018-01-24 23:45:50]:  info: ipoe0: create interface ipoe0 parent enp3s0
[2018-01-24 23:45:50]:  info: ipoe0: (null): authentication succeeded
[2018-01-24 23:45:50]: error: ipoe0: no free IPv4 address
[2018-01-24 23:45:50]: debug: ipoe0: terminate
[2018-01-24 23:45:50]:  info: ipoe0: ipoe: session finished
Dmitry
Администратор
Posts: 954
Joined: 09 Oct 2014, 10:06

Re: Ipoe can not be used???

Post by Dmitry »

add some range to ip-pool
ztaozhang
Posts: 10
Joined: 24 Jan 2018, 07:31

Re: Ipoe can not be used???

Post by ztaozhang »

Code: Select all

[2018-01-25 00:05:49]:  info: ipoe0: send [DHCPv4 relay Discover xid=704649f6 giaddr=192.168.10.100 chaddr=6c:ef:c6:05:47:3c <Message-Type Discover> <Client-ID 016cefc605473c> <Max-Message-Size 1500> <Vendor-Class 00001f31013533303934393330313035343033323926e2a441fb5fb30df503e983da9799beb45f9ccc686a8d2773959796b7d1c7f8> <Host-Name 000004000008892016346CEFC605473C> <Request-List Subnet,Route,Router,DNS,Domain-Name,Broadcast,Lease-Time,T1,T2>]
[2018-01-25 00:05:49]: error: dhcpv4: recv: Connection refused
[2018-01-25 00:05:52]:  info: ipoe0: send [DHCPv4 relay Discover xid=704649f6 giaddr=192.168.10.100 chaddr=6c:ef:c6:05:47:3c <Message-Type Discover> <Client-ID 016cefc605473c> <Max-Message-Size 1500> <Vendor-Class 00001f31013533303934393330313035343033323926e2a441fb5fb30df503e983da9799beb45f9ccc686a8d2773959796b7d1c7f8> <Host-Name 000004000008892016346CEFC605473C> <Request-List Subnet,Route,Router,DNS,Domain-Name,Broadcast,Lease-Time,T1,T2>]
[2018-01-25 00:05:52]: error: dhcpv4: recv: Connection refused
[2018-01-25 00:05:55]:  info: ipoe0: ipoe: relay timed out
[2018-01-25 00:05:55]: debug: ipoe0: terminate
[2018-01-25 00:05:55]:  info: ipoe0: ipoe: session finished

Code: Select all

add 
【ipoe】
relay=192.168.10.1    ########Did not show  no free IPv4 address
Post Reply