Paul Elliott | 19 Jan 2011 05:12

ubuntu, convert workstation to workstation server, remove netmanager


I have a ubuntu workstation with an wired connection only. Sometimes I ssh in.

How do I convert it from a workstation using netmanager to a workstation 
server with a always connected network not using net manager?

Thank You

-- 
Paul Elliott                               1(512)837-1096
pelliott@...               PMB 181, 11900 Metric Blvd Suite J
http://www.free.blackpatchpanel.com/pme/   Austin TX 78758-3117

I have a ubuntu workstation with an wired connection only. Sometimes I ssh in.

How do I convert it from a workstation using netmanager to a workstation 
server with a always connected network not using net manager?

Thank You

--

-- 
Paul Elliott                               1(512)837-1096
pelliott@...               PMB 181, 11900 Metric Blvd Suite J
http://www.free.blackpatchpanel.com/pme/   Austin TX 78758-3117
Alex Ponebshek | 19 Jan 2011 06:31
Picon
Gravatar

Re: ubuntu, convert workstation to workstation server, remove netmanager

Put the appropriate configuration for your connection into
/etc/network/interfaces.

Mine looks like this:

auto eth1
iface eth1 inet static
     address 10.11.12.2
     network 10.11.12.0
     netmask 255.255.255.0
     broadcast 10.11.12.255
     gateway 10.11.12.1

With this setting, the computer is network connected from boot (and with
a static ip), without me logging in.

On 01/18/2011 10:12 PM, Paul Elliott wrote:
> 
> I have a ubuntu workstation with an wired connection only. Sometimes I ssh in.
> 
> How do I convert it from a workstation using netmanager to a workstation 
> server with a always connected network not using net manager?
> 
> Thank You
> 
> 
> 
> 
> _______________________________________________
> ALG-technical mailing list http://austinlug.org/cgi-bin/mailman/listinfo/alg-technical
(Continue reading)

Paul Elliott | 19 Jan 2011 09:52

Re: ubuntu, convert workstation to workstation server, remove netmanager

On Tuesday, January 18, 2011 11:31:49 pm Alex Ponebshek wrote:
> Put the appropriate configuration for your connection into
> /etc/network/interfaces.
> 
> Mine looks like this:
> 
> auto eth1
> iface eth1 inet static
>      address 10.11.12.2
>      network 10.11.12.0
>      netmask 255.255.255.0
>      broadcast 10.11.12.255
>      gateway 10.11.12.1

What if you want your computer to get this info at boot up via dhcp?

> 
> With this setting, the computer is network connected from boot (and with
> a static ip), without me logging in.
> 

--

-- 
Paul Elliott                               1(512)837-1096
pelliott@...               PMB 181, 11900 Metric Blvd Suite J
http://www.free.blackpatchpanel.com/pme/   Austin TX 78758-3117
On Tuesday, January 18, 2011 11:31:49 pm Alex Ponebshek wrote:
> Put the appropriate configuration for your connection into
> /etc/network/interfaces.
(Continue reading)

Will Clayton | 19 Jan 2011 15:11
Picon

Re: ALG-technical Digest, Vol 60, Issue 1

auto eth1
iface eth1 inet dhcp

On Wed, Jan 19, 2011 at 6:00 AM, <alg-technical-request-aH5xaVBtcZgh9ZMKESR00Q@public.gmane.org> wrote:
Send ALG-technical mailing list submissions to
       alg-technical <at> austinlug.org

To subscribe or unsubscribe via the World Wide Web, visit
       http://austinlug.org/cgi-bin/mailman/listinfo/alg-technical
or, via email, send a message with subject or body 'help' to
       alg-technical-request-aH5xaVBtcZgh9ZMKESR00Q@public.gmane.org

You can reach the person managing the list at
       alg-technical-owner-aH5xaVBtcZgh9ZMKESR00Q@public.gmane.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of ALG-technical digest..."


Today's Topics:

  1. ubuntu, convert workstation to workstation server,        remove
     netmanager (Paul Elliott)
  2. Re: ubuntu, convert workstation to workstation server, remove
     netmanager (Alex Ponebshek)
  3. Re: ubuntu,       convert workstation to workstation server, remove
     netmanager (Paul Elliott)


