My server software says errno99: cannot assign requested address
while using an ip address other than 127.0.0.1
for binding.
Let’s say I have a text file contains a bunch of ip ranges like this:
echo "1.1.1.1" | awk '/[0-9]*.[0-9]*.[0-9]*.[0-9]*/ {print $1}' How can I filter IPv4 addresses in a script, and how can I filter IPv6 addresses. I mean…
There’s an example of iptables rules on archlinux wiki:
I am installing hadoop on my Ubuntu system. When I start it, it reports that port 9000 is busy.
I have a script that generates some output. I want to check that output for any IP address like
I have follow this guide (Virtualization With KVM On Ubuntu 11.10) to setup my KVM (Virtual Machines Software) on my Ubuntu 11.10 Server. However, I didn’t setup my VM’s IP address when creating the VM, instead of using:
I’m building a headless Steam gameserver which utilises Steam in-home streaming to let two people play at the same time. The multiseat part of the setup is done and functional, but getting it to work wireless is quite troublesome.