Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1473789 Details for
Bug 1613066
Reboot of v3.10 master looses iptables rules/chain
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
before reboot iptables output
iptables.out.before-reboot (text/plain), 6.08 KB, created by
Øystein Bedin
on 2018-08-06 22:34:01 UTC
(
hide
)
Description:
before reboot iptables output
Filename:
MIME Type:
Creator:
Øystein Bedin
Created:
2018-08-06 22:34:01 UTC
Size:
6.08 KB
patch
obsolete
>Chain INPUT (policy ACCEPT 4941 packets, 1419K bytes) > pkts bytes target prot opt in out source destination > 3149 220K KUBE-EXTERNAL-SERVICES all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate NEW /* kubernetes externally-visible service portals */ > 378K 233M KUBE-NODEPORT-NON-LOCAL all -- * * 0.0.0.0/0 0.0.0.0/0 /* Ensure that non-local NodePort traffic can flow */ > 379K 233M OPENSHIFT-FIREWALL-ALLOW all -- * * 0.0.0.0/0 0.0.0.0/0 /* firewall overrides */ > 490K 295M KUBE-FIREWALL all -- * * 0.0.0.0/0 0.0.0.0/0 > 761K 933M OS_FIREWALL_ALLOW all -- * * 0.0.0.0/0 0.0.0.0/0 > >Chain FORWARD (policy DROP 0 packets, 0 bytes) > pkts bytes target prot opt in out source destination > 0 0 KUBE-FORWARD all -- * * 0.0.0.0/0 0.0.0.0/0 /* kubernetes forwarding rules */ > 0 0 OPENSHIFT-ADMIN-OUTPUT-RULES all -- tun0 !tun0 0.0.0.0/0 0.0.0.0/0 /* administrator overrides */ > 0 0 OPENSHIFT-FIREWALL-FORWARD all -- * * 0.0.0.0/0 0.0.0.0/0 /* firewall overrides */ > 0 0 DOCKER-ISOLATION all -- * * 0.0.0.0/0 0.0.0.0/0 > 0 0 DOCKER all -- * docker0 0.0.0.0/0 0.0.0.0/0 > 0 0 ACCEPT all -- * docker0 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED > 0 0 ACCEPT all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/0 > 0 0 ACCEPT all -- docker0 docker0 0.0.0.0/0 0.0.0.0/0 > >Chain OUTPUT (policy ACCEPT 4949 packets, 1719K bytes) > pkts bytes target prot opt in out source destination > 5937 409K KUBE-SERVICES all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate NEW /* kubernetes service portals */ > 494K 227M KUBE-FIREWALL all -- * * 0.0.0.0/0 0.0.0.0/0 > >Chain DOCKER (1 references) > pkts bytes target prot opt in out source destination > >Chain DOCKER-ISOLATION (1 references) > pkts bytes target prot opt in out source destination > 0 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 > >Chain KUBE-EXTERNAL-SERVICES (1 references) > pkts bytes target prot opt in out source destination > >Chain KUBE-FIREWALL (2 references) > pkts bytes target prot opt in out source destination > 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 /* kubernetes firewall for dropping marked packets */ mark match 0x8000/0x8000 > >Chain KUBE-FORWARD (1 references) > pkts bytes target prot opt in out source destination > 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 /* kubernetes forwarding rules */ mark match 0x1/0x1 > >Chain KUBE-NODEPORT-NON-LOCAL (1 references) > pkts bytes target prot opt in out source destination > >Chain KUBE-SERVICES (1 references) > pkts bytes target prot opt in out source destination > >Chain OPENSHIFT-ADMIN-OUTPUT-RULES (1 references) > pkts bytes target prot opt in out source destination > >Chain OPENSHIFT-FIREWALL-ALLOW (1 references) > pkts bytes target prot opt in out source destination > 0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:4789 /* VXLAN incoming */ > 1863 336K ACCEPT all -- tun0 * 0.0.0.0/0 0.0.0.0/0 /* from SDN to localhost */ > 0 0 ACCEPT all -- docker0 * 0.0.0.0/0 0.0.0.0/0 /* from docker to localhost */ > >Chain OPENSHIFT-FIREWALL-FORWARD (1 references) > pkts bytes target prot opt in out source destination > 0 0 DROP all -- * * 10.128.0.0/14 0.0.0.0/0 /* attempted resend after connection close */ ctstate INVALID > 0 0 ACCEPT all -- * * 0.0.0.0/0 10.128.0.0/14 /* forward traffic from SDN */ > 0 0 ACCEPT all -- * * 10.128.0.0/14 0.0.0.0/0 /* forward traffic to SDN */ > >Chain OS_FIREWALL_ALLOW (1 references) > pkts bytes target prot opt in out source destination > 1 60 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:10250 > 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:10256 > 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:80 > 1328 79680 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:443 > 0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:4789 > 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpts:9000:10000 > 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:9100 > 321 19260 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:2379 > 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:2380 > 118 7080 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:8444 > 2 120 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:8053 > 0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:8053 > 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:9090
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1613066
: 1473789 |
1473790