move from log02 to log01
This commit is contained in:
parent
e39fccec20
commit
663cb1a40c
2 changed files with 5 additions and 5 deletions
|
@ -47,7 +47,7 @@
|
|||
-A OUTPUT -p tcp -m tcp -d 10.5.126.23 --dport 443 -j ACCEPT
|
||||
|
||||
# rsyslog out to log01
|
||||
-A OUTPUT -p tcp -m tcp -d 10.5.126.29 --dport 514 -j ACCEPT
|
||||
-A OUTPUT -p tcp -m tcp -d 10.5.126.13 --dport 514 -j ACCEPT
|
||||
|
||||
# SSH
|
||||
-A INPUT -p tcp -m tcp -s 10.5.0.0/16 --dport 22 -j ACCEPT
|
||||
|
|
|
@ -8,7 +8,7 @@ subnet 10.5.126.0 netmask 255.255.255.0 {
|
|||
option domain-name "phx2.fedoraproject.org qa.fedoraproject.org fedoraproject.org";
|
||||
option domain-name-servers 10.5.126.21, 10.5.126.22;
|
||||
option routers 10.5.126.254;
|
||||
option log-servers 10.5.126.29;
|
||||
option log-servers 10.5.126.13;
|
||||
# option vendor-class-identifier "PXEClient";
|
||||
# option vendor-encapsulated-options 09:0f:80:00:0c:4e:65:74:77:6f:72:6b:20:62:6f:6f:74:0a:07:00:50:72:6f:6d:70:74:06:01:02:08:03:80:00:00:47:04:80:00:00:00:ff;
|
||||
|
||||
|
@ -311,7 +311,7 @@ subnet 10.5.126.0 netmask 255.255.255.0 {
|
|||
subnet 10.5.124.128 netmask 255.255.255.128 {
|
||||
option domain-name "qa.fedoraproject.org phx2.fedoraproject.org fedoraproject.org";
|
||||
option domain-name-servers 10.5.126.21, 10.5.126.22;
|
||||
option log-servers 10.5.126.29;
|
||||
option log-servers 10.5.126.13;
|
||||
option routers 10.5.124.254;
|
||||
|
||||
range 10.5.124.240 10.5.124.249;
|
||||
|
@ -657,7 +657,7 @@ subnet 10.5.79.0 netmask 255.255.255.0 {
|
|||
option domain-name "phx2.fedoraproject.org qa.fedoraproject.org fedoraproject.org";
|
||||
option domain-name-servers 10.5.126.21, 10.5.126.22;
|
||||
option routers 10.5.79.254;
|
||||
option log-servers 10.5.126.29;
|
||||
option log-servers 10.5.126.13;
|
||||
|
||||
host arm01-releng00-mgmt {
|
||||
hardware ethernet fc:2f:40:d2:27:6e;
|
||||
|
@ -1246,7 +1246,7 @@ subnet 10.5.78.0 netmask 255.255.255.0 {
|
|||
option domain-name "phx2.fedoraproject.org qa.fedoraproject.org fedoraproject.org";
|
||||
option domain-name-servers 10.5.126.21, 10.5.126.22;
|
||||
option routers 10.5.78.254;
|
||||
option log-servers 10.5.126.29;
|
||||
option log-servers 10.5.126.13;
|
||||
|
||||
host arm01-releng00 {
|
||||
hardware ethernet fc:2f:40:d2:27:6c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue