On Sat, 2003-06-14 at 07:55, edwarner99@xxxxxxxxx wrote: > The other problem I had revolved around the first > (Internet connected side) ethernet card renewing its > lease. It would renew itself from its own dhcp server. > I think Linux's dhcp server was just too fast and that > prevented the Cayman side from assigning the IP > address. Changing this to PPPoE resolved this. You can edit /etc/sysconfig/dhcpd file and place in there: DHCHPARGS=eth1 to force your machine to only use eth1 for dhcp. Then your eth0 card will pull it's IP from your internet connected side's dhcp server. -=/>Thom