Am new to Serv-U and evaluating the product. After installing Serv-U Gateway, netstat -an only shows Gateway service listening at 127.0.0.1:1180
How do I get it to listen at the designated IP address of the LAN card?
You need to configure Gateway from within Serv-U management console and add appropriate listeners. This KB should help you: Serv-U Gateway Installation Instructions for Windows
Thanks for your reply. But Serv-U management console will not find the Gateway at the designated IP since the Gateway itself isn't listening on its IP address. The Gateway is just listening on the localhost IP 127.0.0.1. It should have an entry like 192.168.X.Y:1180
Managed to resolve the problem. It was because the Gateway IP wasn't using a standard reserved internal IP range, ie. 10.X.X.X , 172.16.X.X or 192.168.X.X
Perfect, thanks for the update!
I'm having this same issue - we're using a non-standard IP range - how were you able to resolve this?
In order for Gateway to listen on an IP address it thinks isn't a private IP, you'll need to add an entry to the Accept-Public-IP-CIDRs.txt file in the Gateway install directory. The entry should be for the IP address owned by Serv-U that's responsible for the Gateway. Once Gateway knows what "external" IP address to expect a connection on, it'll start listening on the other IP addresses. After updating the txt file, be sure to restart Gateway.