Announcement

Collapse
No announcement yet.

Kubuntu breezy 5.10

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

    Kubuntu breezy 5.10

    Hi guys,
    I have a really strange problem with my 5.10 kubuntu:
    I have install kubuntu 5.10 and updated using the default sources.list
    after that I put kde 3.5beta1 repositories and updated.
    my kubuntu installation was connecting to the internet using a dhcp address got from my router.
    I tried to change the ip with a static one by going to
    K\SystemSettings\network settings\administration mode
    it asked me for the root password, I have put it and then I changed my IP.
    now that I have changed my IP, I can nslookup and resolve addresses but I cannot connect anywhere port 80.
    I cannot view any website. I am not using proxy and my ISP does not require a proxy.
    If I put the same IP address in windows it works okay (so my router is configured okay).
    gateway is also okay.
    another strange problem is that when I tried to go again to: \K\SystemSettings\network settings\administration mode
    I put my password and it does not turn to administration mode, it goes back to the normal mode and I click to administration mode again and still does not let me change anything.

    you know anything about this? If I change my ip manually by editing the files you think that it will work? is there any firewall by default in kubuntu?
    any solution guys?

    thanks in advance.

    #2
    Re: Kubuntu breezy 5.10

    Originally posted by MegaHz
    \K\SystemSettings\network settings\administration mode
    I put my password and it does not turn to administration mode, it goes back to the normal mode and I click to administration mode again and still does not let me change anything.
    That bug has been marked critical in Bugzilla.

    Please edit your /etc/network/interfaces file to your preferences
    Mine with ath0.
    Code:
    # This file describes the network interfaces available on your system
    # and how to activate them. For more information, see interfaces(5).
    
    # The loopback network interface
    auto lo
    iface lo inet loopback
    
    iface ath0 inet static
    address <ip address>
    netmask <netmask>
    gateway <gateway>
    
    auto ath0

    Comment


      #3
      thx

      thx a lot man.

      Comment


        #4
        Re: Kubuntu breezy 5.10

        Originally posted by Patrick
        Originally posted by MegaHz
        \K\SystemSettings\network settings\administration mode
        I put my password and it does not turn to administration mode, it goes back to the normal mode and I click to administration mode again and still does not let me change anything.
        That bug has been marked critical in Bugzilla.
        hey patrick, I guess
        Code:
        kdesu kcontrol
        will work in this case ?
        cheers!
        -=|From the desk of|=-
        «•´`•.(*•.¸(`•.¸ ¸.•´)¸.•*).•´`•»
        «•´¨*•.¸¸whoiam55.¸¸.•*¨`•»
        «•´`•.(¸.•´(¸.•* *•.¸)`•.¸).•´`•»
        Reg. Linux User # 400637

        Comment


          #5
          Re: Kubuntu breezy 5.10

          Originally posted by whoiam55
          hey patrick, I guess
          Yep,
          Originally posted by whoiam55
          Code:
          kdesu kcontrol
          will work in this case ?
          No.

          See: http://bugzilla.ubuntu.com/show_bug.cgi?id=8681

          Comment

          Working...
          X