1 interface - 2 ip addresses

From: tony (none_at_none.com)
Date: 04/29/05


Date: Fri, 29 Apr 2005 10:53:49 -0700

I have a FC3 machine with 1 interface eth0 and 2 ip addresses

eth0:0 ip - 10.10.10.9
eth0:1 - 192.168.0.9

I want to run tftp and have it only listen on eth0:0 but when i start tftp
from xinetd, tftp on;y listen on eth0:1

what do i have to do to have it accept connections on 10.10.10.9 instead?