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

Problems with external email server

$
0
0

Howdy.

I just installed an EdgeRouter X for home use, to replace an aging TP-Link.  Set up using the wizard in 1.9, everything seemed to be going smoothly.  Tonight, I discovered a problem sending and receiving email.

 

When using the EdgeRouter, I can't connect at all to my hoster's email service at homie.mail.dreamhost.com.  IMAP on 143 or 993, SMTP on 25 and 587, even a simple ping fails and times out.  I switched back to the TP-Link and was able to send and receive email, so I'm pretty sure it's something in the new router config.  I've made a few changes to the wizard-created setup, but nothing I can see that should prevent email from working. Can anyone see what I have missed?

 

firewall {                                                                      
    all-ping enable                                                             
    broadcast-ping disable                                                      
    ipv6-receive-redirects disable                                              
    ipv6-src-route disable                                                      
    ip-src-route disable                                                        
    log-martians enable                                                         
    name WAN_IN {                                                               
        default-action drop                                                     
        description "WAN to internal"                                           
        rule 10 {                                                               
            action accept                                                       
            description "Allow established/related"                             
            state {                                                             
                established enable                                              
                related enable                                                  
            }                                                                   
        }                                                                       
        rule 20 {                                                               
            action drop                                                         
            description "Drop invalid state"                                    
            state {                                                             
                invalid enable                                                  
            }
        }
    }
    name WAN_LOCAL {
        default-action drop
        description "WAN to router"
        rule 10 {
            action accept
            description "Allow established/related"
            state {
                established enable
                related enable
            }
        }
        rule 20 {
            action drop
            description "Drop invalid state"
            state {
                invalid enable
            }
        }
    }
    receive-redirects disable
    send-redirects enable
    source-validation disable
    syn-cookies enable
}
interfaces {
    ethernet eth0 {
        address dhcp
        description Internet
        duplex auto
        firewall {
            in {
                name WAN_IN
            }
            local {
                name WAN_LOCAL
            }
        }
        speed auto
    }
    ethernet eth1 {
        description Local
        duplex auto
        speed auto
    }
    ethernet eth2 {
        description Local
        duplex auto
        speed auto
    }
    ethernet eth3 {
        description Local
        duplex auto
        speed auto
    }
    ethernet eth4 {
        description "Wifi AP"
        duplex auto
        poe {
            output pthru
        }
        speed auto
    }
    loopback lo {
    }
    switch switch0 {
        address 192.168.42.254/24
        description Local
        mtu 1500
        switch-port {
            interface eth1 {
            }
            interface eth2 {
            }
            interface eth3 {
            }
            interface eth4 {
            }
            vlan-aware disable
        }
    }
}
port-forward {
    auto-firewall enable
    hairpin-nat enable
    lan-interface switch0
    rule 1 {
        description ZNC-IRC
        forward-to {
            address 192.168.42.47
            port 16667
        }
        original-port 16667
        protocol tcp_udp
    }
    wan-interface eth0
}
service {
    dhcp-server {
        disabled false
        hostfile-update disable
        shared-network-name LAN {
            authoritative enable
            subnet 192.168.42.0/24 {
                default-router 192.168.42.254
                dns-server 192.168.42.254
                domain-name gamenet.lan
                lease 86400
                start 192.168.42.100 {
                    stop 192.168.42.150
                }
                static-mapping ANDOR {
                    ip-address 192.168.42.42
                    mac-address 00:11:32:06:9f:9a
                }
                static-mapping LogiReview {
                    ip-address 192.168.42.44
                    mac-address 1c:6f:65:78:27:13
                }
                static-mapping Nest-AC {
                    ip-address 192.168.42.46
                    mac-address 18:b4:30:02:16:4E
                }
                static-mapping ROHAN {
                    ip-address 192.168.42.47
                    mac-address 00:19:db:a4:d5:50
                }
                static-mapping Roku-MBR {
                    ip-address 192.168.42.45
                    mac-address cc:6d:a0:71:b6:13
                }
                static-mapping TIGGER {
                    ip-address 192.168.42.49
                    mac-address 00:19:db:a4:d5:24
                }
                static-mapping TiVoHD {
                    ip-address 192.168.42.43
                    mac-address 00:11:d9:0a:ce:d0
                }
                static-mapping Wifi-AP {
                    ip-address 192.168.42.250
                    mac-address 44:d9:e7:bc:63:72
                }
            }
        }
        use-dnsmasq disable
    }
    dns {
        forwarding {
            cache-size 150
            listen-on switch0
        }
    }
    gui {
        http-port 80
        https-port 443
        older-ciphers enable
    }
    nat {
        rule 5010 {
            description "masquerade for WAN"
            outbound-interface eth0
            type masquerade
        }
    }
    ssh {
        port 8822
        protocol-version v2
    }
}
system {
    domain-name GAMENET.LAN
    host-name aurora
    login {
        user admin {
            authentication {
                encrypted-password ****************
            }
            level admin
        }
    }
    name-server 8.8.8.8
    name-server 8.8.4.4
    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
            }
        }
        host 192.168.42.42 {
            facility all {
                level err
            }
        }
    }
    time-zone America/Chicago
    traffic-analysis {
        dpi disable
        export enable
    }
}

Viewing all articles
Browse latest Browse all 20028

Trending Articles



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