Quantcast
Channel: All EdgeRouter posts
Viewing all articles
Browse latest Browse all 60861

Re: Pseudo ethernet woes

$
0
0

Your peth1 doesn't have an IP assigned. Here is my config that works:

    ethernet eth0 {
        address 192.168.100.1/24
        description "Internal LAN"
        duplex auto
    }
    pseudo-ethernet peth0 {
        address 192.168.168.1/24
        description "Pixel Server"
        link eth0
    }

Viewing all articles
Browse latest Browse all 60861

Trending Articles