Page MenuHomeVyOS Platform
Feed Advanced Search

Apr 9 2022

hexes added a comment to T4348: Site access denied.

I have normal access!

Apr 9 2022, 2:58 AM

Apr 8 2022

hexes triaged T4348: Site access denied as High priority.
Apr 8 2022, 3:33 AM

Jan 19 2022

hexes added a comment to T4025: OpenVPN server with TAP interface, client didn’t see network.

Hello @Viacheslav, thanks for reply, so, if you'll bridge vtun94 and eth0.94 to br94 will it work in L2 level?
Did you push this update to nightbuild?

Jan 19 2022, 3:39 AM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, openvpn

Jan 13 2022

hexes added a comment to T4025: OpenVPN server with TAP interface, client didn’t see network.

Any updates? No one?

Jan 13 2022, 3:56 AM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, openvpn

Dec 27 2021

hexes updated subscribers of T4025: OpenVPN server with TAP interface, client didn’t see network.
Dec 27 2021, 3:34 AM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, openvpn

Dec 22 2021

hexes added a comment to T4025: OpenVPN server with TAP interface, client didn’t see network.

VyOS 1.3.0-epa3 with config below works good:

Dec 22 2021, 8:06 AM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, openvpn

Dec 10 2021

hexes added a comment to T4025: OpenVPN server with TAP interface, client didn’t see network.

@Viacheslav Right, if I will write server-bridge, then OpenVPN will write to log error about "cannot be used together"

Dec 10 2021, 5:34 AM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, openvpn

Dec 9 2021

hexes added a comment to T4025: OpenVPN server with TAP interface, client didn’t see network.

Anyone?

Dec 9 2021, 10:32 AM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, openvpn

Dec 7 2021

hexes triaged T4025: OpenVPN server with TAP interface, client didn’t see network as High priority.
Dec 7 2021, 1:22 PM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, openvpn

Nov 29 2021

hexes created T4025: OpenVPN server with TAP interface, client didn’t see network.
Nov 29 2021, 7:00 AM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, openvpn

Nov 16 2021

hexes added a comment to T3996: SNMP service error in log.

When i remove from /etc/snmp/snmpd.conf ,('::1', '161') in agentaddress it solve the issue....

Nov 16 2021, 9:37 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
hexes added a comment to T3996: SNMP service error in log.
show system ipv6 
 disable
Nov 16 2021, 9:32 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
hexes added a comment to T3996: SNMP service error in log.
show service snmp 
 community public {
     authorization ro
     network 11.11.11.0/24
 }
 contact [email protected]
 listen-address 11.11.11.251 {
     port 161
 }
 location ru-brn
Nov 16 2021, 9:29 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
hexes added a comment to T3996: SNMP service error in log.
Nov 16 16:23:27 r1-brn systemd[1]: snmpd.service: Main process exited, code=exited, status=1/FAILURE
Nov 16 16:23:27 r1-brn systemd[1]: snmpd.service: Failed with result 'exit-code'.
Nov 16 2021, 9:24 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
hexes created T3996: SNMP service error in log.
Nov 16 2021, 9:19 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Nov 8 2021

hexes added a comment to T3975: Clear dhcp server leases.

OK, thanks.

Nov 8 2021, 9:24 AM · vyatta-op-dhcp-server, VyOS 1.4 Sagitta
hexes added a comment to T3975: Clear dhcp server leases.

Duplicate T1375

Nov 8 2021, 9:17 AM · vyatta-op-dhcp-server, VyOS 1.4 Sagitta
hexes created T3975: Clear dhcp server leases.
Nov 8 2021, 7:58 AM · vyatta-op-dhcp-server, VyOS 1.4 Sagitta

Jun 2 2020

hexes added a comment to T2064: OpenVPN with dev-type tap fails.

Looks like I'v got same error: https://phabricator.vyos.net/T2542

