On Thu, Nov 14, 2002 at 10:57:42AM -0500, Geyer, Thomas L. wrote:
> lnxrtr1:~ # ifconfig
> ctc0      Link encap:Serial Line IP
>           inet addr:147.185.179.2  P-t-P:147.185.2.158  Mask:255.255.255.128
...
> lnxrtr1:~ # ifconfig eth1 147.185.179.65
...
> eth1      Link encap:Ethernet  HWaddr 00:00:00:00:00:00
>           inet addr:147.185.179.65  Mask:255.255.0.0

When you ifconfig eth1, you are effectively saying 'route all
147.185.*.* to eth1', as the netmask is defaulting to 255.255.0.0.  That
range includes your CTC address, which probably stops it working.
Choosing a different address for eth1 would probably be the simplest
solution.

Richard

Reply via email to