<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Tun works out of the box with Ubuntu no need to recompile the kernel<br>
    <br>
    Tun is brought up from within the autoexec.nos<br>
    <br>
    see <a
      href="http://www.langelaar.net/projects/jnos2/documents/tuncfg.txt">http://www.langelaar.net/projects/jnos2/documents/tuncfg.txt</a><span
      class="Apple-style-span" style="border-collapse: separate; color:
      rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: normal; orphans: 2; text-indent: 0px; text-transform:
      none; white-space: normal; widows: 2; word-spacing: 0px;
      font-size: medium;">
      <pre style="word-wrap: break-word; white-space: pre-wrap;">#
attach tun tun0 1500 0
#
ifconfig tun0 ipaddress 192.168.1.131
ifconfig tun0 netmask 255.255.255.0
ifconfig tun0 mtu 1500
#
# sleep a second to make sure TUN driver is up
pause 1
#
# note, NOS creates the TUN device, so NOS needs to do a postconfig
shell ifconfig tun0 192.168.1.130 pointopoint 192.168.1.131 mtu 1500 up
</pre>
    </span><br class="Apple-interchange-newline">
    <pre wrap="">> Second, I'm running Ubuntu in the GUI mode but would like to be able to
> select either the GUI or Command line at boot time. How to do this?
</pre>
    <br>
    See <br>
    <br>
    <a href="https://help.ubuntu.com/community/BootOptions#Text%20Mode">https://help.ubuntu.com/community/BootOptions#Text

      Mode</a><br>
    <br>
    <br>
    Most likely you also need the old legacy devices pty/tty who are
    missing<br>
    from /dev  in Ubuntu  nowadays.<br>
    <br>
    You can enable them with a boot option from grub<br>
     see one of the older messages at this list.<br>
    <br>
    73,<br>
    <br>
    Bob VE3TOK<br>
    <br>
    <br>
    <br>
    On 10-11-17 12:04 PM, jerome schatten wrote:
    <blockquote cite="mid:1290013474.2233.30.camel@orange.com"
      type="cite">
      <pre wrap="">Ubuntu 10.1 on a Celeron 2.8 Ghz; 512M memory; Linux 2.63.31-21.

Jnos version: 2.0c5b. and everything I've tried is working fine but Tun0
(so far).

Long time back, this very version was working on a Slackware 10.0 system
and Tun0 was working too. Seems to me that I had to recompile the kernel
with 'slip' support in order to get Tun0 to go (I only dimly remember
this).

So.. how to get Tun0 to go with Ubuntu is my first question -- do I need
to recompile this kernel?

Second, I'm running Ubuntu in the GUI mode but would like to be able to
select either the GUI or Command line at boot time. How to do this?

TIA for any suggestions,
Jerome - VA7VV
Vancouver


_______________________________________________
nos-bbs mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nos-bbs@tapr.org">nos-bbs@tapr.org</a>
<a class="moz-txt-link-freetext" href="https://www.tapr.org/cgi-bin/mailman/listinfo/nos-bbs">https://www.tapr.org/cgi-bin/mailman/listinfo/nos-bbs</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>