Linux QOTD for June 29th

Discussion in 'Linux / Unix Discussion' started by Phoenix, Jun 29, 2004.

  1. Phoenix
    Honorary Member

    Phoenix 53656e696f7220 4d6f64

    5,749
    200
    246
    give a sample configuration of a network interface at the CLI

    the IP is 192.168.0.10
    the subnet is 255.255.255.0
    the Gateway is 192.168.0.1
    the DNS is 192.168.0.254
     
    Certifications: MCSE, MCITP, VCP
    WIP: > 0
  2. tripwire45
    Honorary Member

    tripwire45 Zettabyte Poster

    13,493
    180
    287
    A Linux QOTD! You rock, Phoenix! Unfortunately, I haven't the faintest idea what the answer is. How about something we can at least take a stab at like multiple choice.

    In the relatively near future, I'll need to start learning more about Linux and especially more about Linux networking (which is pretty much what EmergeCore products are built to do). Your first QOTD hits the mark but I wouldn't even know where to go for the answer at this point (I hope you're keeping a record of your QOTDs...you'll be surprise how fast they stack up and before you know it, you'll have enough for a test bank). :)
     
    Certifications: A+ and Network+
  3. nugget
    Honorary Member

    nugget Junior toady

    7,796
    71
    224
    Unfortunately Phoenix I haven't a clue as to where to start on today's QOTD.:oops:
     
    Certifications: A+ | Network+ | Security+ | MCP (270,271,272,290,620) | MCDST | MCTS:Vista
    WIP: MCSA, 70-622,680,685
  4. Phoenix
    Honorary Member

    Phoenix 53656e696f7220 4d6f64

    5,749
    200
    246
    This will be one of the handier samples to take note of then, trip, if you look at the previous days question you will understand the format better i think, if it doesnt end up working I will change it round somewhat

    anyway, todays answer

    Fedora Core 1

    localhost# ifconfig eth0 192.168.0.10 netmask 255.255.255.0
    localhost# route add default gateway 192.168.0.1
    localhost# echo "nameserver 192.168.0.254" >> /etc/resolv.conf

    todays one is pretty useful for those of you using linux in vmware and finding it doesnt always kick in the nic at boot, hope its of use to some people :)
     
    Certifications: MCSE, MCITP, VCP
    WIP: > 0

Share This Page

Loading...
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.