Page MenuHomeVyOS Platform
Feed Advanced Search

Feb 19 2019

hagbard triaged T1255: /usr/libexec/vyos/conf_mode/host_name.py needs to add an additional newline char as Normal priority.
Feb 19 2019, 11:09 PM · VyOS 1.2 Crux (VyOS 1.2.2)
hagbard added a comment to T1255: /usr/libexec/vyos/conf_mode/host_name.py needs to add an additional newline char.
Feb 19 2019, 11:07 PM · VyOS 1.2 Crux (VyOS 1.2.2)
hagbard claimed T1255: /usr/libexec/vyos/conf_mode/host_name.py needs to add an additional newline char.
Feb 19 2019, 10:29 PM · VyOS 1.2 Crux (VyOS 1.2.2)
fredtesche created T1255: /usr/libexec/vyos/conf_mode/host_name.py needs to add an additional newline char.
Feb 19 2019, 10:24 PM · VyOS 1.2 Crux (VyOS 1.2.2)
hagbard closed T1254: wireguard generate wireguard keypair fails when executed on the iso as Resolved.
Feb 19 2019, 8:43 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard changed the status of T1254: wireguard generate wireguard keypair fails when executed on the iso from Open to In progress.
Feb 19 2019, 7:52 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard claimed T1254: wireguard generate wireguard keypair fails when executed on the iso.
Feb 19 2019, 7:47 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard triaged T1254: wireguard generate wireguard keypair fails when executed on the iso as Wishlist priority.
Feb 19 2019, 7:47 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard created T1254: wireguard generate wireguard keypair fails when executed on the iso.
Feb 19 2019, 7:47 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard closed T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules as Resolved.
Feb 19 2019, 4:18 PM · VyOS 1.2 Crux (VyOS 1.2.1)
oleksandr.ovsiannikov added a comment to T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules.

http://dev.packages.vyos.net/repositories/current/vyos/pool/main/v/vyatta-wanloadbalance/vyatta-wanloadbalance_0.13.70+vyos2+current1_amd64.deb
solving the issue
it may be closed

Feb 19 2019, 10:29 AM · VyOS 1.2 Crux (VyOS 1.2.1)
oleksandr.ovsiannikov added a comment to T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules.

@hagbardIt fixes the issue with WANLOADBALANCE_PRE chain, but we still observe unexpected behavior.
I will write a little bit more letter.

Feb 19 2019, 8:56 AM · VyOS 1.2 Crux (VyOS 1.2.1)

Feb 17 2019

yun updated the task description for T1250: FRR not setting default gateway from DHCP.
Feb 17 2019, 1:40 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
yun created T1250: FRR not setting default gateway from DHCP.
Feb 17 2019, 1:39 PM · VyOS 1.3 Equuleus (1.3.0-epa1)

Feb 15 2019

hagbard moved T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules from Need Triage to In Progress on the VyOS 1.2 Crux board.
Feb 15 2019, 9:36 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard added a comment to T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules.

@zsdc Is it working for you with the package above?

Feb 15 2019, 5:29 PM · VyOS 1.2 Crux (VyOS 1.2.1)

Feb 14 2019

hagbard changed the status of T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules from Confirmed to Needs testing.
Feb 14 2019, 11:37 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard added a comment to T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules.

@zsdc All right, http://dev.packages.vyos.net/repositories/current/vyos/pool/main/v/vyatta-wanloadbalance/vyatta-wanloadbalance_0.13.70+vyos2+current1_amd64.deb should solve the issue you are seeing. The code of the binary is good for another dozen bug tickets =)
Pls let me know if it works as expected, since I only tested your particular use case.

Feb 14 2019, 11:37 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard added a comment to T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules.

LBDecision::execute(): applying command to system: iptables -t mangle -A WANLOADBALANCE_PRE -i eth1 --proto all --destination ! 192.168.0.0/16 -m state --state NEW -j ISP_eth1
Bad argument `192.168.0.0/16'
Try `iptables -h' or 'iptables --help' for more information.
LBDecision::execute(): applying command to system: iptables -t mangle -A WANLOADBALANCE_PRE -i eth1 --proto all --destination ! 192.168.0.0/16 -j CONNMARK --restore-mark
Bad argument `192.168.0.0/16'
Try `iptables -h' or 'iptables --help' for more information.

