Home › Forums › kdb+ › setup kx/kdb instance in a new linux server/machine › Re: setup kx/kdb instance in a new linux server/machine
-
If python is running a server but your browser cannot connect it suggests an issue with the network settings and not kdb+. Are only certain ports open?
If I can only use ssh port I often set up a port forward so I can connect on my machine
https://linux.die.net/man/1/ssh#:~:text=%2DL%5Bbind_address%3A%5Dport%3Ahost%3Ahostport
ssh -L 6154:localhost:6154 whateveryourusernameis@10.106.4.131