id
stringlengths 32
32
| text
stringlengths 0
895k
| name
stringlengths 0
33k
| domain
stringlengths 5
44
| bucket
stringclasses 19
values | answers
list |
---|---|---|---|---|---|
7f766e923627fc34dcc8901a5e17f5de | hi there,
i need to configure the multicast routing on my vyos router. i checked and found that multicast is not supported on vyos. is there a way that i can configure multicast routing on my vyos routing. | multicast routing not working | vyos.io | 2019.47 | [
{
"text": "multicast routing not supported at this time",
"name": "",
"is_accepted": true
}
] |
794da8613e69667cd8c4e5eef9f48667 | hi all, not sure if i have just stumbled on a bug maybe?
i have a zone based firewall and am now converting my port numbers to port-groups for ease.
i am trying to change a rule that has protocol tcp\_udp on port 53 to use port-group “dns” but get error
firewall configuration error: “dns” is not … | [resolved, user error] unable to set port-group to firewall rule with protocol tcp\_udp | vyos.io | 2020.45 | [
{
"text": "well, i think i may have had a moment… used the wrong command syntax.\n\nfor reference if anyone is searching it is\n\nset firewall name lan-cam rule 900 destination group port-group pg-ssh\n\nslightly not intuitive as i thought the port-group may fit under port, and didnt pick up it goes under destinatio…",
"name": "",
"is_accepted": true
}
] |
d1c396c9c7a7e2e5aa23b13376eb2e12 | hello, i would like to know if the qinq works correctly on vyos i am a juniper user have the equivalent of this command for the qinq for vyos
set interfaces ae0 unit 800 description qinq-to-customer
set interfaces ae0 unit 800 vlan-tags outer 666
set interfaces ae0 unit 800 vlan-tags inner 800
set … | vyos qinq commands | vyos.io | 2020.40 | [
{
"text": "it’s looks like\n\nset interfaces bonding bond0 member interface 'eth1'\n\nset interfaces bonding bond0 vif-s 666 vif-c 800 address '10.60.196.1/29'",
"name": "",
"is_accepted": true
}
] |
4a963796a9307503e7801d5851983bcd | i am running into walls trying to configure ipv6. <https://docs.vyos.io/en/latest/services/router-advert.html?highlight=slaac>
config -
eth0 gets an ipv6 address through slaac (autoconf), i am trying to pass those advertisements to eth1 to eth4.
i tried to setup router-advert but my ipv6 address is… | slaac passthrough to interfaces | vyos.io | 2020.40 | [
{
"text": "hi,\n\nyou need to use a prefix\n\nfor example:\n\n2001:db8:beef:2::/64\n\nyou try to configure a full ipv6 address",
"name": "",
"is_accepted": true
}
] |
fd1314829ebf8fdbf22ed5e977759aee | i’ve just started experimenting with vyos using the vyos-1.4-rolling-202105152115 release.
i cannot get dhcpv6 prefix delegation to work correctly; i am not sure if this is a configuration issue (i have followed the [dhcpv6-pd - pppoe example](https://docs.vyos.io/en/latest/configuration/interfaces/pppoe.html)) or if there is an issue with this release of vyos.
my i… | dhcpv6-pd: vyos announces /56 prefix on lan interface | vyos.io | 2021.25 | [
{
"text": "i have an idea what you can try (i don’t say it’s wrongly configured or a bug of whatever… it’s just a setting to try… sort of “set sce to aux”) …\n\nin the pppoe0 → dhcpv6-options → pd 0 → try to set “length” to 56 (or whatever length you get from your isp)",
"name": "",
"is_accepted": true
}
] |
461704a523e8947436b6a254f9d12d34 | newie here. trying to build a home 10gb switch with one intel 520-t nic and one solarflare sfn5122f. both are dual ports nics. loaded the latest rolling release (feb 14, 2021). intel card showed up, but not 5122f. lspci showed the card has been identified - two instances as “solarflare sfc9020”. b… | where is the driver module (sfc.so) for solarflare nic card? | vyos.io | 2021.10 | [
{
"text": "[@billdh2k](/u/billdh2k), modules already available on 1.3 beta. 1.4 rolling still on updating stage\n\nvyos@vyos:~$ show version | match version\n\nversion: vyos 1.3-beta-202102160443\n\nvyos@vyos:~$ sudo cat /boot/config-5.4.96-amd64-vyos | grep sfc\n\nconfig\\_sfc=m\n\nconfig\\_sfc\\_mcdi\\_mon=y\n\nconfig\\_sfc\\_sriov=y\n\nconfig\\_s…",
"name": "",
"is_accepted": true
}
] |
aca979a02bf555dfb0c0e858abeb4e71 | 200.x.x.x —> 187.x.x.x (peer) <-----------ipsec------------> 185.x.x.x (vyos,peer) --nat–> 192.168.x.21
actors:
left side ip 200.x.x.x, sends telnet probes each minute to 194.x.x.3:443 (dnat/snat) which shoudl reach 192.168.x.21
the left site is configured by partner and i have no access to it.
r… | ipsec snat problem | vyos.io | 2020.40 | [
{
"text": "in the end it appears that snat here does not get reported for the responses. decrypting of the esp packets show that correct ip headers are being sent anyway and the problem is on remote side. everything works as expected then",
"name": "",
"is_accepted": true
}
] |
55707cdf09bfae979a9bf2d4a556bdfe | hi, whenever i try and configure a tunnel interface with encapsulation ‘gre-bridge’ i can never commit the changes, following errors received …
report time: 2021-01-11 01:33:41
image version: vyos 1.4-rolling-202101101922
release train: sagitta
built by: [[email protected]](mailto:[email protected])
bu… | encapsulation gre-bridge not working | vyos.io | 2021.04 | [
{
"text": "[@djgroom](/u/djgroom), already fixed in the latest rolling.",
"name": "",
"is_accepted": true
}
] |
0cbc5560faf49edb3a510ec3b7134ae5 | on 1.2.8
the error message:
vyos-vrrp-wrapper: transition script /config/scripts/vrrp-master.sh failed, exit status: 1
the script that runs when transitioning into master.
any clues on why this would fail?
#!/bin/vbash
source /opt/vyatta/etc/functions/script-template
configure
set protocols osp… | vrrp transition script master fails | vyos.io | 2021.43 | [
{
"text": "[image] olofl:\n\nexit\n\nrestart vpn\n\nreset ip bgp all\n\ntry to change it to:\n\nrun restart vpn\n\nrun reset ip bgp all\n\nexit",
"name": "",
"is_accepted": true
}
] |
74671465542c5f9e6ebc978df07ce2a2 | hello all,
i have a working vyos configuration up and running on 1.2.5. i decided i’d try it out on a 1.3 rolling build (most current build in the directory as of today) and get errors. from the time that “mounting vyos config…done” appears on my console, it takes 3 minuites 18 seconds ± for “start… | errors when trying to upgrade a working configuration from 1.2.5 to 1.3 rolling (lastest build) | vyos.io | 2020.29 | [
{
"text": "hm, very interesting situation. in this case you need manually delete all hw-id .... entry in sudo /etc/config/config.boot. and then restart router.",
"name": "",
"is_accepted": true
}
] |
8d2ee9ea572b3dd08f37d74814c38090 | it seems that linux supports unicast vxlans but vyos does not. the docs say that the [multicast] group keyword is required. is there any chance the docs are just out of date, or is multicast really the only control plane available in vyos? | unicast vxlans in vyos | vyos.io | 2020.45 | [
{
"text": "hi,\n\nyes the documation is not yet correct at this point. when you take a look at the possible commands:\n\nvyos@rtr-1# set interfaces vxlan vxlan123 [tab]\n\npossible completions:\n\n+ address ip address\n\n> bridge-group add this interface to a bridge group\n\ndescription description\n\n> firewall …",
"name": "",
"is_accepted": true
}
] |
54db1d6f19a79e115747b9f9f684ac51 | edgeos has operational command
clear ip ospf process
has vyos an analogue? | how to reset ospf? | vyos.io | 2020.45 | [
{
"text": "vyos 1.1.8 doesn’t have possibility to clear ospf process.\n\nit should be provided in 1.2.",
"name": "",
"is_accepted": true
}
] |
1cf7e56707b7bb5803d902b94ff7c0a3 | hello ,
i am trying to make a vxlan tunnel over the vyos devices using vyos 1.3-rolling-202006010117 image but am not succeeding in that as the following below error is coming.
[ interfaces vxlan vxlan0 ]
warning: rfc7348 recommends vxlan tunnels preserve a 1500 byte mtu
vyos had an issue comple… | vxlan source-interface not working in vyos 1.3 | vyos.io | 2020.29 | [
{
"text": "hello sir,\n\ni tried it on <https://downloads.vyos.io/rolling/current/amd64/vyos-rolling-latest.iso>\n\nit’s working now. the above issue is not coming.\n\nwas there some fix done ? because earlier it wasn’t working.",
"name": "",
"is_accepted": true
}
] |
f2419e1082634029bde7ab0b5508660e | i cannot anymore access my router through the gui by entering the hostname “[router.xxx.com](http://router.xxx.com)” .
i still have access on the gui by entering the ip address.
i did set up the ddns and it looks ok.
show dns dynamic status
interface : eth0
ip address : xx.xx.xx.204
host-name : router.xxx.com
last up… | unable to access gui by entering the hostname | vyos.io | 2020.34 | [
{
"text": "you aren’t running vyos. you’re running edgeos. vyos is not ubiquiti.\n\nyou need to use the ubiquiti forums.",
"name": "",
"is_accepted": true
}
] |
012b2a257ca7f373fd14f524d4bf5935 | hello,
i installed a seucirtyonion “evaluation instance”, i wish to make a traffic forwarding on a specific ip in the dmz zone.
firewall
blockquote
firewall {
all-ping enable
broadcast-ping disable
config-trap disable
ipv6-receive-redirects disable
ipv6-src-route disable
ip-src-route disa… | port mirroring - specific ip | vyos.io | 2020.40 | [
{
"text": "no, forwarding refers to the process of transferring a packet received on a interface out on another interface (what people usually refer as routing)\n\nmirroring is duplicating the traffic received and/or sent through an interface to another interface for the purpose of analyzing it. it is some time …",
"name": "",
"is_accepted": true
}
] |
c8a1afc87e9e274d3fd581deaf065b1c | hello,
please i really need your help,
if i want to copy a key that i’m using for an openvpn from router vyos 1 with this ip 192.168.0.249
the destination of the file is /config/auth/test
test is the name of the key
i want to use scp to copy this key from [[email protected]](mailto:[email protected]) to [[email protected]…](mailto:[email protected]) | how to use scp with vyos and cmd | vyos.io | 2020.50 | [
{
"text": "[image] romell:\n\n192.168.0.249\n\nfrom node 192.168.0.249\n\nsudo scp /config/auth/test [email protected]:/config/auth/",
"name": "",
"is_accepted": true
}
] |
0e1976497484fe409d47d02023d162d5 | hi everyone,
i am using vyos version 1.2.6 as a router. it also runs as a vpn (l2tp and pptp). everything works fine. i wanted to update it to version 1.3 or 1.4. however, the vpn stops working properly on both. the client can connect, but traffic from the client stops at the router. the local netw… | vpn (l2tp and pptp) - doesn't work properly on vyos 1.3/1.4 | vyos.io | 2021.17 | [
{
"text": "the was no gateway-address in pptp config.\n\nset vpn pptp remote-access gateway-address\n\nsolved the problem.\n\nthank you [@dmitry](/u/dmitry) for your help.",
"name": "",
"is_accepted": true
}
] |
edef52130c18f9998e1be72aceb3ef50 | hello
i’m looking for the disk usage command. i just saved a configuration change and there was a message about disk filling up. i inherited the machine and it has been running for several years, so i’m sure there is probably some pruning needed. could you point me to where i can find the necessary… | basic admin commands | vyos.io | 2020.45 | [
{
"text": "‘show system storage’",
"name": "",
"is_accepted": true
}
] |
8d737733ff30eff2c6e0f39bd3894894 | i recently got an second fiber line, now i am trying to setup load balancing.
i had it setup and working at-least from an inside perspective i could get to the outside world and i could get different ip’s at each machines but for some reason all connections from outside to inside seems to fail well… | unstablities loadbalancing | vyos.io | 2020.45 | [
{
"text": "if you want that response was from both interfaces you need “local” pbr.\n\n<https://phabricator.vyos.net/t439>\n\nand <https://phabricator.vyos.net/t2747>\n\nso as forkaround.\n\nset protocols static table 100 interface-route 0.0.0.0/0 next-hop-interface eth0.2\n\nset protocols static table 101 interface-route 0.…",
"name": "",
"is_accepted": true
}
] |
91724c81908358f5cb5025b4d339720e | 192.168.82.0/24 is a direct route
set protocols static route 192.168.82.1/32 next-hop ‘192.168.82.1’ track xxx
set protocols static route 192.168.82.1/32 next-hop 10.255.247.22 distance 222
and i see the first route is inactive
i want to make a floating route but failed.
how can i deal with it? … | why my static route inactive | vyos.io | 2021.39 | [
{
"text": "at the moment, we don’t have a specific example (with rt like you said), but there are some examples in our blog :\n\n[image]\n\n[l3vpn evpn with vyos](https://blog.vyos.io/l3vpn-evpn-creating-a-multi-tenant-service-provider-network)\n\ncreating a multi-tenant service provider network\n\n<https://docs.vyos.io/en/latest/configuration/vrf/index.html>",
"name": "",
"is_accepted": true
}
] |
b1eabf3a7be58ea8d97b93cfe7fc5c82 | hi
i migrate my vyos 1.2.3 to 1.2.4 (own standard build :crux) and openvpn server stop worked.
command: show openvpn server
traceback (most recent call last):
file "/usr/libexec/vyos/op\_mode/show\_openvpn.py", line 152, in <module>
data = get\_status(args.mode, intf)
file "/usr/libexec/vyos… | crux 1.2.4 openvpn not start | vyos.io | 2020.05 | [
{
"text": "this commit id for branch current, seems you build 1.3-rolling. before build iso, change branch. \ngit checkout crux \nand then make your iso.",
"name": "",
"is_accepted": true
}
] |
949aaee730e16f3708fc869b4fa48a27 | hi team,
this time i decided to build a dmvpn lab and dang my tunnel does not show up. i understand these are mgre and might show down but i am unable to communicate from 192.168.47.48 to 10.10.20.50 i.e from r1–> r5—>r2
am i missing anything here? scratched my head for about more than hour but di… | am i missing something here in my dmvpn setup? please help | vyos.io | 2021.31 | [
{
"text": "only time i learned nhrp was cisco exam years ago.\n\ni’d first fix this\n\nset protocols nhrp tunnel tun1 map 10.11.12.1/24 nbma-address ‘100.1.1.1’\n\n100.1.1.1 is used nowhere else , and probably should be 100.1.1.10\n\nbtw: afaik, ikev1 can handle aes256 fine",
"name": "",
"is_accepted": true
}
] |
77f6587e57dd9c53de2590a877432a13 | i tried to get macsec to work on layer2, tried adding macsec interface to bridge and this is the output:
vyos@vyos13-1# set interfaces bridge br0 member interface eth1
[edit]
vyos@vyos13-1# commit
[ interfaces bridge br0 ]
vyos had an issue completing a command.
we are sorry that you encounter… | adding macsec interface to bridge | vyos.io | 2020.40 | [
{
"text": "in my virtual setup i could not ping the br interface. they are in the same subnet. in my previous post i wrote that i don’t see traffic on macsec tunnel. i see arp request on vyos13-1, but nothing on vyos13-2.\n\ni redid this setup on hardware devices and it works, my end host communicate on layer2 t…",
"name": "",
"is_accepted": true
}
] |
fd5fde81ecb550f19bbeb6f773aeda03 | hi all,
my (vm) vyos router has three interfaces
1: eth0 - 192.168.0.2/24
2. eth1 - 192.168.10.1/24
3. eth2 - 192.168.11.1/24
eth0 is on the same subnet as the dsl router that has ip 192.168.0.1
the hosts of the subnet’s .10.0 and .11.0 can talk to each other and also ping their default-gatewa… | default route is not working | vyos.io | 2020.45 | [
{
"text": "well this seem to work now :slight\\_smile:\n\nsource {\n\nrule 100 {\n\ndescription “outbound internet traffic”\n\noutbound-interface eth0\n\nsource {\n\naddress 192.168.0.0/20\n\n}\n\ntranslation {\n\naddress masquerade\n\n}\n\n}\n\n}",
"name": "",
"is_accepted": true
}
] |
dbcf7f67c41fcabbad487aa2bef824b0 | this was on a different post, never answered, and then auto closed. not sure why open issues are just auto closed with “new replies are no longer allowed.”
i built the iso, build the qemu image, and then ran:
docker run --rm -it --privileged -v $(pwd):/vyos -w /vyos vyos-builder sudo make opensta… | vyos wih cloud-init, openstack format does not build image | vyos.io | 2019.43 | [
{
"text": "hey, \nthe build worked as its configured. i tested it a few minutes ago with current branch. actually no qcow2 or raw format is created. the make process build a iso with some extras for openstack. \nfeel free to open a pull request to build this images or create a feature request in [phabricator](https://phabricator.vyos.net) for …",
"name": "",
"is_accepted": true
}
] |
0151196e00a57605fbecf8f988fed16a | i built vyos with ./configure --architecture amd64 --build-type release --version 1.2.0 --custom-packages vnstat, basically following [this build guide](https://github.com/vyos/vyos-build), but i seem to be having a bug with default routes. setting a default ipv4 route to a table and committing it often the route doesn’t actually land i… | no default route | vyos.io | 2020.45 | [
{
"text": "i rebuilt my iso and everything seems to be golden now.",
"name": "",
"is_accepted": true
}
] |
284dbe3f678a5747d34c12c5e73f05b9 | just a heads up but permissions look messed up on the download server. getting the following when trying to retrieve the latest rolling iso via <https://downloads.vyos.io/rolling/current/amd64/>
# forbidden
you don't have permission to access /rolling/current/amd64/ on this server. | cannot access rolling iso location | vyos.io | 2020.45 | [
{
"text": "bios battery in your apu flat/going flat, causing it to lose saved time across reboots, would be my guess.\n\nonce the clock is out by a certain amount, ntp won’t try to correct it (unless forced to)",
"name": "",
"is_accepted": true
}
] |
476dfc77d600293e62d01ea9c064c643 | sshd does not load on boot, i have to connect to the console and start it with /usr/sbin/sshd
i also am not able to connect to the hosts using ipv6 even when the addresses are specified in listen-address. when i run netstat -pnl|grep ssh, the address listed is only the first 2 numbers of the last h… | ssh fails to load in latest versions, can't connect to ipv6 | vyos.io | 2019.51 | [
{
"text": "hello [@acid\\_grim](/u/acid_grim) \ncan you check command: \nsudo netstat -tulpnw | grep ssh \nvyos@vyos# run show version \nversion: vyos 1.2-rolling-201911180217\n\nvyos@vyos# show service \n ssh {\n listen-address 192.168.122.109\n listen-address fd00:feed:beef:3::233\n port 22\n }\n\nvyos@vyos:~$ sudo n…",
"name": "",
"is_accepted": true
}
] |
2dab63900ff03afc467e9f795764bac4 | where can i see the update content after each version upgrade or problem solving? | where can i browse to update content | vyos.io | 2020.45 | [
{
"text": "hi [@yueningxia](/u/yueningxia), maybe will helpful 1.3 board on the phabricator\n\n<https://phabricator.vyos.net/project/view/148/>",
"name": "",
"is_accepted": true
}
] |
f59008aedd67e8b9df19f7616835d2b5 | greetings,
i seen a configuration with eth0 having multiple ips
are these ips consider secondary address? i am unable to any documentation on this topic.
thanks in advance.
-jerome | mulitiple ip address on eth0 interface | vyos.io | 2020.50 | [
{
"text": "unlike cisco, vyos does not specify a secondary ip explicitly. just repeat the command to enter the ips.\n\ncisco\n\ninterface serial0/0/0\n\nip address 10.10.0.1 255.255.255.0\n\nip address 10.20.0.1 255.255.255.0 secondary\n\nip address 10.30.0.1 255.255.255.0 secondary\n\nvyos\n\nset interface ethernet eth0 addr…",
"name": "",
"is_accepted": true
}
] |
ba5821924767698ead55629804161678 | hi,
i want to map multiple service-name to an interface. can you help in how can we do that. current configuration allows only one service name or other option is to allow all service name. ideally which is not a good practice to have.
is there a way where we can implement multiple service-name on… | multiple service name on pppoe | vyos.io | 2020.40 | [
{
"text": "[@priyesh4u2003](/u/priyesh4u2003), improve already in latest rolling. <https://phabricator.vyos.net/t2067>",
"name": "",
"is_accepted": true
}
] |
03fc1b0fa18b3cd0baff35544a39f212 | moderator edit: i have formatted your config to be readable :slight\_smile:
when i connect via wireguard to mullvad on my laptop (linux), i can no longer browse the internet.
i can connect to my internal (lan) interface, and connect to it via ssh.
i am pretty new to linux, and very new to vyos. i … | wireguard vpn connection from client - no internet access | vyos.io | 2021.10 | [
{
"text": "well, i feel like a fool. i regenerated a new key and pulled down the connection files. all working now. sorry for the noise, and thanks again for the prompt response.\n\none last thing… is there a good site with info on how to read the logs?",
"name": "",
"is_accepted": true
}
] |
c55fc15996973148fa4a5180fe6cc364 | i cannot quite figuring it out why my following configuration doesn’t work
vyos@sentinel# show
firewall {
config-trap disable
send-redirects enable
twa-hazards-protection disable
}
interfaces {
bridge br1 {
address 10.10.8.1/21
description lan
fire… | newbie with pppoe case | vyos.io | 2021.10 | [
{
"text": "managed to get it working by :\n\ndel system name-server ‘8.8.4.4’\n\ndel system name-server ‘8.8.8.8’\n\ndel service dns forwarding name-server ‘8.8.8.8’\n\ndel service dns forwarding name-server ‘8.8.4.4’\n\n#and use peer dns\n\nset system name-server ‘203.142.82.222’\n\nset system name-server ‘203.142.84.222’ …",
"name": "",
"is_accepted": true
}
] |
a70c819e5990119e7914ad8bbfaefbfb | i followed the default build directions for building the iso via docker and received the errors in the log. why and how to fix?
dpkg: dependency problems prevent configuration of vyatta-cfg-firewall:
vyatta-cfg-firewall depends on vyatta-cfg (>= 0.15.33); however:
package vyatta-cfg is not conf… | build fails with dependency problems | vyos.io | 2019.43 | [
{
"text": "the filesystem was nfs. i moved it to ext4 and it built without issue. it may be helpful to include a note under the “docker” section on github regarding this. \nthank you for your help on the issue.",
"name": "",
"is_accepted": true
}
] |
7c49c761c0356a412ff8299e3a499221 | hello,
i’m trying to figure out what’s causing the poor routing performance i observe in my vyos vms.
i have 2 vyos vms running on a esxi 6.7 host.
one vyos vm is at 1.1.8 and the other is at 1.3.0 rolling latest.
i installed the second one (1.3.0) as an attempt to troubleshoot the routing perfo… | vyos vm and poor routing performance - solved - nothing wrong with vyos - hardware offloading wasn't enabled on a edgerouter x in-between | vyos.io | 2020.34 | [
{
"text": "hello i solved my issue.\n\nvyos vms had nothing to do with the poor routing performance. i apologize for the wasted time and bad publicity on the forum. i will modify the title accordingly.\n\ni have a edgerouter x between my pc and my esxi host and a static route sending traffic destinated to the vm b…",
"name": "",
"is_accepted": true
}
] |
b00f84ac2b70a1ed8c8a04d435411d2f | hello all,
i’m looking for bfd. seems it’s not implemented right now.
is there any plans to integrate bfd from quagga project into vyos?
it’s interesting to achieve ~1 second detection of failed neighbor. currently i lowered ospf timers (hello 1 sec), but there will be a lot of neighbors, seems b… | bidirectional forwarding detection (bfd) | vyos.io | 2019.43 | [
{
"text": "bfd is now in rolling and will be available in 1.2.4 lts",
"name": "",
"is_accepted": true
}
] |
1c7b0a538729635c549d1b1522580f61 | i am running an apu4, just a newer version of the apu2 boards folks have been using with vyos, and was wondering if vyos has a way to control gpio in order to do led assignments. would like to set the 3 front led’s to show up/down for 2 of the nic’s and, if possible, the status of a wireguard tunnel… | apu4 and gpio control | vyos.io | 2021.17 | [
{
"text": "closing this out.\n\nusing the file that viacheslav mentioned works perfectly.\n\nfor anyone else that may want to get working, here is what i have showing interface activity for eth0 (wan), eth1 (lan trunk), and my wireguard itnterface.\n\nmodprobe ledtrig-netdev\n\necho 0 > /sys/class/leds/apu4:green:led1…",
"name": "",
"is_accepted": true
}
] |
014b2cc5f6fa87bfc746fc05d30d97dc | has anyone seen this issue:
router12# commit
[ interfaces ethernet eth1 address 2002:1000:1000::17ea/126 ]
rtnetlink answers: permission denied
[[interfaces ethernet eth1]] failed
commit failed
[edit]
i had an interface disappear from config due to bouncing. was physical cable issue. but that… | rtnetlink answers: permission denied | vyos.io | 2020.45 | [
{
"text": "[@hagbard](/u/hagbard) lastest image vyos 1.2.0-rolling+201809120337 fixed my problem with\n\nrtnetlink answers: permission denied\n\nconfig already exists",
"name": "",
"is_accepted": true
}
] |
6d7bb315a9ba74a05370044cfe172ad5 | good evening,
i am using the most current version of vyos 1.3 nightly. i have an existing policy based routing rule set defined for my lan and, whenever i try to add another rule to it, or change the table in an existing rule, i get errors. the current one is:
[edit]
vyos@vyosoverseas# set policy … | getting errors when trying to alter a policy route rule or add a new one | vyos.io | 2020.45 | [
{
"text": "nevermind, looks like this is a known issue already\n\n<https://phabricator.vyos.net/t445>\n\nworkaround fix, while annoying, worked for me.",
"name": "",
"is_accepted": true
}
] |
8c70cc0fcfeeee50bdd7dbcd922678e3 | i have 3 interfaces:
wan (eth0)
dmz (eth1)
lan (eth2)
i’m trying to nat from wan to a server in dmz. this is the nat rule:
rule 107 {
destination {
port 80
}
inbound-interface eth0
log
protocol tcp
translation {
… | connection refused trying to dnat | vyos.io | 2020.45 | [
{
"text": "from vyos host\n\nsudo curl <http://x.x.x.x>",
"name": "",
"is_accepted": true
}
] |
1595b1d7d98a509af909181fd96c334d | hi all,
i’ve got a vdsl business line with a /30 public ip subnet for my use.
the provider uses a bit of a tricky configuration:
when you dial in with pppoe you get a private 172.xx.xx.xx ip address and also a default gateway. the provider static routes your public ips to the private 172.xx you g… | vdsl private subnet on wan | vyos.io | 2021.43 | [
{
"text": "if you can’t set source, use a snat rule.\n\nfilter on original source matching pppoe address , new address is one of your true wan ips.",
"name": "",
"is_accepted": true
}
] |
d9a16da41fd4293475ad37245f77bbf9 | set interfaces ethernet eth1 vif 322
set interfaces ethernet eth1 vif 323
set interfaces ethernet eth1 vif 324
noc@vyos# delete interfaces ethernet eth1 vif
possible completions:
322
323
324
[edit]
noc@vyos# delete interfaces ethernet eth1 vif 323
[edit]
noc@vyos# commit
[ interfaces e… | vlan vif delete issue | vyos.io | 2020.16 | [
{
"text": "hey,\n\ngreat… working with vyos 1.3-rolling-202002250504\n\n#delete interfaces ethernet eth1 vif 323\n\nthanks a lot.",
"name": "",
"is_accepted": true
}
] |
5a319895a4c96e2631bffffd8e8d6788 | hello,
i have an issue where my router is not announcing routes to ebgp neighbor routes with prepended as (5 times)
please have a look at the config and let me know what i am doing wrong. i am new to vyos.
when i configured the router as below, i was sending to the neighbour full internet routing… | as-path-prepend does not work | vyos.io | 2020.50 | [
{
"text": "[image] petr:\n\nrule 90\n\ndelete rule 90 from policy-map. so you export specific prefixes without prepending and fullview table with prepending.\n\nchange your policy route-map like this.\n\nset policy route-map out-hns-v4 rule 10 action 'permit'\n\nset policy route-map out-hns-v4 rule 10 match ip addre…",
"name": "",
"is_accepted": true
}
] |
0382171653a912635e734b8860003ebd | hi there,
i am trying to set up some vlans with separate ip-networks and therefore having a dhcp service in each vlan.
when setting up dhcp one of the options is “shared-network-name” which seems to be valid if it is a no-whitspace-containing string.
what ist this “shared-network-name” setting fo… | what does the dhcp shared-network-name refer to | vyos.io | 2020.10 | [
{
"text": "it is merely the name for the dhcp pool.",
"name": "",
"is_accepted": true
}
] |
6a3c6dd22bd93feb5c1dd8833e5af178 | hi,
i am trying to add vti interfaces and its failing.
vyos@r1# set interfaces vti vti10 address 169.254.254.6/32
[edit]
vyos@r1# commit
[ interfaces vti vti5 ]
vyos had an issue completing a command.
we are sorry that you encountered a problem while using vyos.
there are a few things you can do … | is this bug? my vti is faling | vyos.io | 2021.25 | [
{
"text": "will be fixed in the next rolling release",
"name": "",
"is_accepted": true
}
] |
6de4b1596fb2677108d86a3cdf5ef418 | i have 5 wireguard interfaces and 4 of them come up fine but one which is configured exactly the same as the rest (other than the specific tunnel configurations) is not being configured properly on restart of the router. it shows up under the wg command as having a random port but that is it and the… | wireguard config not applied on reboot | vyos.io | 2020.45 | [
{
"text": "hmm, i can’t reproduce it. i added 10 wg interfaces with names, as long as the names can be resolved everything came up. the name resolution is working before the wg interfaces are being setup, so i’m not sure why yours is not working.",
"name": "",
"is_accepted": true
}
] |
1946094c4f0c605d26ef356e745be066 | i have 3 subnets in my vyos router.
lets say
192.152.15.0/24 gw: 192.152.15.245
192.152.16.0/24 gw: 192.152.16.245
192.152.17.0/24 gw: 192.152.17.245
and the vrouter’s gw should be 192.152.15.254(firewall).
dhcp service has been set up for all the three networks but i could not def… | set up multiple gws to multiple subnets? | vyos.io | 2020.40 | [
{
"text": "i got it.\n\ni forgot to put the default-router.\n\nthe answer in my case is:\n\nconfigure\n\nedit service dhcp-server shared-network-name “network name” subnet 192.152.16.0/24\n\nset default-router 192.152.16.245\n\ncommit\n\nsave\n\nexit",
"name": "",
"is_accepted": true
}
] |
26d5f7035d4d313021b93a6a8480a951 | out of the box, does vyos (or debian beneath it) perform any icmp filtering or rate limiting? when trying to troubleshoot with tools like mtr, we’re noticing some interfaces in our lan appear to be dropping packets but pings to those same interfaces are working fine. other interfaces report no packe… | default icmp filtering/rate limiting | vyos.io | 2021.43 | [
{
"text": "hello [@eronlloyd](/u/eronlloyd) . it has by default 1000\n\nsudo sysctl net.ipv4.icmp\\_ratelimit\n\nnet.ipv4.icmp\\_ratelimit = 1000\n\nyou can try to increase this by the following command:\n\nset system sysctl custom net.ipv4.icmp\\_ratelimit value 10000",
"name": "",
"is_accepted": true
}
] |
d1c6aaf28a15e2645d7f3a423f2633dc | we authenticate to our vyos routers over ssh using keys. we also have a user with a password for emergency console access if it’s needed, but that user can also log in over ssh with their password. is there a way to restrict that user to console only access and not allow them to connect by ssh? | console only user | vyos.io | 2019.43 | [
{
"text": "hello [@danfoster](/u/danfoster), did you try use next? \nset service ssh access-control deny user 'emergency user'",
"name": "",
"is_accepted": true
}
] |
97b80b648fe87866f5d62b742d63d8eb | hello everyone,
i have a virtualmachine that runs vyos 1.3 and i want do download vsftpd on that machine. so i edited /etc/apt/sources.list
[[debian]](https://forum.vyos.io/uploads/default/original/2x/3/3db6253b39398a027695de689c35c55cfdb93fd9.jpeg "debian")
even after this when i try sudo apt-get install vsftpd it gives me
e: unable to locate package
any ideas ?
thnx in advance, | vyos 1.3 debian packages install | vyos.io | 2020.45 | [
{
"text": "first off, keep in mind that 1.3 is buster, not stretch.\n\njust make sure to run sudo apt update before your install",
"name": "",
"is_accepted": true
}
] |
c73406a778758fb3afead5d5aaaa74e9 | please i am currently trying to build an iso for version 1.2.6 but the iso file is not created, only an empty symbolic link is created:
[[image]](https://forum.vyos.io/uploads/default/original/2x/c/c02144241d12bf35ca263fb5e413b8822fbf5740.png "image")
any idea what could be wrong, i followed the build directions in the docs page:
<https://docs.vyos.io/en/crux/contributing/build-vyos.html#build-iso> | vyos 1.2.6 emty iso | vyos.io | 2021.31 | [
{
"text": "i was able to build the iso without any issues - thanks for the help team",
"name": "",
"is_accepted": true
}
] |
7e9cdba144955f856461142cef28cc9b | hello,
i’m in the process of moving some of my routers from pfsense to vyos,
i have a router that participates in ospf (single area) and private bgp sessions over vti’s.
ospf is setup and receiving routes from the rest of the area, as well as redistributing the routes learned from bgp without iss… | ospf routes inactive, not appearing in forward route table | vyos.io | 2020.05 | [
{
"text": "but after trying to get this topology to work for the better part of a day, i ended up redesigning the network slightly and segregating ospf into different area’s with 0.0.0.2 as a ‘border’ area with extra routers d&e for a path redundancy. \n [[image]](https://forum.vyos.io/uploads/db9559/original/1x/aedc0b3790bd97e6503c3cb9013272dadf239d1a.png \"image.png\")\nits now working as it should.",
"name": "",
"is_accepted": true
}
] |
cc017ffb329970be6777f46a0ac4f81c | quick question.
if you apply a dnat and a zone-based policy from wan to lan its suppose lan policy are expecting that packet come from wan or from local?.
i’m trying to do a dnat i receive the packets when i run “monitor nat dest” but i don’t see anything going out from the lan interface.
my co… | how to handle dnat with zone-policy? | vyos.io | 2020.45 | [
{
"text": "well if some one experiment the same situation i can confirm the packet flow when a dnat it’s apply the zone-policy should come from a local-zone to the lan zone.",
"name": "",
"is_accepted": true
}
] |
9df9dd9101cf4bcd216dfe06b28585ea | hello there!
i have very weird issues, under my configuration i am using zone-based firewall’ing. as you may know to make it happened i need acl for each zone.
when ive create acl
# show firewall name local-wan
description local\_to\_wan
rule 100 {
action accept
description "default… | zone-based firewall, probably bug? | vyos.io | 2020.16 | [
{
"text": "okie dokie mate,\n\ni going to deploy zone-based config…",
"name": "",
"is_accepted": true
}
] |
5b6608b8ce3cdefa5cac5648a568e8fd | i have a rolling version from may (installed on 3.5" hdd, supermicro e3-1200 v2 mobo/cpu) . i installed updates via apt (force of habit) and when i restarted i got the boot failure errors listed below. any ideas how to fix this? or at least avoid having to start all over and manually re-configure ev… | boot fails after update | vyos.io | 2020.50 | [
{
"text": "it seems that it is mandatory to use add system image to upgrade (it is not recommended to use apt to update, it may damage the system)",
"name": "",
"is_accepted": true
}
] |
4db67986257cb3b99f3b718c77c97c49 | so here is what i have.
i have a.b.c.d/24 as the main public ip in the vyos on eth0, and it is also the outgoing route/device.
i have eth4 connected to private network, and an additional eth6 connected to another router in the datacenter.
from eth6, there is a router with vlan 501 and 502 and it … | 1:1 range nat question | vyos.io | 2021.31 | [
{
"text": "try such configuration (in the example only pool 66–70)\n\nset interfaces ethernet eth4 vif 101 address '10.0.27.65/27'\n\nset interfaces ethernet eth4 vif 101 ip proxy-arp-pvlan\n\nset interfaces ethernet eth6 vif 501 address '203.0.113.94/27'\n\nset interfaces ethernet eth6 vif 501 description 'foo'\n\nset inte…",
"name": "",
"is_accepted": true
}
] |
9ab316a9ae2eedab34ef122899e41ba2 | hi! good day! we’re setting up a new hq router to serve for a multi-site connection, we already setup the tls for everyone. now, we’ve decided to setup a 2fa to our clients (windows pc) using the self-signed tls and google authenticator as a remote access server, however, i’m not sure where to start… | vyos openvpn tls and google authenticator | vyos.io | 2020.05 | [
{
"text": "so far the plan is only to make it available via pam, which means authentication on a vyos system only. the local openvpn process may be able to use that as well, not sure yet.",
"name": "",
"is_accepted": true
}
] |
e816f5e8bdbb2057c837a624a121250c | hi team - i am unable to see. vrrp option in my vyos, is this a issue with the old release ?, or am i doing something wrong
[[image]](https://forum.vyos.io/uploads/default/original/2x/f/fc72580aa996266afe399428d86d7d2dd2682b66.png "image")
was trying to follow this documentation → [high availability walkthrough — vyos 1.4.x (sagitta) documentation](https://docs.vyos.io/en/latest/configexamples/ha.html#vrrp-configuration)
im using this version of vyos for vsphere → vyos-1.1.8-… | unable to access the vrrp module | vyos.io | 2021.43 | [
{
"text": "1.1.8 is eol and has a different syntax.\n\nset interfaces ethernet eth1 vrrp xxx\n\nit is recommended to use lts or at least 1.3 version. for example [1.3.0-rc6](https://vyos.net/get/snapshots/)",
"name": "",
"is_accepted": true
}
] |
e6eb60ff895cc321e6b72e54db39fb82 | hi!
what i am doing is a little weird, but i hope not.
i have a vyos instance that has ipsec tunnels, one with a sophos firewall, and the other a pfsense.
vyos has a vti ipsec between it and the pfsense device, so all the networks on the pfsense network is available to the vyos.
vyos will have a… | forwarding traffic between two different ipsec vpns attached to a vyos | vyos.io | 2021.31 | [
{
"text": "i am so sorry, i have taken so much of your time.\n\nit works without issue now.\n\nall i had to do was add a route to the sophos host ip, on the pfsense vti, and set an exclude on nat for the sophos ip, on the vyos.\n\ni can now ping the pfsense host ip from the sophos ip, through the vpn!\n\nall i had to …",
"name": "",
"is_accepted": true
}
] |
bd4013a2e316e64f7d915ef177ac4c27 | hi,
i have nearly finished moving from pfsense to vyos. while i have been finishing the firewall configuration, i have been swapping the connections between my old hardware (pfsense) and new hardware (vyos) but found that when connecting the ethernet cable to vyos box, the pppoe connection was not … | improving reliability of pppoe client | vyos.io | 2020.16 | [
{
"text": "i‘m on your side on this. the default of maxfail10 makes little sense. will change it to 0.\n\n<https://phabricator.vyos.net/t2087>",
"name": "",
"is_accepted": true
}
] |
33900b0d8d23c7e33e5fc4194362ca69 | trying to setup an operator only login for a new user.
in the docs (<https://support.vyos.io/en/kb/articles/adding-users-2>) seem to imply i just need to run:
set system login user <username> level <level>
however i get the following error:
vyos@vyos# set system login user ansiblero level operato… | setting user level | vyos.io | 2020.45 | [
{
"text": "at the moment, i don’t see a solution.",
"name": "",
"is_accepted": true
}
] |
ff258278026b7395ca506de06afa4387 | [[vyos forum2]](https://forum.vyos.io/uploads/db9559/original/2x/2/287212b5c8084ed6ceb12346f16b3037c0fb06b8.png "vyos forum2")
hi,
please help me on the requirement below.
the situation are :
the connection between router x to vyos1(203.x.x.1) is using vpn ipsec site to site peer.
vyos 1 and vyos2 have an internet connection via eth0
there is direct connection from vyos1 to vyos2 both using eth1
some of … | how to route ip lan from vyos1 to nat to internet using vyos2 | vyos.io | 2020.16 | [
{
"text": "hi, zakwan\n\nmaybe you met the same issue as me. please follow my instruction to fixed this issue.\n\n[image]\n\n[how to make lan as the default gateway and make static routing for wan works](https://forum.vyos.io/t/how-to-make-lan-as-the-default-gateway-and-make-static-routing-for-wan-works/4681/8)\n\nhello [@echowings](/u/echowings), i reproduced this schema in our laboratory, and i think i have workaro…",
"name": "",
"is_accepted": true
}
] |
efc5b5cd990ed1b8086e57252ac0d192 | hi,
i am trying to build vyos-1x package deb files for arm64. i did the following
git clone <https://github.com/vyos/vyos-1x.git>
cd vyos-1x
git checkout vyos/1.3dev0
sudo debuild -b -uc -us
but all i got is a vyos-1x…all.deb while i expected to get more than 1 file like: vyos-1x, vyos-1x-smoke-… | build vyos-1x deb files | vyos.io | 2021.43 | [
{
"text": "update: i have to run the docker with --sysctl net.ipv6.conf.lo.disable\\_ipv6=0 to pass the test, then everything is fine. now i can build the deb files.\n\nthank you viacheslav.",
"name": "",
"is_accepted": true
}
] |
d7e18cd0b4f2dc0b54912aa36395094d | hey everyone,
i have been banging my head on this one since 3 am, and am hoping i just have an oversight on something.
last week i stood up test environment and ported over my production code, i setup 7 remote sites and changed over my config from using openvpn to gre/ipsec, a hub and spoke topol… | l2tpv3 / vmware oddity | vyos.io | 2020.45 | [
{
"text": "it was an issue with wireless at the remote site, not sure what it is yet but full functionality if plugged in via hardware.",
"name": "",
"is_accepted": true
}
] |
50dac2c637898bde36d8320c0b69fbdf | hello friends,
after searching into the forum and documentation, i was unable to find the radius attributes required for ipv6 prefix delegation (pd) and the ipv6 pppoe interface/link address. the radius attribute “framed-ip-address” work as expected.
thanks in advance, | pppoe ipv6 and radius | vyos.io | 2021.04 | [
{
"text": "hello [@marcomuskus](/u/marcomuskus), you can use standard radius attributes delegated-ipv6-prefix and framed-ipv6-prefix",
"name": "",
"is_accepted": true
}
] |
d6db0253963b179b32c1cd5229891323 | hi
can anyone explain how my system could end up with huge numbers of unionfs mount points
i have heaps of space but i was working on this system less that 24 hours ago and rebooted it during that time - this cleared all the mount points but since then we have but just a few too many for my liking… | large numbers of unionfs-fuse mountpoints | vyos.io | 2020.34 | [
{
"text": "i found the unionfs-fuse issue crop up on an aws instance as well.\n\ni also found it only happened when using a script without telling it to exit when done. example -\n\nroot@router:/scripts# df -h | wc -lc\n\n65 5092\n\ncurrently 65 mountpoints.\n\nrunning this simple script -\n\n#!/bin/vbash\n\nsource /op…",
"name": "",
"is_accepted": true
}
] |
cb5c8f62aaaad5070741ba6bfb70a949 | i have a vyos server between an ubuntu server running bird and a v9k.
i have 3 asn’s one assigned to each device.
i have bgp peering setup on vyos with both peers and they are established.
the problem i have is that vyos is learning a route from bird but when i attempt to set up redistribution th… | bgp route redistribution bgp option not valid | vyos.io | 2021.10 | [
{
"text": "[image] juesor:\n\nflags 0x00000200, action taken “treataswdr”. err\n\nas i see the vyos send prefixes, but xr9kv don’t accept it?\n\ntry on the xr9kv site\n\nno bgp enforce first-as",
"name": "",
"is_accepted": true
}
] |
338ef49046f853c51812a765894445c0 | hello,
i have setup a route-map and want to debug it, so i decided to use “set metric +xx” statements in order to be able to see which rule actually was in effect.
however routes are still accepted with a metric of 0 - while i expect at least two of them to match.
see relevant config sections and… | bgp route-map seems to have no effect | vyos.io | 2020.34 | [
{
"text": "[image] viacheslav:\n\nthis prefix is local on that router. so you don’t receive it from the neighbor.\n\nyes, that is expected and okay. it really seems that updating to the latest rolling release fixed the problem of no metric/local pref being set.",
"name": "",
"is_accepted": true
}
] |
cc135547e38d28a0615cd8e84ab94416 | hi all,
i’m trying to setup fq-codel qos as my [bufferbloat measurement](http://www.dslreports.com/speedtest) is a c. after setting up the traffic-policy i applied it to my pppoe0 device outbound. in it’s current state it doesn’t seem to have made any difference. does anyone have any tips on this?
my upload is 18mbps on average, downlo… | traffic-policy fq-codel - assistance | vyos.io | 2020.45 | [
{
"text": "you may be missing a few configuration options, qos can be a very complex topic. to see a practical example:\n\n<https://www.five-ten-sg.com/mapper/blog/bufferbloat%20solved%20with%20vyos>\n\nalso a good read:\n\n<https://wiki.vyos.net/wiki/qos>",
"name": "",
"is_accepted": true
}
] |
8c7259fc1aa55b1881f5144cbe436fe8 | i have set up some virtual machines inside esxi and segregated virtual machines into two subnets using two vyos router (one router for one subnet) now i want ssh and xrdp (rdp for linux machines) connection to every those virtual machines from outside of vyos router how do i set up it within vyos i … | ssh and rdp connection to every machine in subnet behind vyos | vyos.io | 2021.31 | [
{
"text": "[@zeroh](/u/zeroh), analizing your network diagram and the commands executed on one router, there seems to be some basic errors in your deployment:\n\nnetwork segmentation: you define the network 10.45.32.0/24 for your “internet network”, and also 10.45.32.32/27 for your “virtal lan network”. second network (/27…",
"name": "",
"is_accepted": true
}
] |
4e4569e6d4905913203c4ebf2947d7d1 | hi folks,
i have below scenario - where i am setting vyos in front of my firewall. vyos will have 2 isp links
100.1.1.30
200.1.1.30
plus i have vpn tunnel between vyos and r1 which is vti dynamic tunnels with r1. now traffic destined to internet from 192.168.40.x and 192.168.47.x will not be nat… | internet bound traffic gets natted pre-routing or post-routing? | vyos.io | 2021.31 | [
{
"text": "source nat (masquerade) happens at post routing\n\ndestination nat at pre-routing: we must change the destination address, before we take routing decision based on destination address.\n\neth+ means: match on all eth interfaces.\n\nin your lb rule 2, it makes no sense to use eth+. packets from 192.168.40…",
"name": "",
"is_accepted": true
}
] |
99d3935cf5a584f131c5059331516db6 | what happened to set service salt-minion …?
[email protected]# set service
possible completions:
> broadcast-relay
udp broadcast relay service
> conntrack-sync
connection tracking synchronization (conntrack-sync) service
> dhcp-relay host configuration prot… | has salt-minion been removed from 1.3? | vyos.io | 2020.45 | [
{
"text": "any rolling release after vyos-1.3-rolling-202002220217-amd64.iso should have it back in. please test and report bugs via phabricator.",
"name": "",
"is_accepted": true
}
] |
be235c0ea446bfa200aa1a9eec089ef9 | hello, i have two routers over gre with ipv6 and ipv4 setup. over thernet interface ospf and ospfv3 works fine but over tunnel (gre) interfaces it seems that no neighborship is established over ospfv3 while ospf works fine and bgp too. | ospfv3 not working over gre tunnel | vyos.io | 2020.40 | [
{
"text": "hi [@mafiosa](/u/mafiosa)!\n\ntry to generate/configure a link-local (fe80::/10) address on the tunnel interfaces. this solution worked for me.\n\ni think that these link-local addresses should be automatically generated and configure on any interface but it does not occur in vyos (<https://phabricator.vyos.net/t2807>)…",
"name": "",
"is_accepted": true
}
] |
52d1a311b5cf97c7408a08089f30586c | good afternoon
if an interface was configured to a fix address (e.g. set interfaces ethernet eth1 address ‘192.168.0.1/24’) and one would like to change to dhcp (set interfaces ethernet eth0 address dhcp) one gets:
can’t configure static ipv4 address and dhcp on the same interface.
how can we rem… | how to change from dhcp to fixed address (or vice versa)? | vyos.io | 2020.10 | [
{
"text": "just delete the fixed address. \ndelete interfaces ethernet eth1 address 192.168.0.1/24 \nset interfaces ethernet eth1 address dhcp \ncommit \nor the reverse.",
"name": "",
"is_accepted": true
}
] |
cb909ad800c638b935b2b7663f66d4e4 | hello there. i’m pretty new to vyos and it suits my needs pretty much.
but right now i want to try to make in my wireguard gateway for my home network.
what i have rn: freshly installed vyos with 2 interfaces (wan and lan). wan got it address from dhcp and lan got dhcp server running on it. everyt… | routing all traffic through wireguard interface | vyos.io | 2020.29 | [
{
"text": "ok. that all makes much more sense now. so if i were you, i would create a source nat rule with the wireguard interface as the outbound. then i’d create a new routing table (let’s say 100) with a static interface route of 0.0.0.0/0 to wg0. then i’d put the vms in a firewall group(address if it’s jus…",
"name": "",
"is_accepted": true
}
] |
d49ce59c381efec13a4d544beb5785b2 | hi,
i have a fairly simple config with eth0 as wan interface and eth1 as lan interface.
packets are going out to the default gateway ip of interface eth0
set protocols static route 0.0.0.0/0 next-hop a.x.y.z
now i did setup eth2 as a second wan interface. i can ping the gateway ip of that wan in… | second wan interface / routing question | vyos.io | 2020.45 | [
{
"text": "if you ping the ip of eth2 the reply will come from that interface. the issue you describe above is however route based. your pkg comes in on eth2 and is supposed to be route to a host via let’s say eth3. your default route goes via eth0. your host will receive that pkg and will reply, the reply com…",
"name": "",
"is_accepted": true
}
] |
d251c43b782e5acb19282a24699115e5 | hi
i’ve been playing around with vyos for few days after finding its nice interface to accell-ppp.
quick question – out of the box, i seems to set the network interface name as the username + password, then the mac address as cid.
i know there is a way to specify this with some lua code… but if i… | ipoe-server - username for radius? | vyos.io | 2020.40 | [
{
"text": "hi [@seanwg](/u/seanwg), i have an idea to make usernames from lua, like <interface>-<mac>, because in chap-secrets checked only the first entry.\n\nin your case, you can manually add lua file to template /usr/share/vyos/templates/accel-ppp/ipoe.config.tmpl",
"name": "",
"is_accepted": true
}
] |
51ab3165c1379d3168d3b86e0839e588 | [mss clamping](https://docs.vyos.io/en/latest/configuration/firewall/index.html#ipv4)
building a new router for a friend. i ended up downloading oct 1 nightly. the option to set mss clamping is not available as described on the docs page. it is available on the older build i’m running.
is this a case of a bug or did the option get moved? specifically, i’m talking a… | mss clamping not available in 1.4 (oct 1 build) | vyos.io | 2021.43 | [
{
"text": "hi [@ddb\\_db](/u/ddb_db) ,\n\noption moved to the interface settings:\n\nset interfaces ethernet ethx ip adjust-mss xxxx\n\nset interfaces ethernet ethx ipv6 adjust-mss xxxx",
"name": "",
"is_accepted": true
}
] |
3bb3f7bb1175b1da7e8723225f982923 | hello,
i am currently authenticating ppp sessions for l2tp lns via radius which is overriding the ip address via the “framed-ip-address” attribute.
does vyos support radius attributes to put virtual ppp interfaces into a vrfs?
current version: vyos 1.3-rolling-202001160217 | vyos l2tp/radius attributes | vyos.io | 2020.45 | [
{
"text": "hello [@jhanley](/u/jhanley), vrf support not implemented in vyos, but you can attribute for adding to network namespaces, e.g.\n\nnas-port-id=ns1/ or with interface name nas-port-id=[ns/][name]",
"name": "",
"is_accepted": true
}
] |
212b9374c042e42423d727f661737091 | hello,
while troubleshooting a connectivity issue across vpn and nat, i decided to check some tcp settings and came across this:
root@vyos:~# cat /proc/sys/net/ipv4/tcp\_tw\_reuse
2
it’s possible that this is completely unrelated, but i would like to understand what this means. does anyone know … | linux tcp\_tw\_reuse = 2 — how is this set and what is the significance? | vyos.io | 2020.40 | [
{
"text": "link to the commit here:\n\n<https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=79e9fed460385a3d8ba0b5782e9e74405cb199b1>",
"name": "",
"is_accepted": true
}
] |
6af2cca428d521fc45258bdc9f9e5e96 | has anyone else seen this or had similar issues?
despite having weights configured for bgp neighbors they are not displayed and do not appear to be utilized in the route selection process. i may be missing one or more config settings in 1.2 that or messing me up, but the same general equivilant in … | bgp weight not applying | vyos.io | 2020.45 | [
{
"text": "i’ll close this thread in favor of the phabricator task.",
"name": "",
"is_accepted": true
}
] |
14ef26d1566c4846d652aca54d3854d7 | hi,
i got a problem when using vrrp with health-check script, the log is as follows:
keepalived\_vrrp[10096]:starting snmp subagent
keepalived\_vrrp[10096]:net-snmp version 5.7.3 agentx subagent connected
**keepalived\_vrrp[10096]:unsafe permissions found for script '/config/scripts/vrrp-check.sh' - … | keepalived\_vrrp: unsafe permissions found for script 'xxx.sh' - disabling | vyos.io | 2021.10 | [
{
"text": "please ignore this issue, the program works fine.",
"name": "",
"is_accepted": true
}
] |
2ad5070d6bfd1f15251a137733e0ac1f | hi friends,
i am using 1.3.0-rc1 and trying to setup an ipoe server:
set service ipoe-server authentication interface eth2 mac-address 00:aa:00:00:00:00
set service ipoe-server authentication mode 'local'
set service ipoe-server name-server '1.1.1.1'
set service ipoe-server name-server '2606:4… | ipoe does not assign ipv6 pd or wan address | vyos.io | 2021.17 | [
{
"text": "bug report created:\n\n<https://phabricator.vyos.net/t3393>\n\nthanks,",
"name": "",
"is_accepted": true
}
] |
2fa7067f139e5b694b6052589b475298 | its possible use a radius server to authentication administration users, to be used for ssh conections?
how can i do that?
thanks | administration login using radius | vyos.io | 2020.45 | [
{
"text": "tested it, works well.\n\nset system login radius-server 10.1.1.50 port ‘1812’\n\nset system login radius-server 10.1.1.50 secret ‘testing123’\n\nset system login radius-server 10.1.1.50 timeout ‘30’",
"name": "",
"is_accepted": true
}
] |
736cb39b69f9d5f155fe077b3f77777b | does any got experience with onie linux on dell platform ?
so linux cumulus which supports hcl on dell s6000-on
i need to run os (vyos). tried with z .bin, .iso z from bootable pen-drive tried to boot without any luck.
got error like something missing…
/installer: line 1: ÿÿÿÿÿÿÿÿÿÿe3íúžõ¼: no… | install vyos on hcl platform - dell s6000-on | vyos.io | 2020.45 | [
{
"text": "hello.\n\nwhite-box switches not supported at this time",
"name": "",
"is_accepted": true
}
] |
7ce1bd654db74f6feaf76705fd3e1064 | eth0 10.0.204.0/24 with static ip 10.0.204.5
eth1 10.1.0.0/16 with static ip 10.1.2.1
eth2 10.0.50.0/23 with static ip 10.0.50.1
a node 10.0.50.11 in segment 10.0.50.0 can ping 10.1.12.91 in segment 10.1.0.0 but not the other way around. ho can i solve this? please help. thank you. | routing from 2 networks on 2 different nics in vyos | vyos.io | 2021.21 | [
{
"text": "re-check firewalls on all routers/default gateways.\n\nand after try to dump traffic\n\nmonitor traffic interface x",
"name": "",
"is_accepted": true
}
] |
ce731f9adcb48294b7dc994e93613125 | hello,
in my company we utilize palo alto firewalls, and they have a feature called “virtual routers”. you could have two virtual routers on a physical device, and that would logically be like two physical routers. i was wondering if vyos has a way to do this. it would involve two interfaces bei… | virtual routers within a vyos router | vyos.io | 2020.16 | [
{
"text": "hi ken,\n\nthe most common way to make virtual routers is to install a hypervisor on the physical host, such as kvm, esxi, or another, and setup multiple vms. if you already have a hypervisor setup, just move vyos to vms. i’ve been doing that for a long time, in production as well as in labs. this way…",
"name": "",
"is_accepted": true
}
] |
d1aa4d69eee9b0a1531147443082ee33 | hello,
i am using the “policy route” function to set subnet-specific default routes, like so:
set policy route vpn rule 100 destination group network-group ‘!local-networks’
set policy route vpn rule 100 set table ‘10’
set policy route vpn rule 100 source address ‘192.168.10.0/29’
what i woul… | [solved] set policy route "table" and "mark" | vyos.io | 2020.05 | [
{
"text": "hello [@matzus](/u/matzus), did you try to change sequence number for rules? e.g. \nset policy route vpn rule 90 destination group network-group ‘!local-networks’\nset policy route vpn rule 90 set mark 100\nset policy route vpn rule 90 source address ‘192.168.10.0/29’\nset policy route vpn rule 100 destination group…",
"name": "",
"is_accepted": true
}
] |
a0a639db3c7beaced5b73df2c42eec13 | hi
during bgp configuration i was faced with issue when i made ‘restart frr bgpd’ i saw:
the route-map 'ibgp-import' does not exist.
the route-map 'ibgp-export' does not exist.
here is the configuration:
# sho protocols bgp | strip-private
address-family {
ipv4-unicast {
network … | bgp - route-map does not exist during restart | vyos.io | 2021.21 | [
{
"text": "i didn’t mention that i was doing the upgrade 1.3 → 1.4\n\nafter i does a clean install the issue was gone.\n\nthanks for your help.",
"name": "",
"is_accepted": true
}
] |
f2d965c2e6f3ab6fdf090760760562e2 | i did a build of 1.2.8 and upgraded my home router and have noticed that squid is now being started automatically even though i do not have any config that should use it. is this the expected behavior? squid does not auto start with my config on 1.2.7.
● squid.service - lsb: squid http proxy versio… | 1.2.8 build starting squid automatically | vyos.io | 2021.31 | [
{
"text": "i created a bug report [t3674](https://phabricator.vyos.net/t3674)",
"name": "",
"is_accepted": true
}
] |
e1c9b80e6428c0c302a26c7145a3e8f2 | board,
working hard on validating a vrf design using vy. i know it is early with vrf so i am trying to provide as much as possible when i see an issue.
with nat masq within a vrf, i am given the following error when trying to view the translations, please note that nat is working as it should, bu… | cli: show nat source translations with vrf throws error | vyos.io | 2021.04 | [
{
"text": "[@dbenson](/u/dbenson) this is already known but unfortunately not yet fixed. <https://phabricator.vyos.net/t2859>",
"name": "",
"is_accepted": true
}
] |
549eeb268f48fd253985b749bfff2f24 | i have vyos 1.2.2 with several vti tunnels configured on it.
we were trying to establish new ipsec vpn tunnel with peer 10.2.2.2, it’s established successfully but after some period ~10 minutes, we receiving ike\_sa delete messages from the peer and vyos became unreachable, only by console.
if i in… | vyos stop forwarding traffic after receiving "deleting ike\_sa" | vyos.io | 2019.47 | [
{
"text": "seems ipsec closeaction for peers might help <https://phabricator.vyos.net/t1780>",
"name": "",
"is_accepted": true
}
] |
0648f4617b7952948cc1524d1c7c5f76 | hi all,
i try to block traffic to the firewall itself.
i had set following rules.
"
ipv4 firewall “gast-network-in”:
active on (eth1.5,in)
rule action proto packets bytes
1 drop all 0 0
condition - saddr 0.0.0.0/0 daddr 0.0.0.0/0 match-set dmz-network dst
"
fo… | cant block traffic to firewall(vyos) itself | vyos.io | 2020.45 | [
{
"text": "firewalling the vyos itself is via “local” not “in” rules. for example:-\n\nset interfaces ethernet eth1 vif 5 firewall local name ‘rulename’",
"name": "",
"is_accepted": true
}
] |
c291738af71732f017d196f23f16205e | hello! i want toi configure l2tp between mikrotik and vyos. vyos is the l2tp server and mikrotik is client. kindly help me with this. ip for tunnel is provided by vyos. every l2tp client has a /30 with the l2tp server interface. | l2tp between mikortik and vyos | vyos.io | 2021.39 | [
{
"text": "hi [@mafiosa](/u/mafiosa) , username and password can be set here:\n\nset vpn l2tp remote-access authentication local-users username test password 'test’\n\ni’ve checked and connectivity were established and working in lab with vyos-1.3-rolling-202012 and routeros-x86-6.47.2:\n\nvyos lan interface eth0 - 192.168.0.1/24 …",
"name": "",
"is_accepted": true
}
] |
1a5bbdb41e7d4ab3e692f3db08a1e071 | i have a remote site with dual routers i’m trying to connect to a hub over wireguard that is not working with either hub router.
i notice that the remote site, which is not vyos but a unifi security gateway, lists the wireguard port as a listening port in netstat -pnl.
however i do not see a liste… | wireguard on 1.4 latest 3/25 releast and earlier does not listen on configured port | vyos.io | 2021.17 | [
{
"text": "reboot fixed it on both routers…",
"name": "",
"is_accepted": true
}
] |
edb871ecf455ce1234b78e45cd76bcbb | i’d like to bind more than one domain to the same ip address and machine. in all cases, the dyndns service provider is “namecheap”.
is this feasible at all? if so, how do i do it? | [solved] more than one dyndns domain per service | vyos.io | 2020.05 | [
{
"text": "so, you want to use two different accounts on namecheap? still possible with a little trick: \nset service dns dynamic interface eth0 service namecheap host-name 'host1'\nset service dns dynamic interface eth0 service namecheap login 'user1'\nset service dns dynamic interface eth0 service namecheap pas…",
"name": "",
"is_accepted": true
}
] |
869d5051ddca5acd73ec6a4e7d095526 | hey,
does anyone know what the command “show system-integrity” should do?
in my case, it just shows nothing. | show system-integrity? | vyos.io | 2020.45 | [
{
"text": "[image]\n\n[vyos 1.2.0-rc6 is available for download](https://blog.vyos.io/vyos-1-dot-2-0-rc6-is-available-for-download)\n\nvyos 1.2.0-rc6 is available for download\n\nit currently compares the installed packages with the image build date to see it anything was additionally installed.",
"name": "",
"is_accepted": true
}
] |
4edced0ecf4ca6b6c110fcf44fcef940 | i can use the clear command in the “configure” shell but not at the top of the bash/cli.
ie, i can login using:
user: vyos
password: vyos
> clear
incomplete command
> configre
> clear
#screen clears#
>
can it be fixed?
thanks. | the "clear" command on cli doesn't work | vyos.io | 2020.45 | [
{
"text": "‘configure’ is a vyos operational mode command\n\nuser@vyos:~$ clear\n\npossible completions:\n\nconsole clear screen\n\nfirewall clear firewall statistics\n\nflow-accounting\n\nclear flow accounting\n\ninterfaces clear interface information\n\nip clear internet protocol …",
"name": "",
"is_accepted": true
}
] |
a06e7689c1b2330f2ccb43dbb680f82e | hi all,
i managed to configure a vyos vm hosted on openstack to connect to my aws test vpc using vti routed ipsec tunnels.
point is that whenever i reboot the vyos instance, all tunnels are in state “down” even if the strongswan daemon started correctly. a simple restart vpn does the trick and eve… | ipsec vpn site-to-site tunnels down after reboot | vyos.io | 2020.40 | [
{
"text": "well first switch to ikev2 and i bet your issue will be solved :wink:",
"name": "",
"is_accepted": true
}
] |
05dfafed4e02e4b628c985fb00a8c168 | hi guys!
i have pppoe connection and i want to know if there’s a best way to configure it.
it’s working this way :
set interfaces ethernet eth0 mtu '1508'
set interfaces ethernet eth0 vif 35 mtu '1508'
set interfaces pppoe pppoe0 mtu '1500'
it also working this way :
set interfaces ethernet eth… | pppoe mtu 1500 vs mss tcp | vyos.io | 2021.04 | [
{
"text": "hello [@jack9603301](/u/jack9603301) and [@fegauthier](/u/fegauthier).\n\nin this case, the preferred method setup pppoe client mtu to 1500 and face/vif mtu to 1508. one more important thing, your isp should accept/allow jumbo frames and allow on pppoe bras (broadband remote access server) mtu 1500\n\nthe second way more universal and ha…",
"name": "",
"is_accepted": true
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.