Feb 14 2019, 11:06 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard changed the status of T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules from Open to Confirmed.
Feb 14 2019, 10:54 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard added a comment to T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules.

Happens in /opt/vyatta/sbin/wan_lb.

Feb 14 2019, 9:48 PM · VyOS 1.2 Crux (VyOS 1.2.1)
zsdc created T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules.
Feb 14 2019, 9:26 PM · VyOS 1.2 Crux (VyOS 1.2.1)
gmurphy42 added a comment to T1246: VyOS 1.2.0 "openvpn-options" configuration does not allow quotes in values.

I checked the 'server' options for 'push-route' and 'name-server' and even with these configured as opposed to the openvpn-option configuration entry, it still gives the "Options error" complaint about the push command.

Feb 14 2019, 8:56 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
gmurphy42 created T1246: VyOS 1.2.0 "openvpn-options" configuration does not allow quotes in values.
Feb 14 2019, 8:05 PM · VyOS 1.3 Equuleus (1.3.0-epa1)

Feb 13 2019

njh added a comment to T1242: Error when setting 'pppoe 0 ipv6 address autoconf'.

I checked and $ show system kernel-messages | grep pppoe0 did not return any output.

Feb 13 2019, 9:29 AM · VyOS 1.2 Crux (VyOS 1.2.2)

Feb 12 2019

zsdc created T1243: BGP local-as accept wrong values.
Feb 12 2019, 5:15 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta

Feb 10 2019

njh added a comment to T1242: Error when setting 'pppoe 0 ipv6 address autoconf'.

I will have to re-test tonight (when nobody else is using the Internet) and get some log output.

Feb 10 2019, 9:05 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a comment to T1242: Error when setting 'pppoe 0 ipv6 address autoconf'.

Interface name is ppp0 but will later be renamed to pppoe0

Feb 10 2019, 7:50 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po changed the status of T1242: Error when setting 'pppoe 0 ipv6 address autoconf' from Open to Confirmed.
Feb 10 2019, 7:47 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a comment to T1242: Error when setting 'pppoe 0 ipv6 address autoconf'.
cpo@BR1# set interfaces ethernet eth1 pppoe 0 ipv6 address autoconf
[edit]
cpo@BR1# commit
[ interfaces ethernet eth1 pppoe 0 ipv6 address autoconf ]
cp: cannot create regular file ‘/etc/ppp/ipv6-up.d/50-vyos-pppoe0-autoconf’: No                                                                                                                                                              such file or directory
sed: can't read /etc/ppp/ipv6-up.d/50-vyos-pppoe0-autoconf: No such file or dire                                                                                                                                                             ctory
chmod: cannot access ‘/etc/ppp/ipv6-up.d/50-vyos-pppoe0-autoconf’: No such file                                                                                                                                                              or directory
Warning: IPv6 forwarding is currently enabled.
         IPv6 address auto-configuration will not be performed
         unless IPv6 forwarding is disabled.
Feb 10 2019, 7:47 PM · VyOS 1.2 Crux (VyOS 1.2.2)
njh created T1242: Error when setting 'pppoe 0 ipv6 address autoconf'.
Feb 10 2019, 6:31 PM · VyOS 1.2 Crux (VyOS 1.2.2)

Feb 9 2019

hagbard closed T1238: Wireguard allows invalid IP's as Resolved by committing Restricted Diffusion Commit.
Feb 9 2019, 10:53 PM · VyOS 1.2 Crux (VyOS 1.2.0-GA)
hagbard changed the status of T1238: Wireguard allows invalid IP's from Open to In progress.
Feb 9 2019, 10:20 PM · VyOS 1.2 Crux (VyOS 1.2.0-GA)
hagbard claimed T1239: make module build for vyos-accel-ppp dynamic.
Feb 9 2019, 7:05 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard created T1239: make module build for vyos-accel-ppp dynamic.
Feb 9 2019, 7:05 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard claimed T1238: Wireguard allows invalid IP's.
Feb 9 2019, 11:50 AM · VyOS 1.2 Crux (VyOS 1.2.0-GA)
Raeven created T1238: Wireguard allows invalid IP's.
Feb 9 2019, 10:27 AM · VyOS 1.2 Crux (VyOS 1.2.0-GA)

Feb 8 2019

