No need for internal syslog relay

This commit is contained in:
Timo Makinen 2021-09-02 13:18:36 +00:00
parent da36395b05
commit 257bf62d1f
2 changed files with 0 additions and 10 deletions

View file

@ -8,12 +8,6 @@ network_dns_search:
network_default_gateway: 37.16.96.145 network_default_gateway: 37.16.96.145
network_vip_interfaces: network_vip_interfaces:
- device: vio0
vhid: 5
ipaddr: 172.20.20.5
netmask: 255.255.252.0
pass: "{{ vip5_pass }}"
priority: "{{ vip150_priority }}"
- device: vio1 - device: vio1
vhid: 150 vhid: 150
ipaddr: 37.16.96.150 ipaddr: 37.16.96.150

View file

@ -1,10 +1,6 @@
log state changes log state changes
log connection log connection
relay "syslog-int" {
listen on 172.20.20.5 port 6514
forward to log01.home.foo.sh port 6514
}
relay "syslog-ext" { relay "syslog-ext" {
listen on 37.16.96.150 port 6514 listen on 37.16.96.150 port 6514
forward to log01.home.foo.sh port 6514 forward to log01.home.foo.sh port 6514