Page MenuHomeVyOS Platform
Feed Advanced Search

Aug 31 2022

Demon_H changed the status of T4656: Support the listen-host config field of openconnect server from Open to In progress.

https://github.com/vyos/vyos-1x/pull/1510

Aug 31 2022, 11:04 AM · VyOS 1.4 Sagitta

Aug 29 2022

Demon_H created T4656: Support the listen-host config field of openconnect server.
Aug 29 2022, 3:44 PM · VyOS 1.4 Sagitta

Jun 26 2020

Demon_H created T2652: nat configuration conflicts with wan-load-balance nat rules.
Jun 26 2020, 5:02 AM · VyOS 1.3 Equuleus (1.3.0)

Jun 17 2020

Demon_H created T2608: delete pseudo-ethernet failed (another error type).
Jun 17 2020, 2:20 PM · VyOS 1.3 Equuleus (1.3.0)
Demon_H claimed T2607: Support for pppoe-server radius mode auth and config radius accouting port.
Jun 17 2020, 1:37 PM · VyOS 1.3 Equuleus (1.3.0)
Demon_H created T2607: Support for pppoe-server radius mode auth and config radius accouting port.
Jun 17 2020, 1:36 PM · VyOS 1.3 Equuleus (1.3.0)

Jun 15 2020

Demon_H added a comment to T2574: wan-load-balance snat bug and route problem.

And i wonder why there is a rule which is 'WANLOADBALANCE_OUT -p icmp -m icmp --icmp-type any -j ACCEPT'.
May i know the purpose of the rule ?

Jun 15 2020, 9:39 AM · VyOS 1.3 Equuleus (1.3.6)
Demon_H added a comment to T2574: wan-load-balance snat bug and route problem.

It seems to be ok in vyos-1.3-rolling-202006150117-amd64.iso. Thanks a lot.

Jun 15 2020, 9:28 AM · VyOS 1.3 Equuleus (1.3.6)
Demon_H added a comment to T2574: wan-load-balance snat bug and route problem.

I did not config any nat rule.

Jun 15 2020, 8:00 AM · VyOS 1.3 Equuleus (1.3.6)
Demon_H added a comment to T2574: wan-load-balance snat bug and route problem.

And I found that when I changed the wan load-balance configuration, the load-balance process failed to come up.
And I excuted the show wan-load-balance command, it returned the message 'WAN load balancing is not configured'.
After reboot, it became all right then.

Jun 15 2020, 2:21 AM · VyOS 1.3 Equuleus (1.3.6)
Demon_H added a comment to T2574: wan-load-balance snat bug and route problem.

This is my config below:

load-balancing {
    wan {
        enable-local-traffic
        interface-health pppoe0 {
            failure-count 5
            nexthop dhcp
            success-count 1
            test 0 {
                resp-time 5
                target 119.29.29.29
                ttl-limit 1
                type ping
            }
        }
        interface-health pppoe1 {
            failure-count 5
            nexthop dhcp
            success-count 1
            test 0 {
                resp-time 5
                target 119.29.29.29
                ttl-limit 1
                type ping
            }
        }
        interface-health pppoe2 {
            failure-count 5
            nexthop dhcp
            success-count 1
            test 0 {
                resp-time 5
                target 119.29.29.29
                ttl-limit 1
                type ping
            }
        }
        interface-health pppoe3 {
            failure-count 5
            nexthop dhcp
            success-count 1
            test 0 {
                resp-time 5
                target 119.29.29.29
                ttl-limit 1
                type ping
            }
        }
        rule 1 {
            inbound-interface eth1
            interface pppoe0 {
                weight 1
            }
            interface pppoe1 {
                weight 1
            }
            interface pppoe2 {
                weight 1
            }
            interface pppoe3 {
                weight 1
            }
            protocol all
        }
        sticky-connections {
        }
    }
}
Jun 15 2020, 2:18 AM · VyOS 1.3 Equuleus (1.3.6)

Jun 12 2020

Demon_H created T2589: delete pseudo-ethernet failed.
Jun 12 2020, 5:48 AM · VyOS 1.3 Equuleus (1.3.0)

Jun 9 2020

Demon_H created T2574: wan-load-balance snat bug and route problem.
Jun 9 2020, 1:51 PM · VyOS 1.3 Equuleus (1.3.6)