zsdc created T1235: "show | commands" don't work from config mode.
Feb 8 2019, 12:36 PM · VyOS 1.2 Crux (VyOS 1.2.1)
syncer triaged T1234: DHCP relay relay-agents-packets is dysfunctional as Normal priority.
Feb 8 2019, 11:49 AM · VyOS 1.2 Crux (VyOS 1.2.1)
syncer assigned T1234: DHCP relay relay-agents-packets is dysfunctional to c-po.
Feb 8 2019, 11:49 AM · VyOS 1.2 Crux (VyOS 1.2.1)
zsdc created T1234: DHCP relay relay-agents-packets is dysfunctional.
Feb 8 2019, 11:43 AM · VyOS 1.2 Crux (VyOS 1.2.1)

Feb 6 2019

kroy added a comment to T1233: ipsec vpn sa showing down.

I’ll add that I think this is happening because of the .252 and .254 addresses. The 254 address connects, but the 252 address is marked in a constant state of connecting.

Feb 6 2019, 12:16 AM · VyOS 1.4 Sagitta

Feb 5 2019

liam created T1233: ipsec vpn sa showing down.
Feb 5 2019, 11:45 PM · VyOS 1.4 Sagitta
ddiguru created T1232: template.ovf has an incorrect parent id preventing it from loading in vCenter.
Feb 5 2019, 1:43 PM · Rejected
Maltahl added a comment to T1226: Wireguard not working between vyos routers 1.2.0.

@Maltahl Let me know if you still need help, please. I put the task meanwhile on-hold.

Feb 5 2019, 1:24 PM · Invalid

Feb 4 2019

hagbard changed the status of T1226: Wireguard not working between vyos routers 1.2.0 from In progress to On hold.
Feb 4 2019, 9:38 PM · Invalid
hagbard added a comment to T1226: Wireguard not working between vyos routers 1.2.0.

@Maltahl Let me know if you still need help, please. I put the task meanwhile on-hold.

Feb 4 2019, 9:37 PM · Invalid
EwaldvanGeffen added a comment to T1212: IPSec Tunnel to Cisco ASA drops reliably after 4.2GB transferred.

Configured protocols does not match Proposed protocols. Try without pfs configuration on the VyOS side.

Feb 4 2019, 9:14 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
rps created T1230: Improving Boot Time for Large Firewall Configurations.
Feb 4 2019, 8:28 PM · VyOS 1.3 Equuleus (1.3.6)
hagbard closed T1225: wireguard implement 'set int wireguard wg0 peer name disable' to disable single peers as Resolved.

http://dev.packages.vyos.net/repositories/current/vyos/pool/main/v/vyos-1x/vyos-1x_1.2.0-12_all.deb next rolling release has it.

Feb 4 2019, 8:26 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard changed the status of T1226: Wireguard not working between vyos routers 1.2.0 from Open to In progress.
Feb 4 2019, 6:04 PM · Invalid

Feb 3 2019

cmonck created T1228: pppoe default-route force option not working (Rel 1.2.0-rc11).
Feb 3 2019, 11:00 AM · VyOS 1.2 Crux (VyOS 1.2.5)

Feb 2 2019

Maltahl added a comment to T1226: Wireguard not working between vyos routers 1.2.0.

@Maltahl Did you try the same with the rolling release? I don't see any issue with your config in particular, did you check that the wg traffic is actually getting to your router02?

Feb 2 2019, 9:49 PM · Invalid
hagbard claimed T1226: Wireguard not working between vyos routers 1.2.0.
Feb 2 2019, 5:29 PM · Invalid
hagbard added a comment to T1226: Wireguard not working between vyos routers 1.2.0.

@Maltahl Did you try the same with the rolling release? I don't see any issue with your config in particular, did you check that the wg traffic is actually getting to your router02?

Feb 2 2019, 5:28 PM · Invalid
runar added a comment to T1226: Wireguard not working between vyos routers 1.2.0.

That is not how wireguard works ? that is how ipsec and openvpn works.

This is how ipv4 works :) and have nothing to do with wireguard, ipsec etc. Actually the config you have applied eill in some situations work, but that relies on the handling of the packets inside the kernel and is not following the tcp/ip principles... If you take a look on the quick start guide on the wireguard webpage you se it there aswell... https://www.wireguard.com/quickstart/.

Feb 2 2019, 3:34 PM · Invalid
Maltahl added a comment to T1226: Wireguard not working between vyos routers 1.2.0.
In T1226#32008, @runar wrote:

Hi! I see that your tunnels does not resides inside the same subnet, one devise is '10.0.90.1/24' and the other one '10.0.100.1/24'.. please move one of then to ip .2 in the subnet belonging to the other router.

