Project

General

Profile

WRTU54G » History » Version 2

laforge, 02/19/2016 10:47 PM

1 1 laforge
[[PageOutline]]
2
= Information on the WRTU54G UMA TA =
3
4
== Getting shell / console access ==
5
6
The easiest part is to flash a modified firmware image that removes the root password from the /etc/passwd file in the squashfs.
7
8
You can then access the serial console and log in as root without password.
9
10
== Changing the SEGW / GANC address ==
11
12
On the shell of the device, change to the /nv directory and edit the two lines in rc.conf for UMA_SGW and UMA_UNC to:
13
{{{
14
UMA_SGW="my.segw.host.name"
15
UMA_UNC="my.unc.host.name"
16
}}}
17
18
Then, use the {{{rawrite -a rc.conf}}} command to store the changes to flash and reboot the system.
19 2 laforge
20
21
== Adding a new CA Certificate ==
22
23
While modifying the firmware, add your new CA root certificate in DER format to /ramdisk_copy/etc/kineto/ and then add the filename
24
and path into a new line in /ramdisk_copy/etc/kineto/init_ike.cfg, like this:
25
{{{
26
ike ca /etc/kineto/my_new_ca.der
27
}}}
Add picture from clipboard (Maximum size: 48.8 MB)