Hi
I am attempting to create a TCP listener for an existing running database using SQL Central. The ip address for the machine is 10.11.12.17:
$ ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 08:00:27:9a:55:ef brd ff:ff:ff:ff:ff:ff inet 10.11.12.17/24 brd 10.11.12.255 scope global enp0s3 valid_lft forever preferred_lft forever inet6 fe80::a00:27ff:fe9a:55ef/64 scope link valid_lft forever preferred_lft forever $ cat hosts 127.0.0.1 localhost 10.11.12.17 sa
I can successfully ping the machine either as "ping sa" or "ping 10.11.12.17", but the IP address and host do not appear in the drop down when attempting to create a TCP listener using the SQL Central Listener wizard:
"Only the following address: 127.0.0.1 (localhost IPv4)"
Any suggestions of how they could appear?