Hi,
I'm trying to set up an EdgeRouter, but I'm totally at a loss.
I've received a multiple Public IP's from my ISP.
(Actually, I'm going to get 2 more modems which I want to load balance, but I'll tackle that problem once I've got this one down)
I've tried to use the "Basic Setup" wizard with a bunch of different IP combinations, but I can' t get it connected to the internet.
I'm not a total newbie, but static IP's, IP-Routes and the likes are new to me. (I'm usually a point-and-click type-of-guy)
Hopefully you guys can help me out.
So, my ISP sent me this info:
Your technical data:
Public LAN range:
84.xxx.xxx.64/29
COAX Gateway:
82.xxx.xxx.104/30
MyCompany router WAN address:
82.xxx.xxx.105/30
On a Cisco router, the configuration will look like:
interface GigabitEthernet0
description ### WAN ###
ip address Kikmolen router WAN address: 82.xxx.xxx.105/30 255.255.255.252
duplex auto
speed auto
You can use the public LAN range on your private LAN.
On a Cisco router, the configuration will look like:
interface Vlan1
description ### LAN ###
ip address 84.xxx.xxx.65 255.255.255.248
To access the internet with this LAN range, you will need to send an IP-route in your configuration.
This IP-Route will make sure your LAN range will find its way to the internet via the COAX gateway.
On a Cisco router, the configuration will look like:
ip route 0.0.0.0 0.0.0.0 82.xxx.xxx.104/30