RE: virtual ip's

2000-05-07 Thread Jeremy C. Reed
On Fri, 5 May 2000, Wayne Sitton wrote: > Now on my other machines I usually put these statements in the rc.local file > to work on boot-up. But there doesn't seem to be one in debian, or am I > just blind and missing it? If there isn't, what file should I put these > statements in? On my Debian

RE: virtual ip's

2000-05-05 Thread Wayne Sitton
there isn't, what file should I put these statements in? Wayne -Original Message- From: Dariush Pietrzak [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2000 1:41 PM To: debian-isp@lists.debian.org Cc: debian-isp@lists.debian.org Subject: Re: virtual ip's when using some s

Re: virtual ip's

2000-05-05 Thread John Gonzalez/netMDC admin
As stated earlier, we are running the 2.0.X tree on this machine. There is absolutely no module support compiled into this kernel either. Besides, the machine routinely has uptimes in the 250+ day period, and has over 60 virtual interfaces. All without a single hiccup. (If it aint broke, dont fix

Re: virtual ip's

2000-05-05 Thread Dariush Pietrzak
when using some stock kernel you probably should run insmod ip_alias, or modprobe it. in 2.2.x there used to be some problems with aliases, but there are no more. > ifconfig eth0:22 206.29.139.35 broadcast 206.29.139.255 netmask 255.255.255.0 > route add -host 206.29.139.35 dev eth0:22 coun

Re: virtual ip's

2000-05-05 Thread John Gonzalez/netMDC admin
We run 2.0.X tree still, but the command we use is as follows: ifconfig eth0:22 206.29.139.35 broadcast 206.29.139.255 netmask 255.255.255.0 route add -host 206.29.139.35 dev eth0:22 On Fri, 5 May 2000, Ricardo Kustner wrote: >Hi, > >On Fri, May 05, 2000 at 12:27:05PM -0500, Wayne Sitton wr

Re: virtual ip's

2000-05-05 Thread Ricardo Kustner
Hi, On Fri, May 05, 2000 at 12:27:05PM -0500, Wayne Sitton wrote: > How do I bind 2 ip's to the same nic in Debian the first thing you should check is if you are running a kernel that supports aliases... if not, you need to bake a new kernel with aliasing turned on... > I've tried > ifconfig et

virtual ip's

2000-05-05 Thread Wayne Sitton
How do I bind 2 ip's to the same nic in Debian I've tried ifconfig eth0:1 xxx.xxx.xxx.xxx up ifconfig eth0:2 XXX.XXX.XXX.XXY up is there something I'm forgeting? Wayne