Standard Config for Bridged eNodeB and Customer Router

Standard Config for Bridged eNodeB and Customer Router

Settings for the eNodeB

Go through normal eNodeB setup from the Baicells manual.  Then make sure these settings are made:

2018-06-29_16-58-46.png

 

2018-06-29_16-58-46_01.png

 

2018-06-29_16-58-59.png

Save everything and reboot.

Settings for the UE

Log into UE, upgrade to BCE-ODU-1.0.12 and leave everything at default except the following:

2018-06-29_16-49-09.png

Set the customer router to:

IP address: 192.168.254.254/24

Default GW: 192.168.254.254

DNS1: 192.168.254.1

DNS2: 8.8.8.8

Then set the DMZ to pint to the customer router:

2018-06-29_16-55-54.png

 

Tower Router Configuration

The tower router that the eNodeB connects to will need an IP address on the interface facing the eNodeB and a DHCP server.  Once a UE pulls an IP, this becomes the customer's IP for all purposed because the DMZ settings on the UE will forward everything except https to the customer's router behind the UE.  Management of the UE will still be by https on its WAN IP.  Once the UE pulls an address, make that address static in the router and notate it by the customer's name for future reference.

Alternative DHCP Method

You can integrate this setup with Radius/Billing by using authenticated DHCP and radius.  

DHCP router configuration

  • Set DHCP to use User Manager for DHCP server leases:
/ ip dhcp-server set dhcp1 use-radius=yes
  • Add radius client to consult User Manager for DHCP service.
/ radius add service=dhcp address=y.y.y.y secret=123456

Where 'secret' is equal to Radius Server's router secret. 'y.y.y.y' is the Radius Server address.

In the radius server, use the UE's MAC addresses for user name and password.  The Radius Server could then do user accounting, turn customers on and off, etc.

Monitoring

You can now monitor/manage via https your UE's here:

2018-06-29_17-10-48.png 

 

 

    • Related Articles

    • Telrad Public to customer setup using breezeview

        Telrad Public to customer setup using breezeview In BreezeView to enable the next field you have to hit TAB key on keyboard to get out of name field and it will unlock the rest of the fields. 1. Go to the EPC and expand the Service Authorization ...
    • 802.1Q Router on a Stick Example

      From ISP Supplies Customer Learning Center     Router-On-A-Stick - 802.1Q Trunking With MikroTik SWOS Router-On-A-Stick is a phrase referring to the connection of a 802.1Q capable switch to a single router interface. By trunking across the Ethernet ...
    • LTE Customer Feedback

      This page contains actual feedback from our customers on their testing of the Telrad Compact 1000. Everything I'm going to talk about is UE in one hand, laptop in the other sitting in the cab of an F-150. All speed tests were to the Dallas Speakeasy ...
    • Basic Script to Configure a Blank MikroTik Router

        I have developed a script you can simply paste into the router and it will configure everything for you and get you started on the right track. /ip address add address=192.168.1.1/24 disabled=no interface=ether2 add address=192.168.2.1/24 ...
    • Port Forwarding on a Teltonika Router

      How to Open Ports in a Teltonika RUT950 Router This Teltonika RUT950 router has a firewall that helps protect your home network from unwanted Internet access. The firewall does this by blocking all ports or connections that are not authorized. This ...