Feb 2 2019, 3:16 PM · Invalid
mschmidt72 created T1227: rip PW can't be set at interface config.
Feb 2 2019, 10:59 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
runar added a comment to T1226: Wireguard not working between vyos routers 1.2.0.

Hi! I see that your tunnels does not resides inside the same subnet, one devise is '10.0.90.1/24' and the other one '10.0.100.1/24'.. please move one of then to ip .2 in the subnet belonging to the other router.

Feb 2 2019, 7:48 AM · Invalid

Feb 1 2019

Maltahl added a comment to T1226: Wireguard not working between vyos routers 1.2.0.

Forgot to add version for both routers, sorry.

Feb 1 2019, 11:36 PM · Invalid
Maltahl created T1226: Wireguard not working between vyos routers 1.2.0.
Feb 1 2019, 11:31 PM · Invalid
hagbard triaged T1225: wireguard implement 'set int wireguard wg0 peer name disable' to disable single peers as Normal priority.
Feb 1 2019, 7:00 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard claimed T1225: wireguard implement 'set int wireguard wg0 peer name disable' to disable single peers .
Feb 1 2019, 6:59 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard created T1225: wireguard implement 'set int wireguard wg0 peer name disable' to disable single peers .
Feb 1 2019, 6:59 PM · VyOS 1.2 Crux (VyOS 1.2.1)

Jan 31 2019

daniil updated the task description for T1222: OSPF routing problem - route looping.
Jan 31 2019, 4:56 PM · VyOS 1.3 Equuleus (1.3.0-epa1), vyos-frr
daniil updated the task description for T1222: OSPF routing problem - route looping.
Jan 31 2019, 4:55 PM · VyOS 1.3 Equuleus (1.3.0-epa1), vyos-frr
daniil updated the task description for T1222: OSPF routing problem - route looping.
Jan 31 2019, 4:53 PM · VyOS 1.3 Equuleus (1.3.0-epa1), vyos-frr
daniil created T1222: OSPF routing problem - route looping.
Jan 31 2019, 4:41 PM · VyOS 1.3 Equuleus (1.3.0-epa1), vyos-frr

Jan 30 2019

hagbard added a comment to T1217: 1.2.0 LTS cant delete wireguard wg0 interface.

Fix: https://github.com/vyos/vyos-1x/commit/2f70340179a64d5936c32cc3c0d6d7f6f04054d0 applied, pkg build currently running.

Jan 30 2019, 11:02 PM · VyOS 1.2 Crux (VyOS 1.2.1)
kroy added a comment to T1218: Static routes not being applied in 1.2 Release.

Too add, routes are present in FRR

Jan 30 2019, 10:58 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard changed the status of T1217: 1.2.0 LTS cant delete wireguard wg0 interface from Confirmed to In progress.
Jan 30 2019, 10:54 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard added a comment to T1217: 1.2.0 LTS cant delete wireguard wg0 interface.

Bug confirmed.

Jan 30 2019, 10:49 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard changed the status of T1217: 1.2.0 LTS cant delete wireguard wg0 interface from Open to Confirmed.
Jan 30 2019, 10:48 PM · VyOS 1.2 Crux (VyOS 1.2.1)
kroy created T1218: Static routes not being applied in 1.2 Release.
Jan 30 2019, 10:44 PM · VyOS 1.2 Crux (VyOS 1.2.1)
Maltahl added a comment to T1217: 1.2.0 LTS cant delete wireguard wg0 interface.
fma@glos1ce1dk:~$ sh ver
Version:          VyOS 1.2.0
Built by:         Sentrium S.L.
Built on:         Sun 27 Jan 2019 19:08 UTC
Build ID:         795d6338-c1ce-4ebb-992f-d064f5af9309
Jan 30 2019, 10:36 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard added a comment to T1217: 1.2.0 LTS cant delete wireguard wg0 interface.

I can't replicate it, but I'm using also the rolling release.
Can you please provide the output of:

