Quantcast
Channel: EdgeRouter topics
Viewing all articles
Browse latest Browse all 20028

Edgepoint R8 LAN to LAN routing not working.

$
0
0

Hello,

 

I have a problem with a new Edgepoint R8 router that will not route between 2 LAN networks. The setup is this:

 

PFsense Router: 10.0.1.1 (10.0.1.0/24 lives here), I've setup a static route to the 192.168.1.0/24 network that is working fine.

 

Edgepoint:

10.0.1.4 on eth0

192.168.1.1/24 on eth3 (testing with an Rocket5AC Prism (192.168.1.20, default config) connected to eth3)

Default route: 0.0.0.0/0 next-hop 10.0.1.1

 

I have a desktop on the 10.0.1.0 network and I'm able to get to the rocket5ac fine, but it's unable to ping 10.0.1.1 from the rocket.

 

Here is the config of the Edgepoint router:

interfaces {
    ethernet eth0 {
        address 10.0.1.4/24
    }
    ethernet eth1 {
    }
    ethernet eth2 {
    }
    ethernet eth3 {
        address 192.168.1.1/24
        poe {
            output 24v
        }
    }
    ethernet eth4 {
    }
    ethernet eth5 {
    }
    ethernet eth6 {
    }
    ethernet eth7 {
    }
    loopback lo {
    }
}
service {
    gui {
    }
    ssh {
    }
}
system {
    gateway-address 10.0.1.1
    login {
        user ubnt {
            authentication {
                encrypted-password ****************
            }
            level admin
        }
    }
    name-server 8.8.8.8
    ntp {
        server 0.ubnt.pool.ntp.org {
        }
        server 1.ubnt.pool.ntp.org {
        }
        server 2.ubnt.pool.ntp.org {
        }
        server 3.ubnt.pool.ntp.org {
        }
    }
    syslog {
        global {
            facility all {
                level notice
            }
            facility protocols {
                level debug
            }
        }
    }
    time-zone America/New_York
}

Please let me know if I'm doing anything wrong. 

 

Thanks!


Viewing all articles
Browse latest Browse all 20028

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>