location of config file, /config/config.xml
open telnet application or use terminal
telnet 192.168.8.1terminal will ask for username and pass
telnet credential
nilagyan ko ng armor para di sayang effort ko
You do not have permission to view the full content of this post. Log in or register now.
get superadmin
use grep to filter keywords
grep -E 'SUSER_NAME|SUSER_PASSWORD' /config/config.xmlreply a1
<Value Name="SUSER_NAME" Value="Admin"/>reply a2
<Value Name="SUSER_PASSWORD" Value="Converge@yotc123"/>get wpa key
grep -E 'wpaPSK' /config/config.xmlresult
<Value Name="wpaPSK" Value="wifipassword"/>change password without portal login
sed -i -e 's/Old_Portal_Pass/Admin/g' /config/config.xmlexample: old portal pass is Converge@yotc123 | replace to Admin
sed -i -e 's/Converge@yotc123/Admin/g' /config/config.xmlnote na dapat same ang value or else di sya gagana, refer to
reply a2to enable lan ports:
login superadmin user and pass
go to lan interface
set lan1, lan2 to enabled
[ATTACH type="full" size="630x236"]4054562[/ATTACH]reboot device to avoid conflict
ang hindi mag feedback sesendan kong etits
useful link
telnet file grabber
You do not have permission to view the full content of this post. Log in or register now.