Jan 30 2019, 10:31 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard claimed T1217: 1.2.0 LTS cant delete wireguard wg0 interface.
Jan 30 2019, 10:23 PM · VyOS 1.2 Crux (VyOS 1.2.1)
Maltahl created T1217: 1.2.0 LTS cant delete wireguard wg0 interface.
Jan 30 2019, 10:07 PM · VyOS 1.2 Crux (VyOS 1.2.1)
amcmillen created T1216: EAP-TTLS-PAP support for RADIUS.
Jan 30 2019, 8:08 PM · VyOS 1.5 Circinus
njh created T1215: Should the vyatta-cfg-firewall control file list vyatta-wirelessmodem in Replaces?.
Jan 30 2019, 6:42 PM · VyOS 1.3 Equuleus (1.3.7)
c-po closed T1213: ddclient not functional as Resolved.
Jan 30 2019, 6:09 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po closed T1214: Add `ipaddrcheck` to the packages directory as Resolved.
Jan 30 2019, 11:15 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
njh renamed T1214: Add `ipaddrcheck` to the packages directory from Add `ipaddrcheck ` to the packages directory to Add `ipaddrcheck` to the packages directory.
Jan 30 2019, 10:03 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
njh created T1214: Add `ipaddrcheck` to the packages directory.
Jan 30 2019, 10:02 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po claimed T1213: ddclient not functional.
Jan 30 2019, 8:12 AM · VyOS 1.2 Crux (VyOS 1.2.1)
mdsmds edited projects for T1213: ddclient not functional, added: VyOS 1.2 Crux; removed VyOS 1.2 Crux ( VyOS 1.2.0-rc11).
Jan 30 2019, 8:11 AM · VyOS 1.2 Crux (VyOS 1.2.1)

Jan 29 2019

kroy renamed T1212: IPSec Tunnel to Cisco ASA drops reliably after 4.2GB transferred from IPSec Tunnel to Cisco ASA drops after exactly 4.2GB transferred to IPSec Tunnel to Cisco ASA drops reliably after 4.2GB transferred.
Jan 29 2019, 5:21 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
kroy updated the task description for T1212: IPSec Tunnel to Cisco ASA drops reliably after 4.2GB transferred.
Jan 29 2019, 5:20 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
kroy updated the task description for T1212: IPSec Tunnel to Cisco ASA drops reliably after 4.2GB transferred.
Jan 29 2019, 5:19 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
kroy created T1212: IPSec Tunnel to Cisco ASA drops reliably after 4.2GB transferred.
Jan 29 2019, 5:18 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Jan 28 2019

thinkl33t updated the task description for T1211: Blank hostnames from dhcpd are able to bring down DNS.
Jan 28 2019, 4:47 PM · VyOS 1.2 Crux (VyOS 1.2.1)
thinkl33t created T1211: Blank hostnames from dhcpd are able to bring down DNS in the S1 VyOS Public space.
Jan 28 2019, 4:47 PM · VyOS 1.2 Crux (VyOS 1.2.1)
bjtangseng created T1210: About IKEv2 IPSec VPN remote access.
Jan 28 2019, 2:53 PM · VyOS 1.4 Sagitta
adestis created T1209: OSPF max-metric values over 100 cause commit errors.
Jan 28 2019, 1:07 PM · VyOS 1.2 Crux (VyOS 1.2.3)

Jan 27 2019

njh added a comment to T1208: 'install images' fails on removable storage.

@UnicronNL Thank you very much, that is really useful to know.

Jan 27 2019, 8:57 PM · VyOS 1.3 Equuleus (1.3.0)
UnicronNL added a comment to T1208: 'install images' fails on removable storage.

If you manually partition you need to keep in mind 2 things.
the filesystem label needs to be "persistence" (mkfs.ext4 < device > -L persistence)
and in the root of the filesystem you must create a persistence.conf file containing "/ union"
(echo "/ union" > /persistence.conf) on your partition meat for vyos.

Jan 27 2019, 6:24 PM · VyOS 1.3 Equuleus (1.3.0)
njh created T1208: 'install images' fails on removable storage.
Jan 27 2019, 5:42 PM · VyOS 1.3 Equuleus (1.3.0)
syncer renamed T1194: cronjob is being setup even if not saved from conjob is being setup even if not saved to cronjob is being setup even if not saved.
Jan 27 2019, 12:34 AM · VyOS 1.2 Crux (VyOS 1.2.6)

Jan 26 2019

hagbard renamed T1205: module pcspkr missing from module pcspkr missiing to module pcspkr missing.
Jan 26 2019, 6:35 PM · VyOS 1.2 Crux (VyOS 1.2.6)
hagbard created T1205: module pcspkr missing.
Jan 26 2019, 6:25 PM · VyOS 1.2 Crux (VyOS 1.2.6)