----------------------------------------------------------------------

Message: 1
Date: Tue, 18 Jan 2011 22:12:32 -0600
From: Paul Elliott <pelliott-Ntfm+sB8LyinxBdtju9hp0EOCMrvLtNR@public.gmane.org>
Subject: [ALG-technical] ubuntu, convert workstation to workstation
       server, remove netmanager
To: alg-technical <at> austinlug.org
Message-ID: <201101182212.46080.pelliott-Ntfm+sB8LyinxBdtju9hp0EOCMrvLtNR@public.gmane.org>
Content-Type: text/plain; charset="us-ascii"


I have a ubuntu workstation with an wired connection only. Sometimes I ssh in.

How do I convert it from a workstation using netmanager to a workstation
server with a always connected network not using net manager?

Thank You

--
Paul Elliott                               1(512)837-1096
pelliott-5K0U4QiXPOQDNjp0RQtqPUEOCMrvLtNR@public.gmane.org               PMB 181, 11900 Metric Blvd Suite J
http://www.free.blackpatchpanel.com/pme/   Austin TX 78758-3117
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://austinlug.org/pipermail/alg-technical/attachments/20110118/50129ce5/attachment-0001.pgp>

------------------------------

Message: 2
Date: Tue, 18 Jan 2011 23:31:49 -0600
From: Alex Ponebshek <alexbobp <at> gmail.com>
Subject: Re: [ALG-technical] ubuntu, convert workstation to
       workstation server, remove netmanager
To: "The Austin (TX) Linux Group Linux and Open Source Technical
       Discussion      List" <alg-technical-aH5xaVBtcZgh9ZMKESR00Q@public.gmane.org>
Message-ID: <4D367745.4030807-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1

Put the appropriate configuration for your connection into
/etc/network/interfaces.

Mine looks like this:

auto eth1
iface eth1 inet static
    address 10.11.12.2
    network 10.11.12.0
    netmask 255.255.255.0
    broadcast 10.11.12.255
    gateway 10.11.12.1

With this setting, the computer is network connected from boot (and with
a static ip), without me logging in.

On 01/18/2011 10:12 PM, Paul Elliott wrote:
>
> I have a ubuntu workstation with an wired connection only. Sometimes I ssh in.
>
> How do I convert it from a workstation using netmanager to a workstation
> server with a always connected network not using net manager?
>
> Thank You
>
>
>
>
> _______________________________________________
> ALG-technical mailing list http://austinlug.org/cgi-bin/mailman/listinfo/alg-technical


------------------------------

Message: 3
Date: Wed, 19 Jan 2011 02:52:49 -0600
From: Paul Elliott <pelliott-Ntfm+sB8LyinxBdtju9hp0EOCMrvLtNR@public.gmane.org>
Subject: Re: [ALG-technical] ubuntu,    convert workstation to
       workstation server, remove netmanager
To: "The Austin \(TX\) Linux Group Linux and Open Source Technical
       Discussion      List" <alg-technical-aH5xaVBtcZgh9ZMKESR00Q@public.gmane.org>
Message-ID: <201101190253.03427.pelliott-Ntfm+sB8LyinxBdtju9hp0EOCMrvLtNR@public.gmane.org>
Content-Type: text/plain; charset="iso-8859-1"

On Tuesday, January 18, 2011 11:31:49 pm Alex Ponebshek wrote:
> Put the appropriate configuration for your connection into
> /etc/network/interfaces.
>
> Mine looks like this:
>
> auto eth1
> iface eth1 inet static
>      address 10.11.12.2
>      network 10.11.12.0
>      netmask 255.255.255.0
>      broadcast 10.11.12.255
>      gateway 10.11.12.1

What if you want your computer to get this info at boot up via dhcp?

>
> With this setting, the computer is network connected from boot (and with
> a static ip), without me logging in.
>


