One of the best articles that discussed how to bind or listen on multiple IP addresses is this article:
Bind Multiple IP Addresses to a Single Network Interface Card (NIC)
Amazing! Useful!
One of the best articles that discussed how to bind or listen on multiple IP addresses is this article:
Bind Multiple IP Addresses to a Single Network Interface Card (NIC)
Amazing! Useful!
I had a problem on a server where a recent update to Red Hat Enterprise Linux 5 (RHEL5) caused all sendmail mail to be:
I found an old post from 2006 that gave me an idea about what to do when sendmail constantly defers mail. I ran yum update and found BIND had some udpates.
After that, all I had to do was restart the sendmail server and we were good to go.
Good news!
Here are some helpful links I used to fix my Debian-running-a-USB-wireless-stick problem:
Afterwards, this article at the Debian Wiki on how to use WIFI / Wireless utilities helped me out afterwards with my NetGear WG111v2 problem.
Anyways, Make sure to apt-get install openssh-server and configure it to your needs. Did you get IPtables, too? Should come with your package of Debian.
Me? Well, I’m fine. Just playing some indie games, drawing, etc.
Edit: Update as of 11/24/2009: It’s been working fine. I wanted to leave a bit more information about this.
/etc/network/interfaces file:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
# My secondary, Wireless Iface
auto wlan0
iface wlan0 inet dhcp
wpa-ssid WirelessNetworkNameExactly
wpa-psk password
ifconfig to find out what the IP address is, or you should set up a DHCP reservation so the IP will never change.EDIT Mar 18 2010:
The following debian page also helped on NDISWRAPPER: http://wiki.debian.org/NdisWrapper
So I went and downloaded the WordPress ReCaptcha plugin. I hope you don’t mind.