(E-Mail Removed) wrote:
> My understanding is that Linux uses a model where IP addresses are
> assigned to machines, not to interfaces.
>
> I've a PC with two NICs eth0 and eth1. PC is connected to network via
> eth0.
>
> Is it possible that instead of configuring IP on eth0, I configure on
> eth1 and still PC is reachable from network.
IP addresses are assigned to interfaces.
If you don't configure eth0, you're not going to be able to use it for
much of anything.
Depending on how your two interfaces are wired, you can put different
addresses from either the same or different networks on each of them.
Using interface bonding, you can also put the same address on both of
them for high availability, but that's a different topic.