--
Paul Elliott                               1(512)837-1096
pelliott-5K0U4QiXPOQDNjp0RQtqPUEOCMrvLtNR@public.gmane.org               PMB 181, 11900 Metric Blvd Suite J
http://www.free.blackpatchpanel.com/pme/   Austin TX 78758-3117
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://austinlug.org/pipermail/alg-technical/attachments/20110119/3859c3e4/attachment-0001.pgp>

------------------------------

_______________________________________________
ALG-technical mailing list
ALG-technical-aH5xaVBtcZgh9ZMKESR00Q@public.gmane.org
http://austinlug.org/cgi-bin/mailman/listinfo/alg-technical


End of ALG-technical Digest, Vol 60, Issue 1
********************************************

<div>
<p>auto eth1<br>
iface eth1 inet dhcp<br><br></p>
<div class="gmail_quote">On Wed, Jan 19, 2011 at 6:00 AM,  <span dir="ltr">&lt;<a href="mailto:alg-technical-request <at> austinlug.org">alg-technical-request@...</a>&gt;</span> wrote:<br><blockquote class="gmail_quote">Send ALG-technical mailing list submissions to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:alg-technical@...">alg-technical <at> austinlug.org</a><br><br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://austinlug.org/cgi-bin/mailman/listinfo/alg-technical" target="_blank">http://austinlug.org/cgi-bin/mailman/listinfo/alg-technical</a><br>
or, via email, send a message with subject or body 'help' to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:alg-technical-request@...">alg-technical-request@...</a><br><br>
You can reach the person managing the list at<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:alg-technical-owner@...">alg-technical-owner@...</a><br><br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of ALG-technical digest..."<br><br><br>
Today's Topics:<br><br>
 &nbsp; 1. ubuntu, convert workstation to workstation server, &nbsp; &nbsp; &nbsp; &nbsp;remove<br>
 &nbsp; &nbsp; &nbsp;netmanager (Paul Elliott)<br>
 &nbsp; 2. Re: ubuntu, convert workstation to workstation server, remove<br>
 &nbsp; &nbsp; &nbsp;netmanager (Alex Ponebshek)<br>
 &nbsp; 3. Re: ubuntu, &nbsp; &nbsp; &nbsp; convert workstation to workstation server, remove<br>
 &nbsp; &nbsp; &nbsp;netmanager (Paul Elliott)<br><br><br>
----------------------------------------------------------------------<br><br>
Message: 1<br>
Date: Tue, 18 Jan 2011 22:12:32 -0600<br>
From: Paul Elliott &lt;<a href="mailto:pelliott@...">pelliott@...</a>&gt;<br>
Subject: [ALG-technical] ubuntu, convert workstation to workstation<br>
 &nbsp; &nbsp; &nbsp; &nbsp;server, remove netmanager<br>
To: <a href="mailto:alg-technical@...">alg-technical <at> austinlug.org</a><br>
Message-ID: &lt;<a href="mailto:201101182212.46080.pelliott <at> blackpatchpanel.com">201101182212.46080.pelliott@...</a>&gt;<br>
Content-Type: text/plain; charset="us-ascii"<br><br><br>
I have a ubuntu workstation with an wired connection only. Sometimes I ssh in.<br><br>
How do I convert it from a workstation using netmanager to a workstation<br>
server with a always connected network not using net manager?<br><br>
Thank You<br><br>
--<br>
Paul Elliott &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1(512)837-1096<br>
pelliott@... &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PMB 181, 11900 Metric Blvd Suite J<br><a href="http://www.free.blackpatchpanel.com/pme/" target="_blank">http://www.free.blackpatchpanel.com/pme/</a> &nbsp; Austin TX 78758-3117<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: not available<br>
Type: application/pgp-signature<br>
Size: 198 bytes<br>
Desc: This is a digitally signed message part.<br>
URL: &lt;<a href="http://austinlug.org/pipermail/alg-technical/attachments/20110118/50129ce5/attachment-0001.pgp" target="_blank">http://austinlug.org/pipermail/alg-technical/attachments/20110118/50129ce5/attachment-0001.pgp</a>&gt;<br><br>
------------------------------<br><br>
Message: 2<br>
Date: Tue, 18 Jan 2011 23:31:49 -0600<br>
From: Alex Ponebshek &lt;<a href="mailto:alexbobp@...">alexbobp <at> gmail.com</a>&gt;<br>
Subject: Re: [ALG-technical] ubuntu, convert workstation to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;workstation server, remove netmanager<br>
To: "The Austin (TX) Linux Group Linux and Open Source Technical<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Discussion &nbsp; &nbsp; &nbsp;List" &lt;<a href="mailto:alg-technical@...">alg-technical@...</a>&gt;<br>
Message-ID: &lt;<a href="mailto:4D367745.4030807@...">4D367745.4030807@...</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br><br>
Put the appropriate configuration for your connection into<br>
/etc/network/interfaces.<br><br>
Mine looks like this:<br><br>
auto eth1<br>
iface eth1 inet static<br>
 &nbsp; &nbsp; address 10.11.12.2<br>
 &nbsp; &nbsp; network 10.11.12.0<br>
 &nbsp; &nbsp; netmask 255.255.255.0<br>
 &nbsp; &nbsp; broadcast 10.11.12.255<br>
 &nbsp; &nbsp; gateway 10.11.12.1<br><br>
