Dears, anyone know if can I to know the IP Address LAN1 or LAN2 IP Office for the DTE?
Can I to know IP address via DTE?
Collapse
X
-
38,400, 8, N, 1
Turn off the IP Office.
Turn on the IP Office.
You should see some information come onto the screen.
Someplace in there is a hex code 8 charachters long just after the
words LAN1
This is the IP Address of LAN 1. Convert from HEX to Decimal to get
the correct IP Address. C0A82A01 equals 192.168.42.1
-
-
Hook up a serial cable, use PuTTy 38400,8,N,1
type AT<enter>
If sytem responds
Type at-debug (no capitals)<enter>
Type updatelan<enter>
Current LAN1: ipaddr: 192.168.42.1 mask: 255.255.255.0 (LAN port)
Current LAN2: ipaddr: 128.75.0.100 mask: 255.255.255.0 (WAN port)
Enter which lan interface (lan1 or lan2): lan1 (or hit enter to leave unchanged)
Enter IP address (a.b.c.d): 10.10.10.1<enter>
Enter IP mask (a.b.c.d): 255.255.255.0<enter>
Add default gateway (yes or no)? 10.10.10.254<enter>
Start WriteConfig at f7e0969c, savemode SaveNormal, writetype ToFlash
Start WriteConfig at f7e0969c, savemode SaveNormal, writetype ToFile
:
:
Configuration has been saved. Reboot now (yes or no)? no (enter to 'yes' to reboot system immediately)
Comment
-
-
Thanks
Hi there !
Thanks, your support is excellent!
Looks the file!
Originally posted by thiel2 View Post38,400, 8, N, 1
Turn off the IP Office.
Turn on the IP Office.
You should see some information come onto the screen.
Someplace in there is a hex code 8 charachters long just after the
words LAN1
This is the IP Address of LAN 1. Convert from HEX to Decimal to get
the correct IP Address. C0A82A01 equals 192.168.42.1Attached Files
Comment
-
Comment