Jun 2 2020, 3:16 PM · VyOS 1.3 Equuleus (1.3.0)
hexes added a comment to T2542: OpenVPN client tap interfaces not coming up.
vyos@MSklad# save 
Warning: you have uncommitted changes that will not be saved.
Jun 2 2020, 3:04 PM · VyOS 1.3 Equuleus (1.3.0)
hexes added a comment to T2542: OpenVPN client tap interfaces not coming up.
vyos@MSklad# show interfaces openvpn 
+openvpn vtun1 {
+    description VPN
+    device-type tap
+    mode client
+    openvpn-option "--script-security 2"
+    persistent-tunnel
+    protocol udp
+    remote-host ip
+    remote-port port
+    tls {
+        ca-cert-file /config/auth/ca.crt
+        cert-file /config/auth/MSklad.crt
+        key-file /config/auth/MSklad.key
+        tls-version-min 1.0
+    }
+    use-lzo-compression
+}
[edit]
vyos@MSklad# commit
[ interfaces openvpn vtun1 ]
Traceback (most recent call last):
  File "/usr/libexec/vyos/conf_mode/interfaces-openvpn.py", line 1028, in <module>
    apply(c)
  File "/usr/libexec/vyos/conf_mode/interfaces-openvpn.py", line 1018, in apply
    Interface(openvpn['intf']).set_state('up')
  File "/usr/lib/python3/dist-packages/vyos/ifconfig.py", line 110, in __init__
    raise Exception('interface "{}" not found'.format(self.config['ifname']))
Exception: interface "vtun1" not found
Jun 2 2020, 2:59 PM · VyOS 1.3 Equuleus (1.3.0)
hexes created T2542: OpenVPN client tap interfaces not coming up.
Jun 2 2020, 2:37 PM · VyOS 1.3 Equuleus (1.3.0)

Apr 24 2020

hexes created T2376: /config/user-data and "preserved during image upgrade!".
Apr 24 2020, 8:24 AM · VyOS 1.2 Crux

Feb 7 2020

hexes added a comment to T2018: How to configure DHCP servers option with quotes?.

