I want to be able to do:
ssh user_name@blawhereblapoints to a specific ip address- Same, but from browser, I want to access
http://blablawhereblablais another specific ip address with a port (i.e.1.2.3.4:5678)
Is there a local DNS I can setup?
Working on 16.04
EDIT:
(1) can be easily achieved by adding the following line to /etc/hosts file: IP_ADDR bla and then ping bla translates into ping IP_ADDR. However (2) still eludes me.
Without a port, its much the same like (1), but adding a port makes it more complicated