Announcement

Collapse
No announcement yet.

ADSl & eth0

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    ADSl & eth0

    Sorry for repeating theme, because I've found different themes about this matter here but I didn't understand all yet. I've got ADSL Modem connected via my Ethernet card (and I wotk with Kubuntu 7.04). So as I understand the only way to configure internet connection is to use command pppoeconf. But I'd like to use it more quickly. I mean, I have to connect/disconnect to/from internet very often so I'd like to do it as quickly and comfortably as I can. Do I need any special utilites or smt else? Sorry so questions because I'm practically new to Kubuntu.

    #2
    Re: ADSl & eth0

    Your best bet is probably to use a router. It would remember you settings and connect for you when needed.
    ~$sudo make me a sandwich

    Comment


      #3
      Re: ADSl & eth0

      You could also try the following command line entries in a terminal:

      to bring the interface down:
      Code:
      sudo /sbin/ifdown eth0
      to bring the interface up
      Code:
      sudo /sbin/ifup eth0
      The next brick house on the left
      Intel i7 11th Gen | 16GB | 1TB | KDE Plasma 5.24.7 | Kubuntu 22.04.4 | 6.5.0-28-generic


      Comment

      Working...
      X