Us-west.thethings.network?

Hi I’m trying to get my Cisco lorawan gateway working. It was working at one point, but I hadn’t touched it in awhile and while my gateway shows connected in the TTN web console, it doesn’t seem to be getting any packets from my gateway. My gateway was setup for us-west.thethings.network. I found some conflicting documentation that said to use router.us.thethings.network as well. I’ve tried both and in both situations don’t seem to be getting any packets to my gateway.

From the logs:

### [UPSTREAM] ###
# RF packets received by concentrator: 0
# CRC_OK: 0.00%, CRC_FAIL: 0.00%, NO_CRC: 0.00%
# RF packets forwarded: 0 (0 bytes)
# PUSH_DATA datagrams sent: 1 (216 bytes)
# PUSH_DATA acknowledged: 100.00%
#
### [DOWNSTREAM] ###
# PULL_DATA sent: 3 (0.00% acknowledged)
# PULL_RESP(onse) datagrams received: 0 (0 bytes)
# RF packets sent to concentrator: 0 (0 bytes)
# TX errors: 0
# BEACON queued: 0
# BEACON sent: 0
# BEACON rejected: 0
#
### [JIT] ###
#
### [LINK TESTING MOTE: 00CC01AF] ###
# Packets received from link testing mote: 0
#
### [GATEWAY] ###
# Boot time: 2019-12-17 15:53:41 GMT
# Temperature: 14 C (code=68)
#
##### END #####

Found the cause to my issue. I had used old documentation that showed one of the ports as 17000 instead of 1700. Changed it to 1700 and now I have 100% acknowledgement on my pull data. The only issue I’m having now is that RF packets coming in show 100% CRC failure. :frowning: