Page MenuHomeVyOS Platform

SquirePug (Michael Carmody)
User

Projects

User does not belong to any projects.

User Details

User Since
Nov 28 2018, 6:59 AM (278 w, 1 d)

Recent Activity

Nov 25 2022

SquirePug created T4840: Backend qmicli commands fail, when ModemManager is starting the cellular service, need to use qmi-proxy..
Nov 25 2022, 6:53 AM · VyOS 1.5 Circinus

Oct 14 2021

SquirePug added a comment to T3896: Extend ocserv support to allow for per-group configs.

For this we create text files as the group-config includes (they contain route and other per group config directives, generally around security).

Oct 14 2021, 7:05 AM · VyOS 1.4 Sagitta

Oct 8 2021

SquirePug created T3896: Extend ocserv support to allow for per-group configs.
Oct 8 2021, 4:39 AM · VyOS 1.4 Sagitta

Nov 8 2019

SquirePug renamed T1790: OSPF Exchanged Routes marked as invalid when run through a GRE PTMP/PTP OSPF between peers from OSPF Exchanged Routes marked as invalid when run through a GRE Tunnel between peers to OSPF Exchanged Routes marked as invalid when run through a GRE PTMP/PTP OSPF between peers .
Nov 8 2019, 3:57 AM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta
SquirePug added a comment to T1790: OSPF Exchanged Routes marked as invalid when run through a GRE PTMP/PTP OSPF between peers .

So testing done so far:

Nov 8 2019, 3:11 AM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta
SquirePug added a comment to T1790: OSPF Exchanged Routes marked as invalid when run through a GRE PTMP/PTP OSPF between peers .

Example Config demonstrating issue

Nov 8 2019, 2:41 AM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta
SquirePug created T1790: OSPF Exchanged Routes marked as invalid when run through a GRE PTMP/PTP OSPF between peers .
Nov 8 2019, 2:40 AM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta

Sep 16 2019

SquirePug added a comment to T1490: BGP configuration (is lost|not applied) when updating 1.1.8 -> 1.2.1.

[ protocols bgp 132394 ]
%BGP: No IPv4 Unicast peer configured
%BGP: No IPv6 Unicast peer configured
% Unknown command: bgp scan-time 5
Error configuring routing subsystem. See log for more detailed information

Sep 16 2019, 12:58 AM · VyOS 1.2 Crux (VyOS 1.2.5)
SquirePug added a comment to T1490: BGP configuration (is lost|not applied) when updating 1.1.8 -> 1.2.1.

We did an update from 1.2.1-S2 to 1.2.3-epa1.

Sep 16 2019, 12:30 AM · VyOS 1.2 Crux (VyOS 1.2.5)

Jul 9 2019

SquirePug added a comment to T1468: BGP route-reflector-client config erroneously claims remote-as is incorrect.

The protocols BGP being missing, I believe is the bug in https://phabricator.vyos.net/T1490 and actively being worked on.

Jul 9 2019, 5:04 AM · VyOS 1.2 Crux (VyOS 1.2.3)
SquirePug added a comment to T1490: BGP configuration (is lost|not applied) when updating 1.1.8 -> 1.2.1.

This is frr show run, immediately after an upgrade to 1.2.1

Jul 9 2019, 4:58 AM · VyOS 1.2 Crux (VyOS 1.2.5)

Jun 27 2019

SquirePug added a comment to T1490: BGP configuration (is lost|not applied) when updating 1.1.8 -> 1.2.1.

Jun 27 2019, 7:14 AM · VyOS 1.2 Crux (VyOS 1.2.5)

Jun 26 2019

SquirePug added a comment to T1490: BGP configuration (is lost|not applied) when updating 1.1.8 -> 1.2.1.

protocols {

bgp 132394 {
    address-family {
        ipv4-unicast {
            network 0.0.0.0/0 {
            }
            network 103.20.20.0/24 {
            }
            network 103.232.159.0/24 {
            }
            network 103.232.216.0/23 {
            }
            network 202.0.150.0/24 {
            }
        }
        ipv6-unicast {
            network 2402:7b80::/32 {
            }
        }
    }
    maximum-paths {
        ibgp 6
    }
    neighbor 103.232.216.229 {
        address-family {
            ipv4-unicast {
                nexthop-self
                route-map {
                    export DENY-EBGP-IBGP
                }
                soft-reconfiguration {
                    inbound
                }
            }
        }
        advertisement-interval 1
        remote-as 132394
        update-source 103.232.216.226
    }
    neighbor 103.232.216.230 {
        address-family {
            ipv4-unicast {
                nexthop-self
                route-map {
                    export DENY-EBGP-IBGP
                }
                soft-reconfiguration {
                    inbound
                }
            }
        }
        advertisement-interval 1
        remote-as 132394
        update-source lo
    }
    neighbor 203.20.64.242 {
        address-family {
            ipv4-unicast {
                prefix-list {
                    export BGP-OUT
                }
                route-map {
                    export AS132394-OUT
                    import AS132394-IN
                }
                soft-reconfiguration {
                    inbound
                }
            }
        }
        description "TRANSIT: VIRTUALNODE (AS137273)"
        ebgp-multihop 2
        remote-as 137273
        timers {
            holdtime 30
            keepalive 10
        }
        update-source 103.232.216.226
    }
    parameters {
        default {
            local-pref 125
        }
        log-neighbor-changes
        router-id 103.232.216.226
        scan-time 5
    }
    timers {
        holdtime 10
        keepalive 3
    }
}
Jun 26 2019, 2:38 AM · VyOS 1.2 Crux (VyOS 1.2.5)
SquirePug updated the task description for T1490: BGP configuration (is lost|not applied) when updating 1.1.8 -> 1.2.1.
Jun 26 2019, 2:34 AM · VyOS 1.2 Crux (VyOS 1.2.5)
SquirePug created T1490: BGP configuration (is lost|not applied) when updating 1.1.8 -> 1.2.1.
Jun 26 2019, 2:27 AM · VyOS 1.2 Crux (VyOS 1.2.5)

Nov 28 2018

SquirePug added a comment to T874: Support for Two Factor Authentication for CLI access via Google Authenticator.

So exploring some wider thoughts.

Nov 28 2018, 7:57 AM · VyOS 1.4 Sagitta
SquirePug added a comment to T874: Support for Two Factor Authentication for CLI access via Google Authenticator.

So how do i do this officially? Or get the work done for this to be official?

Nov 28 2018, 7:13 AM · VyOS 1.4 Sagitta
SquirePug added a comment to T874: Support for Two Factor Authentication for CLI access via Google Authenticator.

Having lifted the hood and bent a few rules....

Nov 28 2018, 7:12 AM · VyOS 1.4 Sagitta