Keresés

Új hozzászólás Aktív témák

  • berVi

    senior tag

    válasz iminet #1244 üzenetére

    Marpedig valaminek kell lennie meg, mert nekem jelenleg annyi javult, hogy a routerrol mar mukodik a ping6 google.com, de a gepekrol tovabbra sem. Sot, az ubnt.com oldalai rohadt lassan toltenek be, ne kerdezd, mi a pontos osszefugges. Ez a jelenlegi konfig:

    firewall {
    ipv6-name WANv6_IN {
    default-action drop
    description "IPv6 packets from the internet to LAN and WAN"
    enable-default-log
    rule 10 {
    action accept
    description "Allow established and related packets"
    state {
    established enable
    related enable
    }
    }
    rule 20 {
    action drop
    description "Drop invalid packets"
    log enable
    state {
    invalid enable
    }
    }
    rule 30 {
    action accept
    description "Allow ICMPv6 packets"
    log enable
    protocol icmpv6
    }
    }
    ipv6-name WANv6_LOCAL {
    default-action drop
    description "IPv6 packets from internet to router"
    enable-default-log
    rule 10 {
    action accept
    description "Allow established and related packets"
    state {
    established enable
    related enable
    }
    }
    rule 20 {
    action drop
    description "Drop invalid packets"
    log enable
    state {
    invalid enable
    }
    }
    rule 30 {
    action accept
    description "Allow ICMPv6 packets"
    log enable
    protocol icmpv6
    }
    rule 40 {
    action accept
    description "Allow DHCPv6 client/server"
    destination {
    port 546
    }
    protocol udp
    source {
    port 547
    }
    }
    }
    ipv6-receive-redirects disable
    ipv6-src-route disable
    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
    }
    }
    }
    }
    interfaces {
    ethernet eth0 {
    description "Internet (PPPoE)"
    duplex auto
    firewall {
    in {
    ipv6-name WANv6_IN
    }
    local {
    ipv6-name WANv6_LOCAL
    }
    }
    pppoe 0 {
    default-route auto
    dhcpv6-pd {
    pd 0 {
    interface eth1 {
    prefix-id :0
    service slaac
    }
    prefix-length /64
    }
    }
    firewall {
    in {
    name WAN_IN
    }
    local {
    name WAN_LOCAL
    }
    }
    ipv6 {
    dup-addr-detect-transmits 1
    enable {
    }
    }
    mtu 1492
    name-server auto
    password ****************
    user-id ****************
    }
    speed auto
    }
    ethernet eth1 {
    address 192.168.1.1/24
    duplex auto
    speed auto
    }
    ethernet eth2 {
    duplex auto
    speed auto
    }
    ethernet eth3 {
    duplex auto
    speed auto
    }
    ethernet eth4 {
    duplex auto
    speed auto
    }
    loopback lo {
    }
    switch switch0 {
    mtu 1500
    }
    }
    service {
    dhcp-server {
    shared-network-name LAN {
    subnet 192.168.1.0/24 {
    default-router 192.168.1.1
    dns-server 1.1.1.1
    dns-server 9.9.9.9
    static-mapping viktor-desktop {
    ip-address 192.168.1.200
    mac-address xx:xx:xx:xx:xx:xx
    }
    }
    }
    }
    gui {
    http-port 80
    https-port 443
    older-ciphers enable
    }
    nat {
    rule 5010 {
    description "Masquerade for WAN"
    outbound-interface pppoe0
    type masquerade
    }
    }
    ssh {
    port 22
    protocol-version v2
    }
    }
    system {
    host-name ubnt
    login {
    user bviktor {
    authentication {
    encrypted-password ****************
    plaintext-password ****************
    }
    level admin
    }
    }
    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 UTC
    }

Új hozzászólás Aktív témák