Search found 3 matches

by vaibhav
09 Jul 2018, 12:49
Forum: Bugs
Topic: static declaration of conf_echo_timeout = 60 in ppp_lcp.c
Replies: 0
Views: 6569

static declaration of conf_echo_timeout = 60 in ppp_lcp.c

++lcp->echo_sent; log_ppp_warn("lcp: lcp->echo_sent == %d; conf_echo_failure == %d\n", lcp->echo_sent, conf_echo_failure); ap_session_read_stats(&lcp->ppp->ses, &stats); if (conf_echo_timeout) { if (lcp->echo_sent == 2) { lcp->last_ipackets = stats.rx_packets; lcp->last_echo_ts = _...
by vaibhav
05 Jul 2018, 09:57
Forum: PPPoE
Topic: Understanding how ip-pool works
Replies: 2
Views: 4093

Re: Understanding how ip-pool works

The client will get any available IP address of the pool Hi @Dmitry can you please explain how the 'gw' and 'gw-ip-address' options work in ip-pool section. With below IP pool config [ip-pool] gw=30.0.0.0/24 #gw-ip-address=30.0.0.1 10.0.0.0/24 I am getting logs : [2018-07-05 15:03:33]: debug: ppp0:...
by vaibhav
05 Jul 2018, 09:55
Forum: Other modules
Topic: gateway configuration in IP pool section.
Replies: 0
Views: 7963

gateway configuration in IP pool section.

With below IP pool config [ip-pool] gw=30.0.0.0/24 #gw-ip-address=30.0.0.1 10.0.0.0/24 I am getting logs : [2018-07-05 15:03:33]: debug: ppp0: ipcp_layer_start [2018-07-05 15:03:33]: info: ppp0: send [IPCP ConfReq id=1 <addr 0.0.0.0>] Any Idea why the config is not working and its sending addr as 0....