Fibre Service Configuration Guide
Introduction
This guide explains how to configure your modem/router/firewall to connect to a fibre NTU/NTD using either a Fibre LC connector or an RJ45 connection. The instructions will cover: - Entering the static IP details provided in your handover document (typically a /30 subnet). - Configuring DNS to 202.3.111.123 and 202.3.111.124.
Prerequisites
- Fibre NTU/NTD device installed and connected via Fibre LC or RJ45 (depending on your service order).
- Static IP information (IP address, subnet mask, gateway) from the handover document.
- DNS: 202.3.111.123 and 202.3.111.124.
Cisco Meraki
- Log into the Meraki Dashboard.
- Select the Network where your device is located.
- Navigate to Security & SD-WAN > Configure > Addressing & VLANs.
- Scroll to the WAN section and click Edit next to the relevant WAN interface.
- Enter the following:
- Connection Type: Static IP
- IP Address: (Enter the static IP provided in your handover document)
- Subnet Mask: (Enter the subnet mask provided, typically
/30
) - Gateway IP: (Enter the gateway IP provided in your handover document)
- DNS Servers:
- Primary: 202.3.111.123
- Secondary: 202.3.111.124
- Click Save Changes.
Your Meraki device should now be connected to the fibre service.
Cisco IOS Router
- Access the router via SSH or console.
-
Enter privileged EXEC mode by typing:
enable
-
Enter global configuration mode:
configure terminal
-
Configure the interface that connects to the NTU/NTD. For example, if using
GigabitEthernet0/1
:interface GigabitEthernet0/1 ip address <Static-IP> <Subnet-Mask> ip route 0.0.0.0 0.0.0.0 <Gateway-IP> exit
Replace
<Static-IP>
,<Subnet-Mask>
, and<Gateway-IP>
with the details provided in the handover document. -
Set the DNS servers:
ip name-server 202.3.111.123 ip name-server 202.3.111.124
-
Exit configuration mode and save the configuration:
end write memory
Your Cisco router should now be connected to the fibre service.
Fortigate Firewall
- Log into the Fortigate Web Interface.
- Navigate to Network > Interfaces.
- Select the WAN interface that connects to the NTU/NTD and click Edit.
- In the IP/Netmask field, enter the static IP address and subnet mask (typically
/30
). - Set the Gateway to the one provided in the handover document.
- Under DNS Settings, enter:
- Primary DNS: 202.3.111.123
- Secondary DNS: 202.3.111.124
- Click OK to save the configuration.
Your Fortigate should now be connected to the fibre service.
SonicWall Firewall
- Log into the SonicWall Web Interface.
- Navigate to Network > Interfaces.
- Select the WAN (X1) interface and click Edit.
- Change the IP Assignment to Static.
- Enter the following:
- IP Address: (Enter the static IP provided)
- Subnet Mask: (Typically
/30
) - Default Gateway: (Enter the gateway IP from the handover document)
- Scroll down to DNS Settings:
- Primary DNS: 202.3.111.123
- Secondary DNS: 202.3.111.124
- Click OK to save the configuration.
Your SonicWall should now be connected to the fibre service.
Palo Alto Networks Firewall
- Log into the Palo Alto Web Interface.
- Navigate to Network > Interfaces.
- Select the WAN interface (e.g.,
ethernet1/1
) and click Edit. - Under IPv4 > Type, choose Static.
- Enter the following:
- IP Address: (Enter the static IP provided)
- Subnet Mask: (Typically
/30
) - Default Gateway: (Enter the gateway IP from the handover document)
- Navigate to Device > Setup > Services.
- In the DNS Settings section, enter:
- Primary DNS: 202.3.111.123
- Secondary DNS: 202.3.111.124
- Click OK to apply the changes.
Your Palo Alto firewall should now be connected to the fibre service.
Juniper SRX Firewall
- Log into the Juniper SRX Web Interface or use the CLI.
-
In the CLI, configure the WAN interface:
configure set interfaces ge-0/0/0 unit 0 family inet address <Static-IP>/<Subnet-Mask> set routing-options static route 0.0.0.0/0 next-hop <Gateway-IP>
Replace
<Static-IP>
,<Subnet-Mask>
, and<Gateway-IP>
with the values from your handover document. -
Set the DNS servers:
set system name-server 202.3.111.123 set system name-server 202.3.111.124
-
Commit the changes:
commit
Your Juniper SRX firewall should now be connected to the fibre service.
Generic Modem/Router Instructions
- Log into your modem/router’s management interface via the default IP (usually
192.168.1.1
or192.168.0.1
). - Navigate to the WAN or Internet settings.
- Select Static IP as the connection type.
- Enter the static IP details from the handover document:
- IP Address: (Static IP provided)
- Subnet Mask: (Typically
/30
) - Gateway: (Provided in the handover document)
- Set the DNS servers:
- Primary DNS: 202.3.111.123
- Secondary DNS: 202.3.111.124
- Save the configuration.
Your modem/router should now be connected to the fibre service.