Queue manager IP subnets
This topic describes the IP subnets for queue manager network traffic in order to allow safe-listing of incoming queue manager traffic by customer-owned network firewalls. The topic is only applicable to multi-tenant plans.
IP Subnets of a queue manager
To support scalability, high availability, and disaster recovery scenarios IBM® MQ as a Service runs on a flexible and dynamic set of infrastructure servers and so the IP address associated with a particular queue manager will change over time within a defined set of subnets for a particular geography.
To support users configuring network firewall rules in their on-premises or cloud environments, the following list gives IP subnets for queue managers in json format:
[
{
"name": "us-south",
"hostnames": [
{
"name": "qm.us-south.mq.appdomain.cloud",
"plan": "lite",
"subnets": [
"169.48.240.16/28",
"169.61.130.192/27"
]
}, {
"name": "qm2.us-south.mq.appdomain.cloud",
"plan": "paid",
"subnets": [
"169.48.240.16/28",
"169.61.130.192/27"
]
}
]
}, {
"name": "eu-gb",
"hostnames": [
{
"name": "qm.eu-gb.mq.appdomain.cloud",
"plan": "lite",
"subnets": [
"158.175.83.16/28",
"158.175.100.128/27"
]
}, {
"name": "qm2.eu-gb.mq.appdomain.cloud",
"plan": "paid",
"subnets": [
"158.175.83.16/28",
"158.175.100.128/27"
]
}
]
}, {
"name": "eu-de",
"hostnames": [
{
"name": "qm.eu-de.mq.appdomain.cloud",
"plan": "lite",
"subnets": [
"158.177.78.208/28",
"158.177.166.96/27"
]
}, {
"name": "qm2.eu-de.mq.appdomain.cloud",
"plan": "paid",
"subnets": [
"158.177.78.208/28",
"158.177.166.96/27"
]
}
]
}, {
"name": "us-east",
"hostnames": [
{
"name": "qm2.us-east.mq.appdomain.cloud",
"plan": "paid",
"subnets": [
"52.116.66.0/27",
"169.45.247.80/28"
]
}
]
}
]