- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Dec 5 2021
Dec 4 2021
Also, I propose to add missing 'space' to header
vyos@VyOS-BNG:~$ show pppoe-server sessions ifname | username | ip | ip6 | ip6-dp | calling-sid | rate-limit | state | uptime | rx-bytes | tx-bytes ---------+----------+---------------+-----+--------+-------------------+------------+--------+----------+-----------+----------
Easy to fix here https://github.com/vyos/vyos-1x/blob/current/src/op_mode/ppp-server-ctrl.py#L63
replace to print(f' {output}')
Question is why it tells us: Redirecting to http://FQDN/ http and not https?
vyos@vyos:~$ add system image http://FQDN/vyos-1.4-rolling-202112010318-amd64.iso Trying to fetch ISO file from http://FQDN/vyos-1.4-rolling-202112010318-amd64.iso... Downloading... Redirecting to http://FQDN/vyos-1.4-rolling-202112010318-amd64.iso The file is 436.000 MiB. [###__________________________________________________________________________________
[email protected]# compare [edit protocols bgp] >local-as 20 +neighbor 1.1.1.1 { + remote-as 2000 +} [edit] [email protected]# compare commands set protocols bgp local-as '20' set protocols bgp neighbor 1.1.1.1 remote-as '2000'
KEY: nfprobe_source_ip DESC: Defines the local IP address from which NetFlow datagrams are exported. Only a numerical IPv4/ IPv6 address is expected. The supplied IP address is required to be already configured on one of the interfaces. This parameter is also required for graceful encoding of NetFlow v9 and IPFIX option scoping. DEFAULT: IP address is selected by the Operating System
It may be related to T4033 ???
Dec 3 2021
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1094
I checked it on these versions of VYOS. (VyOS 1.3.0-epa3, VyOS 1.3-beta-202112010443 , VyOS 1.4-rolling-202112021432)
Dec 2 2021
https://github.com/vyos/vyatta-config-mgmt/blob/current/scripts/vyatta-commit-push.pl#L71-L82 seems to be the root cause for this.
Does this problem persist with the latest rolling version?
The way sockets are handled in the last version should've fixed this once and for all.
Less scary error messages are produced now.
>>> from vyos.ifconfig import Section
>>> Section.interfaces('geneve')
[]
>>>It's just a warning message, as ppp+ it is a regex, exactly interface with such name not exist.
But rule applied
I get the following below, even though ppp0 exists:
Sadly my firewall rules got wiped on upgrade and I'm a little nervous know about going backwards. I will try one going forward in a week or so.
Dec 1 2021
I opened an issue https://github.com/FRRouting/frr/issues/10160
@FileGo It does not require such configuration in the server section.
As user interfaces creates dynamically "ppp0 ppp5 ppp23" etc
Your zone should look like:
@anthr76 Try vyos-1.4-rolling-202112010318-amd64.iso
Nov 30 2021
vyos@scr1-fw-1:~$ show ver
After disable/enable interface ethX the routes reappear
vyos@r11-roll:~$ sudo ip link set dev eth0 down vyos@r11-roll:~$ sudo ip link set dev eth0 up
Problem seems to be when 2 ip addresses on same network is defined on interface, like this:
Nov 29 2021
PR https://github.com/vyos/vyos-1x/pull/1090
vyos@r11-roll:~$ show configuration json pretty
{
"interfaces": {
"ethernet": {
"eth0": {
"address": [
"192.168.122.11/24"
],
"hw-id": "52:54:00:48:a0:c6"
},
"eth1": {
"hw-id": "52:54:00:fc:50:0b"
},
"eth2": {
"hw-id": "52:54:00:e5:2f:51"
}
},
"loopback": {
"lo": {}
}
},
"protocols": {
"static": {
"route": {
"0.0.0.0/0": {
"next-hop": {
"192.168.122.1": {}
}
}
}
}
},
"service": {
"ssh": {
"disable-host-validation": {}
}
},
"system": {
"config-management": {
"commit-revisions": "100"
},
"conntrack": {
"modules": {
"ftp": {},
"h323": {},
"nfs": {},
"pptp": {},
"sip": {},
"sqlnet": {},
"tftp": {}
}
},
"console": {
"device": {
"ttyS0": {
"speed": "115200"
}
}
},
"host-name": "r11-roll",
"login": {
"user": {
"vyos": {
"authentication": {
"encrypted-password": "$45OXXXX",
"plaintext-password": "",
"public-keys": {
"vyos@vyos": {
"key": "AAXXXXk=",
"type": "ssh-rsa"
}
}
}
}
}
},
"name-server": [
"1.1.1.1"
],
"ntp": {
"server": {
"time1.vyos.net": {},
"time2.vyos.net": {},
"time3.vyos.net": {}
}
},
"syslog": {
"global": {
"facility": {
"all": {
"level": "info"
},
"protocols": {
"level": "debug"
}
}
}
},
"time-zone": "Europe/Madrid"
}
}Nov 28 2021
I have tested with vyos-1.4-rolling-202111281249 and is still missing, I can confirm that the frr version is 8.1.