(It's possible to spy decision on Ubnt, this issue solved there, in attach:)


Feb 7 2020, 5:38 AM · vyatta-cfg-dhcp-server
hexes added a comment to T2018: How to configure DHCP servers option with quotes?.

c-po, thanks a lot, didn't see this trick... There is too much different docs. We need to combine in one place. Here is nothing about quotes... :-( https://wiki.vyos.net/wiki/DHCP_server

Feb 7 2020, 4:14 AM · vyatta-cfg-dhcp-server

Feb 6 2020

hexes created T2018: How to configure DHCP servers option with quotes?.
Feb 6 2020, 7:47 AM · vyatta-cfg-dhcp-server

Dec 11 2019

hexes created T1868: Add opportunity to get current values from API.
Dec 11 2019, 3:46 AM · VyOS 1.3 Equuleus (1.3.0)

Nov 19 2019

hexes added a comment to T1757: ISO issue, login/pass, VirtualBox / HW.

hello @c-po , thanks a lot for reply!
"Different way" - you mean if [ "$1" = "configure" ];? "Same way" - I mean addgroup / adduser commands...

Nov 19 2019, 3:39 PM · VyOS 1.2 Crux, build-iso

Nov 13 2019

hexes created T1803: Unbind NTP while it's not requested.
Nov 13 2019, 4:41 PM · VyOS 1.2 Crux (VyOS 1.2.5)

Nov 10 2019

hexes triaged T1795: Commit rollback by timeout as Wishlist priority.
Nov 10 2019, 4:30 PM · VyOS 1.4 Sagitta, Active contributors
hexes added a comment to T1757: ISO issue, login/pass, VirtualBox / HW.

Gentlemen, PLZ! Enplane me, what's wrong with it? Why my ISOs wont work?!?!

Nov 10 2019, 4:00 PM · VyOS 1.2 Crux, build-iso
hexes added a comment to T599: Bind NTP service to specific interface.

While "interface ignore wildcard" configured, we got:

ntpq -c lpeer
 remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
 10.255.0.1      .INIT.          16 u    -   64    0    0.000    0.000   0.000
Nov 10 2019, 3:01 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
hexes added a comment to T599: Bind NTP service to specific interface.
show system ntp
allow-clients {
    address 192.168.100.0/24
}
server 10.255.0.1 {
    prefer
}
Nov 10 2019, 2:58 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
hexes added a comment to T177: SSD tweaks.

Hello all! Was anything made with this issue?

Nov 10 2019, 1:27 PM · VyOS 1.5 Circinus

Oct 29 2019

hexes added a comment to T1757: ISO issue, login/pass, VirtualBox / HW.

@c-po, thanks for your attention, I have found this:
vyos-build/build/chroot/var/lib/dpkg/info/vyatta-cfg-system.postinst

#OpenVPN should get its own user
if ! grep -q '^openvpn' /etc/passwd; then
    sudo adduser --system --group --shell /usr/sbin/nologin --home /var/lib/openvpn openvpn
fi
Oct 29 2019, 3:47 PM · VyOS 1.2 Crux, build-iso

Oct 28 2019

hexes updated subscribers of T1757: ISO issue, login/pass, VirtualBox / HW.

Christian, may be you know, when you fixed OpenVPN issue and add openvpn user, how did you do it? Why regular zabbix-agent and zabbix-proxy installation script broke authorization?

Oct 28 2019, 3:22 AM · VyOS 1.2 Crux, build-iso

Oct 25 2019

hexes added a comment to T1757: ISO issue, login/pass, VirtualBox / HW.

I think that it's happens because I add zabbix-agent and user zabbix while compile ISO. And possible GID / UID was changed...

Oct 25 2019, 8:43 AM · VyOS 1.2 Crux, build-iso

Oct 23 2019

hexes added a comment to T1757: ISO issue, login/pass, VirtualBox / HW.

I have found reason of this error:

migrate r1-system firewall configure failed.
Configuration error.

Oct 23 2019, 4:00 AM · VyOS 1.2 Crux, build-iso

Oct 22 2019

hexes added a project to T1757: ISO issue, login/pass, VirtualBox / HW: build-iso.
Oct 22 2019, 10:28 AM · VyOS 1.2 Crux, build-iso
hexes added a comment to T1757: ISO issue, login/pass, VirtualBox / HW.

If i record this ISO to CD it boots normally, but from flash I can't login.
I also noticed, when i boot from flash, i got message:
migrate r1-system firewall configure.
Configuration success.

IMG_20191022_165242142.jpg (2×3 px, 2 MB)

then i can't login, if i got:

Oct 22 2019, 10:15 AM · VyOS 1.2 Crux, build-iso
hexes created T1757: ISO issue, login/pass, VirtualBox / HW.
Oct 22 2019, 9:19 AM · VyOS 1.2 Crux, build-iso

Sep 4 2019

hexes added a comment to T1630: OpenVPN after changing it from root to nobody (unprivileged user) cant add routes.

So in conf file should be enabled by default:
iproute /usr/local/sbin/unpriv-ip
persist-tun

Sep 4 2019, 2:38 PM · VyOS 1.3 Equuleus (1.3.0)
hexes added a comment to T1630: OpenVPN after changing it from root to nobody (unprivileged user) cant add routes.

As i understand this script only generate conf file, but we need to change init script, add wrapper script and grant sudo access to the openvpn user to exec this wrapper script...

Sep 4 2019, 2:27 PM · VyOS 1.3 Equuleus (1.3.0)
hexes added a comment to T1630: OpenVPN after changing it from root to nobody (unprivileged user) cant add routes.

Thanks, I'll try to figure it out. What do you think about openvpn:openvpn?

Sep 4 2019, 1:53 PM · VyOS 1.3 Equuleus (1.3.0)

Sep 3 2019

hexes added a comment to T1630: OpenVPN after changing it from root to nobody (unprivileged user) cant add routes.

And may be change nobody:nogroup to openvpn:openvpn? It's more clear, i think...

Sep 3 2019, 4:41 PM · VyOS 1.3 Equuleus (1.3.0)
hexes added a comment to T1630: OpenVPN after changing it from root to nobody (unprivileged user) cant add routes.

How can I help you to fix it? In this article https://community.openvpn.net/openvpn/wiki/UnprivilegedUser looks like it's not so hard...

Sep 3 2019, 4:40 PM · VyOS 1.3 Equuleus (1.3.0)
hexes updated the task description for T1630: OpenVPN after changing it from root to nobody (unprivileged user) cant add routes.
Sep 3 2019, 3:32 PM · VyOS 1.3 Equuleus (1.3.0)
hexes created T1630: OpenVPN after changing it from root to nobody (unprivileged user) cant add routes.
Sep 3 2019, 3:29 PM · VyOS 1.3 Equuleus (1.3.0)
hexes added a comment to T1448: Permissions after image update .

Or may be you could tell me where I can include this commands? Also I need to setup correct owners for /config/user-data/zabbix/ dir, there is zabbix-proxy DB...

Sep 3 2019, 2:55 PM · Rejected
hexes added a comment to T1448: Permissions after image update .

how could I show it to you? Which version have you try to update? I think simple chown in update script could fix it!
Also i think it could be compare with changing of list of users and thous IDs:
Old system list:

Sep 3 2019, 2:33 PM · Rejected

Aug 20 2019

hexes placed T1448: Permissions after image update up for grabs.
Aug 20 2019, 5:46 AM · Rejected

Aug 17 2019

hexes reopened T1448: Permissions after image update as "Open".

On the fresh version builded today:

Aug 17 2019, 3:15 PM · Rejected

Aug 5 2019

hexes created T1563: DNAT configuration issue.
Aug 5 2019, 10:55 AM · Invalid

Jun 20 2019

hexes added a comment to T1448: Permissions after image update .

I don't use rolling, I build ISO myself. I'll try to use last git version.

Jun 20 2019, 1:53 PM · Rejected

Jun 19 2019

hexes added a comment to T1263: current 1.2 iso image not buildable from source.

Check this Docker works good...

Jun 19 2019, 5:52 AM
hexes added a comment to T1114: VyOS 1.2 tftp issue, NAT client could not boot via tftp server, same setup on VyOS 1.1.8 works fine.

Not sure, but try this:

Jun 19 2019, 5:49 AM
hexes created T1454: Reading deprecated /etc/frr/daemons.conf.
Jun 19 2019, 4:41 AM · VyOS 1.2 Crux (VyOS 1.2.2)
hexes created T1453: Warning: nss-myhostname is not installed.
Jun 19 2019, 4:22 AM · VyOS 1.2 Crux (VyOS 1.2.2)

Jun 18 2019

hexes created T1449: Add opportunity to include custom default configs (few) at building .
Jun 18 2019, 5:48 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
hexes created T1448: Permissions after image update .
Jun 18 2019, 5:07 PM · Rejected

Jun 16 2019

hexes closed T1223: Zabbix Proxy crash on actual version of VyOS as Resolved.

When I compiled it without --static everything went well.

Jun 16 2019, 3:33 PM · Active contributors

Feb 13 2019

hexes added a comment to T1223: Zabbix Proxy crash on actual version of VyOS.

Daniil, Yuriy, plz watch on it, may be you got any ideas?

Feb 13 2019, 3:24 PM · Active contributors
hexes reopened T1223: Zabbix Proxy crash on actual version of VyOS as "Open".
Feb 13 2019, 3:23 PM · Active contributors
hexes added a comment to T1223: Zabbix Proxy crash on actual version of VyOS.

Vladislav thinks that the bug is not in Zabbix. On the one hand, I agree with him, because early (on early version of VyOS 1.2 at summer, autumn) it works perfectly...
But test app that he made for me works ok, without crashes... So i dont know what to do... Any ideas?

Feb 13 2019, 3:20 PM · Active contributors

Feb 12 2019

hexes added a comment to T1223: Zabbix Proxy crash on actual version of VyOS.

for example it crashing when in config from server there is a discovery rule with network like 192.168.1.0/24, early, before we patched it and remove gethostbyaddr conversion, it crashes when agent connects to it...
So it's look like all depend from ip addresses and may be gethostbyaddr....

Feb 12 2019, 3:27 PM · Active contributors

Feb 11 2019

hexes added a comment to T1223: Zabbix Proxy crash on actual version of VyOS.

Could it be connected? https://phabricator.vyos.net/T1214

Feb 11 2019, 4:23 PM · Active contributors

Feb 10 2019

hexes added a comment to T1223: Zabbix Proxy crash on actual version of VyOS.

I have removed resolving of IP address into DNS, you can also try compiling with --enable-ipv6 flag to use different functions in order to avoid this issue.
Can you please provide a little bit more information about you system ? It is very strange that gethostbyaddr() function crash, have you tried updating your system to latest version ?

Feb 10 2019, 4:36 PM · Active contributors

Feb 9 2019

hexes added a comment to T1223: Zabbix Proxy crash on actual version of VyOS.

no ideas?

Feb 9 2019, 2:47 PM · Active contributors

Feb 1 2019

hexes triaged T1223: Zabbix Proxy crash on actual version of VyOS as Normal priority.
Feb 1 2019, 12:40 AM · Active contributors

Jan 24 2019

hexes closed T1195: Passive FTP + NAT + Privileged Port as Resolved.
Jan 24 2019, 4:09 PM · vyos-kernel, vyatta-cfg-firewall, vyatta-nat, VyOS-1.2.0-GA
hexes added a comment to T1195: Passive FTP + NAT + Privileged Port.

I'm not sure. Only hypothesis...

Jan 24 2019, 4:09 PM · vyos-kernel, vyatta-cfg-firewall, vyatta-nat, VyOS-1.2.0-GA
hexes created T1195: Passive FTP + NAT + Privileged Port in the S1 VyOS Public space.
Jan 24 2019, 1:26 AM · vyos-kernel, vyatta-cfg-firewall, vyatta-nat, VyOS-1.2.0-GA

Jan 8 2019

hexes added a comment to T1052: ISO compilation error.

This was fixed,
Please read documentation

Jan 8 2019, 4:11 PM · build-iso

Jan 4 2019

hexes raised the priority of T1052: ISO compilation error from Low to High.
Jan 4 2019, 2:45 PM · build-iso
hexes added a comment to T1052: ISO compilation error.

Dudes? Still same...

Jan 4 2019, 2:44 PM · build-iso

Dec 18 2018

hexes added a comment to T1052: ISO compilation error.

Should be fixed now

Maybe i'm doing something wrong? But still not...

Dec 18 2018, 3:24 PM · build-iso

Dec 17 2018

hexes added a comment to T1052: ISO compilation error.

After removing of this package I got:

Dec 17 2018, 6:05 PM · build-iso
hexes added a comment to T1052: ISO compilation error.

Processing triggers for systemd (215-17+deb8u8) ...
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for libc-bin (2.19-18+deb8u10) ...
Errors were encountered while processing:
/var/cache/apt/archives/xe-guest-utilities_7.10.0-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
P: Begin unmounting filesystems...
P: Saving caches...
Reading package lists...
Building dependency tree...
Reading state information...

Dec 17 2018, 5:37 PM · build-iso

Dec 6 2018

hexes added a comment to T1020: OSPF Stops distributing default route after a while.

We got a little bit similar situation with Ubnt ERLite and VyOS 1.1.7, sometimes it loose all routes...
Reboot of both routers solve it... (but it tookes much more then 30 min)

Dec 6 2018, 2:58 PM · VyOS 1.2 Crux (VyOS 1.2.5)

Nov 28 2018

hexes added a comment to T1052: ISO compilation error.
uname -a
Linux vyosbuilder 3.16.0-4-amd64 #1 SMP Debian 3.16.51-3 (2017-12-13) x86_64 GNU/Linux
Nov 28 2018, 4:11 PM · build-iso
hexes added a comment to T1052: ISO compilation error.

I cant understand about Docker, early I used virtualbox with Deb8, now i need to use DOcker inside of this virtualbox ???

Nov 28 2018, 4:09 PM · build-iso

Nov 27 2018

hexes created T1052: ISO compilation error.
Nov 27 2018, 4:59 PM · build-iso

Oct 9 2018

hexes added a comment to T880: What do you think about softether VPN server?.

Why not? =)))
Because it's multi-protocol VPN server. Is supports SSL-VPN, OpenVPN, L2TP, EtherIP, L2TPv3 and IPsec...
Just an idea... May be it will be helpful... Or easy in management then few separate severs...

