Tagged Questions
0
votes
1answer
318 views
localhost subdomain wildcard
I'm trying to have *.localhost pointing at 127.0.0.1.
I read this post which is quite recent and looks promising but dnsmasq can't bind port 53:
* Starting DNS forwarder and DHCP server dnsmasq ...
3
votes
2answers
783 views
telnet refusing traffic on arbitrary port over network in 11.10
I have written a python script to listen on port 2626 and executed the script.
proof that localhost is listening
tcp 0 0 127.0.0.1:2626 0.0.0.0:* LISTEN
I can ...