With this setting, the computer is network connected from boot (and with<br>
a static ip), without me logging in.<br><br>
On 01/18/2011 10:12 PM, Paul Elliott wrote:<br>
&gt;<br>
&gt; I have a ubuntu workstation with an wired connection only. Sometimes I ssh in.<br>
&gt;<br>
&gt; How do I convert it from a workstation using netmanager to a workstation<br>
&gt; server with a always connected network not using net manager?<br>
&gt;<br>
&gt; Thank You<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; ALG-technical mailing list <a href="http://austinlug.org/cgi-bin/mailman/listinfo/alg-technical" target="_blank">http://austinlug.org/cgi-bin/mailman/listinfo/alg-technical</a><br><br><br>
------------------------------<br><br>
Message: 3<br>
Date: Wed, 19 Jan 2011 02:52:49 -0600<br>
From: Paul Elliott &lt;<a href="mailto:pelliott@...">pelliott@...</a>&gt;<br>
Subject: Re: [ALG-technical] ubuntu, &nbsp; &nbsp;convert workstation to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;workstation server, remove netmanager<br>
To: "The Austin \(TX\) Linux Group Linux and Open Source Technical<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Discussion &nbsp; &nbsp; &nbsp;List" &lt;<a href="mailto:alg-technical@...">alg-technical@...</a>&gt;<br>
Message-ID: &lt;<a href="mailto:201101190253.03427.pelliott <at> blackpatchpanel.com">201101190253.03427.pelliott@...</a>&gt;<br>
Content-Type: text/plain; charset="iso-8859-1"<br><br>
On Tuesday, January 18, 2011 11:31:49 pm Alex Ponebshek wrote:<br>
&gt; Put the appropriate configuration for your connection into<br>
&gt; /etc/network/interfaces.<br>
&gt;<br>
&gt; Mine looks like this:<br>
&gt;<br>
&gt; auto eth1<br>
&gt; iface eth1 inet static<br>
&gt; &nbsp; &nbsp; &nbsp;address 10.11.12.2<br>
&gt; &nbsp; &nbsp; &nbsp;network 10.11.12.0<br>
&gt; &nbsp; &nbsp; &nbsp;netmask 255.255.255.0<br>
&gt; &nbsp; &nbsp; &nbsp;broadcast 10.11.12.255<br>
&gt; &nbsp; &nbsp; &nbsp;gateway 10.11.12.1<br><br>
What if you want your computer to get this info at boot up via dhcp?<br><br>
&gt;<br>
&gt; With this setting, the computer is network connected from boot (and with<br>
&gt; a static ip), without me logging in.<br>
&gt;<br><br><br>
--<br>
Paul Elliott &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1(512)837-1096<br>
pelliott@... &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PMB 181, 11900 Metric Blvd Suite J<br><a href="http://www.free.blackpatchpanel.com/pme/" target="_blank">http://www.free.blackpatchpanel.com/pme/</a> &nbsp; Austin TX 78758-3117<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: not available<br>
Type: application/pgp-signature<br>
Size: 198 bytes<br>
Desc: This is a digitally signed message part.<br>
URL: &lt;<a href="http://austinlug.org/pipermail/alg-technical/attachments/20110119/3859c3e4/attachment-0001.pgp" target="_blank">http://austinlug.org/pipermail/alg-technical/attachments/20110119/3859c3e4/attachment-0001.pgp</a>&gt;<br><br>
------------------------------<br><br>
_______________________________________________<br>
ALG-technical mailing list<br><a href="mailto:ALG-technical@...">ALG-technical@...</a><br><a href="http://austinlug.org/cgi-bin/mailman/listinfo/alg-technical" target="_blank">http://austinlug.org/cgi-bin/mailman/listinfo/alg-technical</a><br><br><br>
End of ALG-technical Digest, Vol 60, Issue 1<br>
********************************************≤br>
</blockquote>
</div>
<br>
</div>
Alex Ponebshek | 19 Jan 2011 16:22
Picon
Gravatar

