User Details
- User Since
- Mar 29 2016, 3:19 AM (444 w, 5 d)
Apr 9 2022
Apr 8 2022
Jan 19 2022
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 13 2022
Any updates? No one?
Dec 27 2021
Dec 22 2021
VyOS 1.3.0-epa3 with config below works good:
Dec 10 2021
@Viacheslav Right, if I will write server-bridge, then OpenVPN will write to log error about "cannot be used together"
Dec 9 2021
Anyone?
Dec 7 2021
Nov 29 2021
Nov 16 2021
When i remove from /etc/snmp/snmpd.conf ,('::1', '161') in agentaddress it solve the issue....
show system ipv6 disable
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 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 8 2021
OK, thanks.
Jun 2 2020
Looks like I'v got same error: https://phabricator.vyos.net/T2542
vyos@MSklad# save Warning: you have uncommitted changes that will not be saved.
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
Apr 24 2020
Feb 7 2020
(It's possible to spy decision on Ubnt, this issue solved there, in attach:)
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 6 2020
Dec 11 2019
Nov 19 2019
hello @c-po , thanks a lot for reply!
"Different way" - you mean if [ "$1" = "configure" ];? "Same way" - I mean addgroup / adduser commands...
Nov 13 2019
Nov 10 2019
Gentlemen, PLZ! Enplane me, what's wrong with it? Why my ISOs wont work?!?!
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
show system ntp allow-clients { address 192.168.100.0/24 } server 10.255.0.1 { prefer }
Hello all! Was anything made with this issue?
Oct 29 2019
@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 28 2019
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 25 2019
I think that it's happens because I add zabbix-agent and user zabbix while compile ISO. And possible GID / UID was changed...
Oct 23 2019
I have found reason of this error:
migrate r1-system firewall configure failed.
Configuration error.
Oct 22 2019
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.
then i can't login, if i got:
Sep 4 2019
So in conf file should be enabled by default:
iproute /usr/local/sbin/unpriv-ip
persist-tun
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...
Thanks, I'll try to figure it out. What do you think about openvpn:openvpn?
Sep 3 2019
And may be change nobody:nogroup to openvpn:openvpn? It's more clear, i think...
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...
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...
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:
Aug 20 2019
Aug 17 2019
On the fresh version builded today:
Aug 5 2019
Jun 20 2019
I don't use rolling, I build ISO myself. I'll try to use last git version.
Jun 19 2019
Check this Docker works good...
Not sure, but try this:
Jun 18 2019
Jun 16 2019
When I compiled it without --static everything went well.
Feb 13 2019
Daniil, Yuriy, plz watch on it, may be you got any ideas?
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 12 2019
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 11 2019
Could it be connected? https://phabricator.vyos.net/T1214
Feb 10 2019
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 9 2019
no ideas?
Feb 1 2019
Jan 24 2019
I'm not sure. Only hypothesis...
Jan 8 2019
This was fixed,
Please read documentation
Jan 4 2019
Dudes? Still same...
Dec 18 2018
Should be fixed now
Maybe i'm doing something wrong? But still not...
Dec 17 2018
After removing of this package I got:
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 6 2018
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)
Nov 28 2018
uname -a Linux vyosbuilder 3.16.0-4-amd64 #1 SMP Debian 3.16.51-3 (2017-12-13) x86_64 GNU/Linux
I cant understand about Docker, early I used virtualbox with Deb8, now i need to use DOcker inside of this virtualbox ???
Nov 27 2018
Oct 9 2018
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...
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 8 2018
Feb 23 2018
Dec 14 2016
Dec 8 2016
jclendenan, /tmp/eee is just a sample file where installation script could take a list of available configs.
Almost like you describe below:
Dec 5 2016
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"
Nov 23 2016
1st row link to ISO image
and after it error that i got.
live cd fresh boot, empty config
Nov 22 2016
Oct 8 2016
Sep 14 2016
Sep 12 2016
this hostname is coming from the DHCP-server upstream
Aug 31 2016
Hello, any updates?