hello <br><br>thankyou so much mark and clifford<br><br>have a nice day <br><br>don<br><br><br><div class="gmail_quote">On Mon, Oct 27, 2008 at 1:49 PM, CLIFFORD ILKAY <span dir="ltr"><<a href="mailto:clifford_ilkay@dinamis.com">clifford_ilkay@dinamis.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">Donny George wrote:<br>
> hello<br>
><br>
> as a part of maintaining a computer both on a intra network(10th net)<br>
> and also a bigger lan network can we assign the same pc two different<br>
> ips. if so how is it possible<br>
><br>
> will the etc/network/interfaces file play any role in this transition<br>
<br>
</div></div>Hi,<br>
<br>
You can bind multiple IP addresses to one physical interface by adding<br>
them to /etc/network/interfaces. For example:<br>
<br>
auto eth0<br>
        iface eth0 inet static<br>
        address <a href="http://192.168.0.10" target="_blank">192.168.0.10</a><br>
        netmask <a href="http://255.255.255.0" target="_blank">255.255.255.0</a><br>
        gateway <a href="http://192.168.0.1" target="_blank">192.168.0.1</a><br>
auto eth0:1<br>
        iface eth0:1 inet static<br>
        address <a href="http://192.168.0.11" target="_blank">192.168.0.11</a><br>
        netmask <a href="http://255.255.255.0" target="_blank">255.255.255.0</a><br>
        gateway <a href="http://192.168.0.1" target="_blank">192.168.0.1</a><br>
auto eth0:2<br>
        iface eth0:1 inet static<br>
        address <a href="http://192.168.0.12" target="_blank">192.168.0.12</a><br>
        netmask <a href="http://255.255.255.0" target="_blank">255.255.255.0</a><br>
        gateway <a href="http://192.168.0.1" target="_blank">192.168.0.1</a><br>
--<br>
Regards,<br>
<br>
Clifford Ilkay<br>
Dinamis<br>
1419-3266 Yonge St.<br>
Toronto, ON<br>
Canada  M4N 3P6<br>
<br>
<<a href="http://dinamis.com" target="_blank">http://dinamis.com</a>><br>
+1 416-410-3326<br>
<br>--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
<br></blockquote></div><br>