Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: مشكلة الاتصال بالنت

  1. #11
    Join Date
    Jan 2008
    Location
    Alexandria, Egypt
    Beans
    7

    Re: مشكلة الاتصال بالنت

    you can set it manually

    set your ip to 192.168.1.2

    gateway/router 192.168.1.1 (or whatever the router ip is)

    subnet mask: 255.255.255.0

    DNS: depends on your isp

    you can do all of this in the GUI if i remember correctly

    its system tools<Network or wired Network or just the two screens icon on the top of the screen.

    by the way i abandoned Linux until they fix the bugs and drivers issue -___- good Luck

  2. #12
    Join Date
    Nov 2007
    Beans
    21

    Re: مشكلة الاتصال بالنت

    thank you

    i am using ubuntu amd winxp

    and i will keep using ubuntu because i know they will fix every thing and one day he will be my first choice


  3. #13
    Join Date
    Jan 2008
    Location
    Alexandria, Egypt
    Beans
    7

    Re: مشكلة الاتصال بالنت

    you are Welcome

    Ubuntu will take a long time to catch up with windows, an example i can leave my father with a windows with a windows XP or even vista but never ever with the command line interface (CLI)

    if you read this a bit you will understand what i am talking about

    Code:
    http://linuxhaters.blogspot.com/


    after i finished it in 3 days of reading Linux problems i formatted my opensuse system (no real leader, the packet managers war, deaf developers etc.... )

    i will point you in some topics if you don't want to read it all first off:
    Code:
    http://linuxhaters.blogspot.com/2008/08/one-bug-report-to-rule-them-all.html
    2nd:
    Code:
    http://linuxhaters.blogspot.com/2009/02/just-let-it-die-please.html
    3rd:
    Code:
    http://linuxhaters.blogspot.com/2009/02/just-let-it-die-please.html
    4th:
    Code:
    http://linuxhaters.blogspot.com/2009/02/platform-of-web.html
    you have no idea how much i laughed on this one (4th)

    hope you like it

    best of luck

    Sherif

  4. #14
    Join Date
    Feb 2009
    Beans
    18
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: مشكلة الاتصال بالنت

    sudo echo "#static route" >> /etc/network/interfaces
    sudo echo "route add default gw 192.168.2.1 dev eth0" >> /etc/network/interfaces
    sudo /etc/init.d/networking restart
    test/reboot.

  5. #15
    Join Date
    Nov 2007
    Beans
    21

    Re: مشكلة الاتصال بالنت

    Quote Originally Posted by Klaz168 View Post
    test/reboot.
    i will try it

    thank you


  6. #16
    Join Date
    Feb 2008
    Location
    Egypt
    Beans
    20
    Distro
    Ubuntu Development Release

    Re: مشكلة الاتصال بالنت

    you need to set the network settings in the configuration file, to do that you need to enter the following settings below in your /etc/network/interfaces below is how you can do that:-

    open terminal then

    sudo gedit /etc/network/interfaces

    then edit the file to have the following settings:-

    Code:
    auto lo
    iface lo inet loopback
    
    auto eth0
    iface eth0 inet static
     address 192.168.2.51
     gateway 192.168.2.1
     netmask 255.255.255.0
    now restart the computer and it will work.

  7. #17
    Join Date
    Nov 2009
    Beans
    96

    Re: مشكلة الاتصال بالنت

    مشكلة الاتصال بالنت

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •