I changed set user user pass admin It worked
Hi All, I have a problem while loading configuration. I am using console (telnet localhost 5005) load /etc/config/mpd.conf pppoe_client I am getting error; Unknown command: 'create bundle static avangard'. Try "help". Unknown command: 'set iface up-script /etc/conf/pppoe-linkup'. Try "help". Unknown command: 'set ipcp ranges 0.0.0.0/0 0.0.0.0/0'. Try "help". what can be the problem? How can I load config without stop/start service? Thanks, mpd.conf startup: set user user pass set console self 127.0.0.1...
Hi All, I have a problem while loading configuration. I am using console (telnet localhost 5005) load /etc/config/mpd.conf pppoe_client I am getting error; Unknown command: 'create bundle static avangard'. Try "help". Unknown command: 'set iface up-script /etc/conf/pppoe-linkup'. Try "help". Unknown command: 'set ipcp ranges 0.0.0.0/0 0.0.0.0/0'. Try "help". what can be the problem? How can I load config without stop/start service? Thanks, mpd.conf startup: set user user pass set console self 127.0.0.1...
Hi All, I have a problem while loading configuration. I am using console (telnet localhost 5005) load /etc/config/mpd.conf pppoe_client I am getting error; Unknown command: 'create bundle static avangard'. Try "help". Unknown command: 'set iface up-script /etc/conf/pppoe-linkup'. Try "help". Unknown command: 'set ipcp ranges 0.0.0.0/0 0.0.0.0/0'. Try "help". what can be the problem? How can I load config without stop/start service? Thanks, mpd.conf startup: set user anz anz set console self 127.0.0.1...
Thanks, I changed chap to pap everythinks is ok.
Hello, I want to use extauth-script I am getting USER_NAME, AUTH_TYPE,ACCT_SESSION_ID,SELF_NAME,PEER_NAME etc but I need posted password for integration. auth.c I added fprintf(fp, "USER_PSW:%s\n", auth->params.pap.peer_pass); or fprintf(fp, "USER_PSW:%s\n", auth->params.password); but it is empty. how can I get this value? Thanks,