Re: ubuntu, convert workstation to workstation server, remove netmanager

then the second line should say "dhcp" instead of "static", and you can omit the rest.

On Jan 19, 2011 2:53 AM, "Paul Elliott" <pelliott <at> blackpatchpanel.com> wrote:
> On Tuesday, January 18, 2011 11:31:49 pm Alex Ponebshek wrote:
>> Put the appropriate configuration for your connection into
>> /etc/network/interfaces.
>>
>> Mine looks like this:
>>
>> auto eth1
>> iface eth1 inet static
>> address 10.11.12.2
>> network 10.11.12.0
>> netmask 255.255.255.0
>> broadcast 10.11.12.255
>> gateway 10.11.12.1
>
> What if you want your computer to get this info at boot up via dhcp?
>
>>
>> With this setting, the computer is network connected from boot (and with
>> a static ip), without me logging in.
>>
>
>
> --
> Paul Elliott 1(512)837-1096
> pelliott-5K0U4QiXPOQDNjp0RQtqPUEOCMrvLtNR@public.gmane.org PMB 181, 11900 Metric Blvd Suite J
> http://www.free.blackpatchpanel.com/pme/ Austin TX 78758-3117
<div>
<p>then the second line should say "dhcp" instead of "static", and you can omit the rest.</p>
<div class="gmail_quote">On Jan 19, 2011 2:53 AM, "Paul Elliott" &lt;<a href="mailto:pelliott@...">pelliott <at> blackpatchpanel.com</a>&gt; wrote:<br type="attribution">&gt; On Tuesday, January 18, 2011 11:31:49 pm Alex Ponebshek wrote:<br>
&gt;&gt; Put the appropriate configuration for your connection into<br>&gt;&gt; /etc/network/interfaces.<br>&gt;&gt; <br>&gt;&gt; Mine looks like this:<br>&gt;&gt; <br>&gt;&gt; auto eth1<br>&gt;&gt; iface eth1 inet static<br>
&gt;&gt;      address 10.11.12.2<br>&gt;&gt;      network 10.11.12.0<br>&gt;&gt;      netmask 255.255.255.0<br>&gt;&gt;      broadcast 10.11.12.255<br>&gt;&gt;      gateway 10.11.12.1<br>&gt; <br>&gt; What if you want your computer to get this info at boot up via dhcp?<br>
&gt; <br>&gt;&gt; <br>&gt;&gt; With this setting, the computer is network connected from boot (and with<br>&gt;&gt; a static ip), without me logging in.<br>&gt;&gt; <br>&gt; <br>&gt; <br>&gt; -- <br>&gt; Paul Elliott                               1(512)837-1096<br>
&gt; pelliott@...               PMB 181, 11900 Metric Blvd Suite J<br>&gt; <a href="http://www.free.blackpatchpanel.com/pme/">http://www.free.blackpatchpanel.com/pme/</a>   Austin TX 78758-3117<br>
</div>
</div>

Gmane