-
-
Save coldfire7/bd349ded6b3a075c10a1683e68f1649f to your computer and use it in GitHub Desktop.
# Valorant Asia Pacific Servers | |
# Note most of the servers are AWS Global Accelerator anycast IP addresses | |
# https://aws.amazon.com/global-accelerator/features/#Static_anycast_IP_addresses | |
# https://en.wikipedia.org/wiki/Anycast | |
# Last Update: 2023-01-09 | |
# ~CO7DFiRE | |
# All Asia Pacific Servers | |
13.248.193.101 | |
13.248.197.71 | |
13.248.205.128 | |
13.248.220.97 | |
151.106.248.1 | |
43.229.65.1 | |
75.2.49.107 | |
75.2.66.166 | |
75.2.69.178 | |
76.223.1.250 | |
76.223.71.142 | |
76.223.71.164 | |
76.223.72.224 | |
99.83.136.104 | |
99.83.157.116 | |
99.83.187.195 | |
# Singapore Only | |
# Riot (SG) | |
151.106.248.1 | |
# AWS (SG) | |
13.248.193.101 | |
75.2.69.178 | |
76.223.1.250 | |
99.83.157.116 | |
# India Only | |
99.83.136.104 | |
75.2.66.166 | |
13.248.197.71 | |
76.223.71.164 | |
# Server Ports | |
UDP 7000:8000 | |
UDP 8180:8181 | |
TCP/UDP 8088 | |
# NOTE FOR ISP | |
For Valorant, they're using the AWS global accelerator, which is announced under AS16509 (i.e: NOT distinguisable from regular AWS/Amazon traffic). | |
Unfortunately, given that the bulk of the problem is on the inbound path, and since BGP cannot operate at a port level, we will probably require one of the following: | |
1. Increased preferences via peering at Equinix / SGIX Singapore to Amazon when being exported by your IIG. This will force Amazon to shun your ITC peers and send traffic directly via the IXP. | |
See https://docs.aws.amazon.com/directconnect/latest/UserGuide/routing-and-bgp.html, the most likely community is 7224:7200 | |
2. Set aside a /24 or two that are exclusively assigned to gaming / latency sensitive customers which are not announced to Airtel/Tata/ITC peers at all | |
In addition, please set a SMW4/5 bound path of choice for AS16509. |
How did you find these out?
in valorant's customgameconfig endpoint (in gamepod object)
https://valapidocs.techchrism.me/endpoint/custom-game-configs
GET /parties/v1/parties/customgameconfigs HTTP/1.1
X-Riot-ClientVersion: release-05.00-shipping-6-725355
X-Riot-ClientPlatform: ew0KCSJwbGF0Zm9ybVR5cGUiOiAiUEMiLA0KCSJwbGF0Zm9ybU9TIjogIldpbmRvd3MiLA0KCSJwbGF0Zm9ybU9TVmVyc2lvbiI6ICIxMC4wLjE5MDQyLjEuMjU2LjY0Yml0IiwNCgkicGxhdGZvcm1DaGlwc2V0IjogIlVua25vd24iDQp9
User-Agent: PostmanRuntime/7.32.3
Accept: */*
Cache-Control: no-cache
Postman-Token: 3fbbea96-e826-4db5-a489-330e7be95b5f
Host: glz-ap-1.ap.a.pvp.net
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
HTTP/1.1 200 OK
Date: Tue, 01 Aug 2023 12:45:20 GMT
Content-Type: text/plain; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Origin
CF-Cache-Status: DYNAMIC
Server: cloudflare
CF-RAY: 7efe2d764f170a91-IAD
Content-Encoding: gzip
{
"Enabled": true,
"EnabledMaps": [],
"EnabledModes": [],
"Queues": [
{
"QueueID": "unrated",
"Enabled": true,
"TeamSize": 5,
"NumTeams": 2,
"MaxPartySize": 5,
"MinPartySize": 1,
"InvalidPartySizes": [],
"MaxPartySizeHighSkill": 5,
"HighSkillTier": 24,
"MaxSkillTier": 27,
"AllowFullPartyBypassSkillRestrictions": false,
"Mode": "BombGameMode",
"IsRanked": false,
"IsTournament": false,
"RequireRoster": false,
"Priority": 1,
"PartyMaxCompetitiveTierRange": -1,
"PartyMaxCompetitiveTierRangePlacementBuffer": 1,
"FullPartyMaxCompetitiveTierRange": -1,
"PartySkillDisparityCompetitiveTiersCeilings": {
"0": -1,
"1": -1,
"10": -1,
"11": -1,
"12": -1,
"13": -1,
"14": -1,
"15": -1,
"16": -1,
"17": -1,
"18": -1,
"19": -1,
"2": -1,
"20": -1,
"21": -1,
"22": -1,
"23": -1,
"24": -1,
"25": -1,
"26": -1,
"27": -1,
"3": -1,
"4": -1,
"5": -1,
"6": -1,
"7": -1,
"8": -1,
"9": -1
},
"UseAccountLevelRequirement": false,
"MinimumAccountLevelRequired": 0,
"GameRules": {
"IsOvertimeWinByTwo": "false"
},
"SupportedPlatformTypes": [
"PC"
],
"DisabledContent": [],
"queueFieldA": [],
"NextScheduleChangeSeconds": -1,
"TimeUntilNextScheduleChangeSeconds": -1690893921,
"MapWeights": [
"Duality:1",
"Triad:1",
"Bonsai:1",
"Ascent:1",
"Port:0",
"Foxtrot:0",
"Canyon:1",
"Pitt:1",
"Jam:1"
]
},
{
"QueueID": "competitive",
"Enabled": true,
"TeamSize": 5,
"NumTeams": 2,
"MaxPartySize": 5,
"MinPartySize": 1,
"InvalidPartySizes": [
4
],
"MaxPartySizeHighSkill": 2,
"HighSkillTier": 24,
"MaxSkillTier": 27,
"AllowFullPartyBypassSkillRestrictions": true,
"Mode": "BombGameMode",
"IsRanked": true,
"IsTournament": false,
"RequireRoster": false,
"Priority": 2,
"PartyMaxCompetitiveTierRange": 3,
"PartyMaxCompetitiveTierRangePlacementBuffer": 1,
"FullPartyMaxCompetitiveTierRange": 3,
"PartySkillDisparityCompetitiveTiersCeilings": {
"0": -1,
"1": -1,
"10": 14,
"11": 14,
"12": 17,
"13": 17,
"14": 17,
"15": 18,
"16": 19,
"17": 20,
"18": 21,
"19": 22,
"2": -1,
"20": 23,
"21": 24,
"22": 25,
"23": 26,
"24": 27,
"25": 27,
"26": 27,
"27": 27,
"3": 11,
"4": 11,
"5": 11,
"6": 11,
"7": 11,
"8": 11,
"9": 14
},
"UseAccountLevelRequirement": false,
"MinimumAccountLevelRequired": 20,
"GameRules": {
"AllowLenientSurrender": "false"
},
"SupportedPlatformTypes": [
"PC"
],
"DisabledContent": [],
"queueFieldA": [],
"NextScheduleChangeSeconds": -1,
"TimeUntilNextScheduleChangeSeconds": -1690893921,
"MapWeights": [
"Duality:1",
"Triad:1",
"Bonsai:1",
"Ascent:1",
"Port:0",
"Foxtrot:0",
"Canyon:1",
"Pitt:1",
"Jam:1"
]
},
{
"QueueID": "swiftplay",
"Enabled": true,
"TeamSize": 5,
"NumTeams": 2,
"MaxPartySize": 5,
"MinPartySize": 1,
"InvalidPartySizes": [],
"MaxPartySizeHighSkill": 5,
"HighSkillTier": 24,
"MaxSkillTier": 27,
"AllowFullPartyBypassSkillRestrictions": false,
"Mode": "Swiftplay_EoRCredits_GameMode",
"IsRanked": false,
"IsTournament": false,
"RequireRoster": false,
"Priority": 3,
"PartyMaxCompetitiveTierRange": -1,
"PartyMaxCompetitiveTierRangePlacementBuffer": 1,
"FullPartyMaxCompetitiveTierRange": -1,
"PartySkillDisparityCompetitiveTiersCeilings": {
"0": -1,
"1": -1,
"10": -1,
"11": -1,
"12": -1,
"13": -1,
"14": -1,
"15": -1,
"16": -1,
"17": -1,
"18": -1,
"19": -1,
"2": -1,
"20": -1,
"21": -1,
"22": -1,
"23": -1,
"24": -1,
"25": -1,
"26": -1,
"27": -1,
"3": -1,
"4": -1,
"5": -1,
"6": -1,
"7": -1,
"8": -1,
"9": -1
},
"UseAccountLevelRequirement": false,
"MinimumAccountLevelRequired": 0,
"GameRules": {
"IsOvertimeWinByTwo": "false"
},
"SupportedPlatformTypes": [
"PC"
],
"DisabledContent": [],
"queueFieldA": [],
"NextScheduleChangeSeconds": -1,
"TimeUntilNextScheduleChangeSeconds": -1690893921,
"MapWeights": [
"Duality:1",
"Triad:1",
"Bonsai:1",
"Ascent:1",
"Port:1",
"Foxtrot:1",
"Canyon:1",
"Pitt:1",
"Jam:1"
]
},
{
"QueueID": "spikerush",
"Enabled": true,
"TeamSize": 5,
"NumTeams": 2,
"MaxPartySize": 5,
"MinPartySize": 1,
"InvalidPartySizes": [],
"MaxPartySizeHighSkill": 5,
"HighSkillTier": 24,
"MaxSkillTier": 27,
"AllowFullPartyBypassSkillRestrictions": false,
"Mode": "QuickBombGameMode",
"IsRanked": false,
"IsTournament": false,
"RequireRoster": false,
"Priority": 4,
"PartyMaxCompetitiveTierRange": -1,
"PartyMaxCompetitiveTierRangePlacementBuffer": 1,
"FullPartyMaxCompetitiveTierRange": -1,
"PartySkillDisparityCompetitiveTiersCeilings": {
"0": -1,
"1": -1,
"10": -1,
"11": -1,
"12": -1,
"13": -1,
"14": -1,
"15": -1,
"16": -1,
"17": -1,
"18": -1,
"19": -1,
"2": -1,
"20": -1,
"21": -1,
"22": -1,
"23": -1,
"24": -1,
"25": -1,
"26": -1,
"27": -1,
"3": -1,
"4": -1,
"5": -1,
"6": -1,
"7": -1,
"8": -1,
"9": -1
},
"UseAccountLevelRequirement": false,
"MinimumAccountLevelRequired": 0,
"GameRules": {
"IsOvertimeWinByTwo": "false"
},
"SupportedPlatformTypes": [
"PC"
],
"DisabledContent": [],
"queueFieldA": [],
"NextScheduleChangeSeconds": -1,
"TimeUntilNextScheduleChangeSeconds": -1690893921,
"MapWeights": [
"Duality:1",
"Triad:1",
"Bonsai:1",
"Ascent:1",
"Port:1",
"Foxtrot:1",
"Canyon:1",
"Pitt:1",
"Jam:1"
]
},
{
"QueueID": "deathmatch",
"Enabled": true,
"TeamSize": 12,
"NumTeams": 1,
"MaxPartySize": 5,
"MinPartySize": 1,
"InvalidPartySizes": [],
"MaxPartySizeHighSkill": 5,
"HighSkillTier": 24,
"MaxSkillTier": 27,
"AllowFullPartyBypassSkillRestrictions": false,
"Mode": "DeathmatchGameMode",
"IsRanked": false,
"IsTournament": false,
"RequireRoster": false,
"Priority": 5,
"PartyMaxCompetitiveTierRange": -1,
"PartyMaxCompetitiveTierRangePlacementBuffer": 1,
"FullPartyMaxCompetitiveTierRange": -1,
"PartySkillDisparityCompetitiveTiersCeilings": {
"0": -1,
"1": -1,
"10": -1,
"11": -1,
"12": -1,
"13": -1,
"14": -1,
"15": -1,
"16": -1,
"17": -1,
"18": -1,
"19": -1,
"2": -1,
"20": -1,
"21": -1,
"22": -1,
"23": -1,
"24": -1,
"25": -1,
"26": -1,
"27": -1,
"3": -1,
"4": -1,
"5": -1,
"6": -1,
"7": -1,
"8": -1,
"9": -1
},
"UseAccountLevelRequirement": false,
"MinimumAccountLevelRequired": 0,
"GameRules": {
"AllowDropOut": "true",
"AssignRandomAgents": "true",
"SkipPregame": "true"
},
"SupportedPlatformTypes": [
"PC"
],
"DisabledContent": [],
"queueFieldA": [],
"NextScheduleChangeSeconds": -1,
"TimeUntilNextScheduleChangeSeconds": -1690893921,
"MapWeights": [
"Duality:1",
"Triad:1",
"Bonsai:1",
"Ascent:1",
"Port:1",
"Foxtrot:1",
"Canyon:1",
"Pitt:1",
"Jam:1"
]
},
{
"QueueID": "ggteam",
"Enabled": true,
"TeamSize": 5,
"NumTeams": 2,
"MaxPartySize": 5,
"MinPartySize": 1,
"InvalidPartySizes": [],
"MaxPartySizeHighSkill": 5,
"HighSkillTier": 24,
"MaxSkillTier": 27,
"AllowFullPartyBypassSkillRestrictions": false,
"Mode": "GunGameTeamsGameMode",
"IsRanked": false,
"IsTournament": false,
"RequireRoster": false,
"Priority": 6,
"PartyMaxCompetitiveTierRange": -1,
"PartyMaxCompetitiveTierRangePlacementBuffer": 1,
"FullPartyMaxCompetitiveTierRange": -1,
"PartySkillDisparityCompetitiveTiersCeilings": {
"0": -1,
"1": -1,
"10": -1,
"11": -1,
"12": -1,
"13": -1,
"14": -1,
"15": -1,
"16": -1,
"17": -1,
"18": -1,
"19": -1,
"2": -1,
"20": -1,
"21": -1,
"22": -1,
"23": -1,
"24": -1,
"25": -1,
"26": -1,
"27": -1,
"3": -1,
"4": -1,
"5": -1,
"6": -1,
"7": -1,
"8": -1,
"9": -1
},
"UseAccountLevelRequirement": false,
"MinimumAccountLevelRequired": 0,
"GameRules": {
"AssignRandomAgents": "true",
"SkipPregame": "true"
},
"SupportedPlatformTypes": [
"PC"
],
"DisabledContent": [],
"queueFieldA": [],
"NextScheduleChangeSeconds": -1,
"TimeUntilNextScheduleChangeSeconds": -1690893921,
"MapWeights": [
"Duality:1",
"Triad:1",
"Bonsai:1",
"Ascent:1",
"Port:1",
"Foxtrot:1",
"Canyon:1",
"Pitt:1",
"Jam:1"
]
},
{
"QueueID": "premier-seasonmatch",
"Enabled": true,
"TeamSize": 5,
"NumTeams": 2,
"MaxPartySize": 5,
"MinPartySize": 5,
"InvalidPartySizes": [],
"MaxPartySizeHighSkill": 5,
"HighSkillTier": 24,
"MaxSkillTier": 27,
"AllowFullPartyBypassSkillRestrictions": false,
"Mode": "BombGameMode",
"IsRanked": false,
"IsTournament": false,
"RequireRoster": true,
"Priority": 7,
"PartyMaxCompetitiveTierRange": -1,
"PartyMaxCompetitiveTierRangePlacementBuffer": 1,
"FullPartyMaxCompetitiveTierRange": -1,
"PartySkillDisparityCompetitiveTiersCeilings": {
"0": -1,
"1": -1,
"10": -1,
"11": -1,
"12": -1,
"13": -1,
"14": -1,
"15": -1,
"16": -1,
"17": -1,
"18": -1,
"19": -1,
"2": -1,
"20": -1,
"21": -1,
"22": -1,
"23": -1,
"24": -1,
"25": -1,
"26": -1,
"27": -1,
"3": -1,
"4": -1,
"5": -1,
"6": -1,
"7": -1,
"8": -1,
"9": -1
},
"UseAccountLevelRequirement": false,
"MinimumAccountLevelRequired": 0,
"GameRules": {
"AllowOvertimeDrawVote": "false",
"AllowOvertimePriorityVote": "true",
"IsOvertimeWinByTwoCapped": "true"
},
"SupportedPlatformTypes": [
"PC"
],
"DisabledContent": [],
"queueFieldA": [],
"NextScheduleChangeSeconds": -1,
"TimeUntilNextScheduleChangeSeconds": -1690893921,
"MapWeights": [
"Duality:1",
"Triad:1",
"Bonsai:1",
"Ascent:1",
"Port:1",
"Foxtrot:1",
"Canyon:1",
"Pitt:1",
"Jam:1"
]
},
{
"QueueID": "premier-tournament",
"Enabled": true,
"TeamSize": 5,
"NumTeams": 8,
"MaxPartySize": 5,
"MinPartySize": 5,
"InvalidPartySizes": [],
"MaxPartySizeHighSkill": 5,
"HighSkillTier": 24,
"MaxSkillTier": 27,
"AllowFullPartyBypassSkillRestrictions": false,
"Mode": "BombGameMode",
"IsRanked": false,
"IsTournament": true,
"RequireRoster": true,
"Priority": 8,
"PartyMaxCompetitiveTierRange": -1,
"PartyMaxCompetitiveTierRangePlacementBuffer": 1,
"FullPartyMaxCompetitiveTierRange": -1,
"PartySkillDisparityCompetitiveTiersCeilings": {
"0": -1,
"1": -1,
"10": -1,
"11": -1,
"12": -1,
"13": -1,
"14": -1,
"15": -1,
"16": -1,
"17": -1,
"18": -1,
"19": -1,
"2": -1,
"20": -1,
"21": -1,
"22": -1,
"23": -1,
"24": -1,
"25": -1,
"26": -1,
"27": -1,
"3": -1,
"4": -1,
"5": -1,
"6": -1,
"7": -1,
"8": -1,
"9": -1
},
"UseAccountLevelRequirement": false,
"MinimumAccountLevelRequired": 0,
"GameRules": {
"AllowOvertimeDrawVote": "false",
"AllowOvertimePriorityVote": "true",
"IsOvertimeWinByTwoCapped": "true",
"PremierTournamentMode": "true"
},
"SupportedPlatformTypes": [
"PC"
],
"DisabledContent": [],
"queueFieldA": [],
"NextScheduleChangeSeconds": -1,
"TimeUntilNextScheduleChangeSeconds": -1690893921,
"MapWeights": [
"Duality:1",
"Triad:1",
"Bonsai:1",
"Ascent:1",
"Port:1",
"Foxtrot:1",
"Canyon:1",
"Pitt:1",
"Jam:1"
]
},
{
"QueueID": "hurm",
"Enabled": true,
"TeamSize": 5,
"NumTeams": 2,
"MaxPartySize": 5,
"MinPartySize": 1,
"InvalidPartySizes": [],
"MaxPartySizeHighSkill": 5,
"HighSkillTier": 24,
"MaxSkillTier": 27,
"AllowFullPartyBypassSkillRestrictions": false,
"Mode": "HURMGameMode",
"IsRanked": false,
"IsTournament": false,
"RequireRoster": false,
"Priority": 9,
"PartyMaxCompetitiveTierRange": -1,
"PartyMaxCompetitiveTierRangePlacementBuffer": 1,
"FullPartyMaxCompetitiveTierRange": -1,
"PartySkillDisparityCompetitiveTiersCeilings": {
"0": -1,
"1": -1,
"10": -1,
"11": -1,
"12": -1,
"13": -1,
"14": -1,
"15": -1,
"16": -1,
"17": -1,
"18": -1,
"19": -1,
"2": -1,
"20": -1,
"21": -1,
"22": -1,
"23": -1,
"24": -1,
"25": -1,
"26": -1,
"27": -1,
"3": -1,
"4": -1,
"5": -1,
"6": -1,
"7": -1,
"8": -1,
"9": -1
},
"UseAccountLevelRequirement": false,
"MinimumAccountLevelRequired": 0,
"GameRules": {
"IsOvertimeWinByTwo": "false"
},
"SupportedPlatformTypes": [
"PC"
],
"DisabledContent": [],
"queueFieldA": [],
"NextScheduleChangeSeconds": -1,
"TimeUntilNextScheduleChangeSeconds": -1690893921,
"MapWeights": [
"HURM_Alley:1",
"HURM_Yard:1",
"HURM_Bowl:1"
]
}
],
"GamePodPingServiceInfo": {
"aresriot.aws-ape1-prod.ap-gp-hongkong-1": {
"SecurityHash": 1601284617,
"ObfuscatedIP": 2838688145,
"PingProxyAddress": "151.106.248.1:8181",
"PingProxyAddresses": [
"99.83.187.195:8181",
"75.2.49.107:8181",
"43.229.65.1:8181",
"151.106.248.1:8181",
"76.223.71.142:8181",
"13.248.205.128:8181"
]
},
"aresriot.aws-apne1-prod.ap-gp-tokyo-1": {
"SecurityHash": 992296773,
"ObfuscatedIP": 3560110302,
"PingProxyAddress": "76.223.72.224:8181",
"PingProxyAddresses": [
"76.223.72.224:8181",
"43.229.65.1:8181",
"13.248.220.97:8181"
]
},
"aresriot.aws-aps1-prod.ap-gp-mumbai-1": {
"SecurityHash": 1728704160,
"ObfuscatedIP": 3509776663,
"PingProxyAddress": "76.223.71.164:8181",
"PingProxyAddresses": [
"99.83.136.104:8181",
"13.248.197.71:8181",
"76.223.71.164:8181",
"75.2.66.166:8181",
"151.106.248.1:8181"
]
},
"aresriot.aws-apse1-prod.ap-gp-singapore-1": {
"SecurityHash": 239848246,
"ObfuscatedIP": 3610442164,
"PingProxyAddress": "13.248.193.101:8181",
"PingProxyAddresses": [
"13.248.193.101:8181",
"76.223.1.250:8181",
"151.106.248.1:8181",
"99.83.157.116:8181",
"75.2.69.178:8181"
]
},
"aresriot.aws-apse2-prod.ap-gp-sydney-1": {
"SecurityHash": 1522173583,
"ObfuscatedIP": 2721249754,
"PingProxyAddress": "43.229.65.1:8181",
"PingProxyAddresses": [
"43.229.65.1:8181"
]
}
}
}
Can you tell me which is the voice chat port?
Any chance you could update this? The sydney IP doesn't seem to respond anymore. Im assuming they've changed servers.
Any chance you could update this? The sydney IP doesn't seem to respond anymore. Im assuming they've changed servers.
The list is still the same but the following IPs are inactive or were removed.
13.248.197.71
75.2.66.166
76.223.71.164
99.83.136.104
What is Mumbai Server Ip?
Hey can you provide me with Ip of Dubai servers in Valorant, would be very appreciated
Hey can you provide me with Ip of Dubai servers in Valorant, would be very appreciated
Dubai servers aren't available in my region
I am on airtel fibre from Odisha, and getting 80 ping to mumbai servers, whats should I do or ask my ISP to do so that this problem can be mitigated!! On bsnl I get 33-40 ping but not playing because of packet loss issues
can you update this ? i have problem with lobby asia pacific ping. lobby ping is like 600 but ing= game is like 27. i need to know what server that cause lobby ping so high. I wish i can do like what you do bro. To identify server
Hey guys I got the new IP address for Mumbai servers from a support rep
•151.106.246.1
•151.106.246.32
I routed these and it worked great!!!
What is Mumbai Server Ip?
•151.106.246.1
•151.106.246.32
Could you add All Europe Servers IP too please?
What is dubai server ip?
This is the current Asian IP pool
99.83.187.195
76.223.71.142
75.2.49.107
43.229.65.1
151.106.248.1
151.106.246.1
13.248.205.128
This is the current Asian IP pool
99.83.187.195 76.223.71.142 75.2.49.107 43.229.65.1 151.106.248.1 151.106.246.1 13.248.205.128
which one is singapore ip among these?
@coldfire7
99.83.187.195
76.223.71.142
75.2.49.107
43.229.65.1
151.106.248.1
151.106.246.1
13.248.205.128
which one is dubai server's ip. I'd appreciate it, thanks.
What is Mumbai Server Ip?
•151.106.246.1 •151.106.246.32
Could you please tell how to route these ? I get very bad ping even when I am on Mumbai server. ISP doesn't understand my concern.
What is Mumbai Server Ip?
•151.106.246.1 •151.106.246.32
Could you please tell how to route these ? I get very bad ping even when I am on Mumbai server. ISP doesn't understand my concern.
VALORANT Mumbai Server: 151.106.246.1/32
VALORANT Singapore Server: 151.106.248.1/32
valorant support send me these ip's for mumbai and singapore
Hey guys I got the new IP address for Mumbai servers from a support rep
•151.106.246.1 •151.106.246.32
I routed these and it worked great!!!
did you route them urself?I tried asking my ISP multiple times and still they cant understand what routing is.
I have a static IP ,can u guide me in routing?
Hey guys I got the new IP address for Mumbai servers from a support rep
•151.106.246.1 •151.106.246.32
I routed these and it worked great!!!did you route them urself?I tried asking my ISP multiple times and still they cant understand what routing is. I have a static IP ,can u guide me in routing?
You will need a VPN and better to have one that does split tunneling. You will need to add riot client and vanguard to not use vpn and only make the game itself use vpn. or if you have a vpn tunnel or static route via vpn, you can try to only do the vpn tunnel for the specific ip address shown above for your server you are interested in.`
I just realized
151.106.248.1
Appears in HK server and SG server. Any reason why?
Because now, my ping to HK is 50, and SG is 86.
Usually HK is 45 and SG 16. I originally usually play in SG server.
I don't know how to fix.
Current IP List - 2024/09/18
Singapore - 151.106.248.1
Mumbai - 151.106.246.1
??? - 99.83.187.195
??? - 76.223.71.142
??? - 75.2.49.107
??? - 13.248.205.128
??? - 43.229.65.1
??? - 162.249.75.1
Hi, can you tell me the IP addresses for the EU region?
What can you do knowing all these IP's?
What can you do knowing all these IP's?
I need this to set up vpn routing rules
Hey @coldfire7 could you help me out with the latest IPs of singapore valorant ranked servers?
can someone make a quick tutorial how to do that in pc ,and which vpn is used to that,,google isnt working
Hey guys I got the new IP address for Mumbai servers from a support rep
•151.106.246.1 •151.106.246.32
I routed these and it worked great!!!
hey But I am not getting any ping ., why is that?? Riot also gave the same IP.
but when I ran ping 151.106.246.1 it "returns time out"
someone knows eu Tokyo ip?
How did you find these out?