Oct 9 2018, 11:17 AM
hexes created T880: What do you think about softether VPN server?.
Oct 9 2018, 4:45 AM
hexes added a watcher for VyOS 2.0.x: hexes.
Oct 9 2018, 4:33 AM
hexes added a comment to T118: Native Zabbix Support.

I made zabbix-agent and zabbix-proxy support in 1.2, could someone watch on it? Is it ok or not?
(I have no github, only local copy, could we discuss it on russian in telegram?)

Oct 9 2018, 4:33 AM · Restricted Project, VyOS 1.4 Sagitta

Oct 8 2018

hexes triaged T876: L2TP/IPSEC Client as Normal priority.
Oct 8 2018, 7:38 AM · VyOS 1.5 Circinus

Feb 23 2018

hexes added a watcher for VyOS 1.3 Equuleus: hexes.
Feb 23 2018, 11:24 AM

Dec 14 2016

hexes created T211: show DHCP issue.
Dec 14 2016, 7:21 AM · VyOS 1.1.x

Dec 8 2016

hexes added a comment to T200: Automated config deployment from a removable drive at installation time.

jclendenan, /tmp/eee is just a sample file where installation script could take a list of available configs.
Almost like you describe below:

Dec 8 2016, 5:15 PM · VyOS 1.5 Circinus

