<!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 bgcolor="#ffffff" text="#000000">
Daniel Foote wrote:<br>
<blockquote
 cite="mid67c17afc0512221749w38416f75i8d69005cce96c813@mail.gmail.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">TO THE REST OF THE PLUG LIST:  Supposing that a modem is working and
connected and attached to you Debian Sarge based PC via Ethernet, what would
be the steps (1, 2, 3, 4 etc.) that you would do in an X Windows session to
tell your computer to use 192.168.1.1 as the Default Gateway with
transparent proxy and DNS from the modem and to ignore your dial-up
connection and use the Ethernet instead.
 Can some people who are more familiar with this OS than I am please post
some really simple steps to help make the changes required.
 This is the bit that I will still need help with from the rest of the PLUG
list... anyone?
    </pre>
  </blockquote>
  <pre wrap=""><!----></pre>
</blockquote>
<-- snip! --><br>
<blockquote
 cite="mid67c17afc0512221749w38416f75i8d69005cce96c813@mail.gmail.com"
 type="cite">
  <pre wrap="">1. Become root
$ su root
Password: ******

1a. Log on as root if on local console
Login: root
Password:
#

2. Bring down eth0
# ifdown eth0

You can confirm that you need to set the gateway by setting the
interface up manually, temporarily.

3. Confirm by bringing up eth0 with a gateway (assuming host IP is .1.2)
# ifconfig eth0 address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.1 up

4. Try the connection to see if it works. It should at this point. If
not, something was entered wrong. Use:
# ifconfig eth0 down
before trying step 3 again.

  </pre>
</blockquote>
<-- snip! -->
<blockquote
 cite="mid67c17afc0512221749w38416f75i8d69005cce96c813@mail.gmail.com"
 type="cite">
  <pre wrap="">As you can see, this is not easy to explain to another person, or to
have them do. For all we know, the root password might be unknown,
which means it all stops at step 1.</pre>
</blockquote>
Thanks Daniel.  That is the kind of stuff I was after.<br>
<br>
<blockquote type="cite">
  <pre wrap="">If you think it will help, pass it on.</pre>
</blockquote>
You have already passed it on by posting to PLUG.<br>
<br>
David, if you're reading, this is probably worth a shot...<br>
<br>
<br>
<div class="moz-signature">-- <br>
<title>Jonathan Young of PC-PHIX</title>
<meta http-equiv="Content-Type" content="text/html; ">
<meta http-equiv="Content-Language" content="en-us">
<meta name="Signature" content="Jonathan Young">
<meta name="Copyright" content="Copyright 1997 to 2004 PC-PHIX">
<font face="Verdana" size="2">
Jonathan Young<br>
Director of PC-PHIX<br>
<a class="moz-txt-link-abbreviated" href="mailto:jonathan@pcphix.com">jonathan@pcphix.com</a><br>
<br>
Phone: 0410 455 674<br>
Web: <a class="moz-txt-link-freetext" href="http://www.pcphix.com/">http://www.pcphix.com/</a><br>
<br>
</font> </div>
</body>
</html>