Stránka 1 z 1

Ubuntu a připojení ke kolejnímu netu  Vyřešeno

Napsal: 04 kvě 2008 23:05
od memphisto
tak se tady začaly množit dotazy na Ubuntu, tak se taky přidám :smile: mám nainstalované Ubuntu 8.04 a nemůžu rozjet net.doma se připojí k wifi hned po instalaci a nebo jen strčím kabel do routeru a do booku a jede hned bez nastavování.stáhl jsem si aktualizace a doplnil ovladače. tak a teď k problému. máme na koleji net s připojením pomocí hesla a uživatelského jména.níže doplním výpis z příkazového řádku s infem o netu. DHCP,IP a DNS musí být nastaveny na přidělovat automaticky.vyzkoušel jsem snad všechny možné varianty a dokonce jsem našel i vyplnění hesla a už. jména pod připojením PPPoe a stejně nic :-( naštěstí mám XP, ale jakmile by šel net na Ubuntu, tak už budu jen na něm.

Obrázek

Re: Ubuntu a připojení ke kolejnímu netu

Napsal: 05 kvě 2008 08:51
od m4rt!n
zkus prikaz ip addr show jestli tam neco neuvidis, mohl bys z toho poznat kde je chyba, je to neco jako ipconfig u win. aspon zjistis jestli ti to pridelilo nejakou ip. pokud ne tak dej dhclient

Re: Ubuntu a připojení ke kolejnímu netu

Napsal: 05 kvě 2008 10:29
od memphisto
zdravím z Ubuntu :lol: tak už to nějak záhadně začalo jít. i když jsem to tak měl nastaveno předtím tak to nešlo :idea:

návod na připojení:

PPPoE Modems
This section is about setting up an ADSL Internet connection using an ethernet PPPoE modem.

You will need to have subscribed to an Internet Service Provider, and your Internet connection must be installed and functional. A "DSL" light on your modem usually shows that the line is synchronized.

You will need your username and password for the account. You must also have an ethernet card connected to your PPPoE modem with the correct type of cable.

Finally, you need the PPPoE package to be installed in order for the following command to work. This package is installed by default, but can be missing if the configuration has been changed. If the following command does not work, you will need to install this package, which can be found on the Ubuntu CD.

To set up the modem:

1.
Open Applications › Accessories › Terminal
2.
In the terminal type:
sudo pppoeconf
3.
A text-based menu program will guide you through the next steps, which are:
1.
Confirm that your Ethernet card is detected.
2.
Enter your username.
3.
Enter your password.
4.
If you already have a PPPoE Connection configured, you will be asked if it may be modified.
5.
Popular options: you are asked if you want the “noauth” and “defaultroute” options and to remove “nodetach” - choose Yes.
6.
Use peer DNS - choose Yes.
7.
Limited MSS problem - choose Yes.
8.
When you are asked if you want to connect at start up, you will probably want to say yes.
9.
Finally you are asked if you want to establish the connection immediately.
4.
Once you have finished these steps, your connection should be working.

To start your ADSL connection on demand, in a terminal type:

sudo pon dsl-provider

To stop your ADSL connection, in a terminal type:

sudo poff dsl-provider