In article <[EMAIL PROTECTED]> you wrote:
> eth1      Link encap:Ethernet  HWaddr 00:00:F8:08:44:59  
>           inet addr:192.168.2.152  Bcast:192.168.2.255 
> Mask:255.255.255.255
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:0 errors:6 dropped:0 overruns:0 carrier:6
>           collisions:0 txqueuelen:100 
>           Interrupt:9 Base address:0x6500 

> But I wan't to have it as a point-to-point interface 192.168.1.153

Just use:

ifconfig eth1 192.168.2.152 netmask 255.255.255.255 -broadcast
route add -host 192.168.2.153 dev eth1

and perhaps you have to add -arp and set an arp in the arp table.

Greetings
Bernd
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to