Thanks Billy,<br>
<br>
I found my problem, I was missing the line 'auto eth0' in /etc/network/interfaces<br>
and, unfortunately no, if I try and connect to the corporate n/w and
the external ADSL simultaneously, I will no longer have to worry about
the corporate side of things. My association with that entity will be
terminated :-(<br>
<br>
Mike<br><br><div><span class="gmail_quote">On 1/24/06, <b class="gmail_sendername">Billy Verreynne (JW)</b> <<a href="mailto:VerreyB@telkom.co.za">VerreyB@telkom.co.za</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Mike Kenny wrote:<br>==<br>I occasionally need to switch my ethernet cable to a direct (ADSL)<br>connection rather than going through the corporate filrewalls (or not<br>as the case might be :-). With windows the configuration of eth0 it
<br>update automatically when I switch cables, with various linuxes it may<br>be update automatically otherwise /etc/init.d/network restart<br>accomplishes this action.<br>With Ubuntu 5.10, first there is no /etc/init.d/network, it seems to
<br>ahve been replaced by /etc/init.d/networking and secondly this does<br>not bring up eth0. I am left with just lo0. A reboot with the same<br>cable connected brings the system up on the non-corporate n/w.<br><br>Any ideas how I can accomplish automatically or at least without
<br>reboot?<br>==<br><br>ADSL usually runs over a PPPOE driver and interface Mike - which is<br>separate from the eth0 interface (yes the access concentrator if found<br>via eth0 cable, but the o/s creates a different network device in the
<br>/dev tree for it, usually /dev/ppp0).<br><br>Conversely, you can configure multiple Internet protocol stacks on a<br>single interface, e.g. eth0:0 eth0:1 etc. Each additional config can<br>have different details.<br><br>
You can also have both the eth0 and ppp0 devices up at the same time.<br><br>I'm not exactly sure what the problem is... If you want to start an<br>ADSL session, you use the 'pon' command, followed by the config<br>filename to use (this file will be /etc/ppp/peers). The 'plog' command
<br>shows you the status (success or failure) of the ADSL connection. The<br>'poff' command turns it off.<br><br>So if I read this correctly you can, after unplugging the standard<br>network cable, down the eth0 interface as that network is no longer
<br>reachable, e.g.<br># ifdown eth0<br><br>Then you plug in the ADSL cable (which goes into the ADSL<br>router/modem/whatever) into the network card. Now the ADSL network can<br>be brought up using:<br># pon adsl-provider
<br><br>It would be much easier running both at the same time though and not<br>muck about with plugging/unplugging cables. Surely the ADSL router can<br>be cascaded from your existing ethernet port (cross over UTP likely
<br>needed) - and then you run a normal UTP cable from the ADSL router<br>into your PC.<br><br>--<br>Billy<br><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>This e-mail and its contents are subject to the Telkom SA Limited
<br>e-mail legal notice available at<br><a href="http://www.telkom.co.za/TelkomEMailLegalNotice.PDF">http://www.telkom.co.za/TelkomEMailLegalNotice.PDF</a><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br><a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
</a><br></blockquote></div><br>