Dec 5 2016

hexes added a comment to T200: Automated config deployment from a removable drive at installation time.
cat /etc/udev/rules.d/100-usbflash.rules 
KERNEL=="sd?1", SUBSYSTEMS=="usb", ACTION=="add", SYMLINK+="adminStick", RUN+="/usr/bin/logger Start mounting", RUN+="/home/vyos/mountAdminStick"
Dec 5 2016, 11:02 AM · VyOS 1.5 Circinus
hexes created T201: Beep When Fully Booted.
Dec 5 2016, 7:22 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Nov 23 2016

hexes added a comment to T194: failed to parse tmpl [/protocols/static/route].

1st row link to ISO image
and after it error that i got.

Nov 23 2016, 6:08 PM
hexes removed a project from T194: failed to parse tmpl [/protocols/static/route]: VyOS 1.1.x (1.1.8).
Nov 23 2016, 6:01 PM
hexes added a comment to T194: failed to parse tmpl [/protocols/static/route].

live cd fresh boot, empty config

Nov 23 2016, 1:55 PM

Nov 22 2016

hexes created T194: failed to parse tmpl [/protocols/static/route].
Nov 22 2016, 6:32 PM

Oct 8 2016

hexes created T170: error while compiling iso.
Oct 8 2016, 11:59 AM · Rejected

Sep 14 2016

hexes created T150: Fix Wiki or link.
Sep 14 2016, 6:44 PM · Infrastructure

Sep 12 2016

hexes added a comment to T103: DHCP server prepends shared network name to hostnames.

this hostname is coming from the DHCP-server upstream

Sep 12 2016, 8:29 AM · VyOS 1.2 Crux (VyOS 1.2.6)

Aug 31 2016

hexes added a comment to T103: DHCP server prepends shared network name to hostnames.

Hello, any updates?

Aug 31 2016, 4:47 AM · VyOS 1.2 Crux (VyOS 1.2.6)