Why?


Search This Blog

Tuesday, March 3, 2015

Edgewater Edgemarc Edgemarc 4550 General Setup


cli default login / password = root / @#$%^&*!()
I used the craft cable and issued passwd command for this change

NOTE: 192.168.1.1 is default LAN address

webui default login / password = root / default

set up DHCP server for options and address pool

WAN interface is: your_ip_address/255.255.255.0
LAN interface is: 192.168.1.1/255.255.255.0

Security/firewall allow SSH, HTTP, HTTPS on WAN interface

Set up users/MOTD if wanted

I enabled firewall logging

Setup phone on LAN side of edgemarc. Point to your BRS system.
you should be able to make calls now..

Use port forwarding on your Edgemarc to get to management of phones if wanted. Like: set WAN port 8081 to forward to phone1 IP port 80. Use 8082 for phone2, etc. I am also testing a IP PBX behind this Edgemarc and use a port forward of 2222 on the WAN and forward to port 22 of IP of PBX so i can get SSH access to it. I am already using ports 80 and 22 for Edgemark access, hence why the use of additional ports and the forwarding. I will make another post on the asterisk SIP trunking to brs while asterisk is behind the Edgemark when i am finished testing.

Capture an EdgeMarc protocol trace
1. SSH into the EdgeMarc CLI
2. Type: tcpdump -ni iface -s 0 [port port_number]
    - Ex: tcpdump -ni eth0 -s 0 port 5060
    Decode SIP traffic from the LAN interface (VLANs not in use)
    - Ex: tcpdump -ni eth0.500
    Decode all traffic from VLAN ID 500
    - Ex: tcpdump -ni hdlc0 -s 0 port 5060
    Decode SIP traffic from an HDLC WAN interface



No comments:

Post a Comment