one computer two ip address

Donny George donny008 at gmail.com
Mon Oct 27 21:57:23 UTC 2008


hello

thankyou so much mark and clifford

have a nice day

don


On Mon, Oct 27, 2008 at 1:49 PM, CLIFFORD ILKAY
<clifford_ilkay at dinamis.com>wrote:

> Donny George wrote:
> > hello
> >
> > as a part of maintaining a computer both on a intra network(10th net)
> > and also a bigger lan network can we assign the same pc two different
> > ips. if so how is it possible
> >
> > will the etc/network/interfaces file play any role in this transition
>
> Hi,
>
> You can bind multiple IP addresses to one physical interface by adding
> them to /etc/network/interfaces. For example:
>
> auto eth0
>        iface eth0 inet static
>        address 192.168.0.10
>        netmask 255.255.255.0
>        gateway 192.168.0.1
> auto eth0:1
>        iface eth0:1 inet static
>        address 192.168.0.11
>        netmask 255.255.255.0
>        gateway 192.168.0.1
> auto eth0:2
>        iface eth0:1 inet static
>        address 192.168.0.12
>        netmask 255.255.255.0
>        gateway 192.168.0.1
> --
> Regards,
>
> Clifford Ilkay
> Dinamis
> 1419-3266 Yonge St.
> Toronto, ON
> Canada  M4N 3P6
>
> <http://dinamis.com>
> +1 416-410-3326
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20081027/8e7cc096/attachment.html>


More information about the ubuntu-users mailing list