Second IP address (yes another question)
ifconfig eth0:2 70.85.31.66 netmask 255.255.255.0 up
Then I dont even have to restart my network or anything and it works.. Help me out I dont what I am doin wrong. Its sort of became an issue since TP started messin up.
2 Replies
If you're using Debian, the /etc/network/interfaces file controls what interfaces get started at bootup. You could add something like:
auto eth0:1
iface eth0:1 inet static
address 70.85.31.66
netmask 255.255.255.0
broadcast 70.85.31.255
and it should come up automatically.