Re: one computer two ip address
- From: CLIFFORD ILKAY <clifford_ilkay@xxxxxxxxxxx>
- Date: Mon, 27 Oct 2008 17:49:21 -0400
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
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- Follow-Ups:
- Re: one computer two ip address
- From: Marius Gedminas
- Re: one computer two ip address
- From: Donny George
- Re: one computer two ip address
- References:
- one computer two ip address
- From: Donny George
- one computer two ip address
- Prev by Date: Re: one computer two ip address
- Next by Date: Re: one computer two ip address
- Previous by thread: Re: one computer two ip address
- Next by thread: Re: one computer two ip address
- Index(es):
Relevant Pages
|