Forums

Welcome to Forums Sign in | Join | Help
in Search

How to setup a linux domain?

Last post 12-07-2010, 4:00 AM by senorita. 8 replies.
Sort Posts: Previous Next
  •  05-18-2010, 10:08 PM 2019

    How to setup a linux domain?

    howdy, a coworker and I are interested in setting up an entirely linux domain (domain controller, several hosts, totally isolated from our existing network), but google hasnt really yielded anything helpful. I suspect I'm using the wrong terminology. Could somebody point us to a general how to?
    ___________________________________________________________
    Cosmetic Surgery | Boob Job

  •  05-20-2010, 1:23 AM 2020 in reply to 2019

    Re: How to setup a linux domain?

    Assign more than one IP address to one ethernet card:

    ifconfig eth0   XXX.XXX.XXX.XXX netmask 255.255.255.0 broadcast XXX.XXX.XXX.255
    ifconfig eth0:0 192.168.10.12 netmask 255.255.255.0 broadcast 192.168.10.255
    ifconfig eth0:1 192.168.10.14 netmask 255.255.255.0 broadcast 192.168.10.255

    route add -host XXX.XXX.XXX.XXX dev eth0
    route add -host 192.168.10.12 dev eth0
    route add -host 192.168.10.14 dev eth0
    In this example 0 and 1 are aliases in addition to the regular eth0. The result of the ifconfig command:
              eth0      Link encap:Ethernet  HWaddr 00:10:4C:25:7A:3F  
    inet addr:XXX.XXX.XXX.XXX Bcast:XXX.XXX.XXX.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:14218 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1362 errors:0 dropped:0 overruns:0 carrier:0
    collisions:1 txqueuelen:100
    Interrupt:5 Base address:0xe400

    eth0:0 Link encap:Ethernet HWaddr 00:10:4C:25:7A:3F
    inet addr:192.168.10.12 Bcast:192.168.10.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    Interrupt:5 Base address:0xe400

    eth0:1 Link encap:Ethernet HWaddr 00:10:4C:25:7A:3F
    inet addr:192.168.10.14 Bcast:192.168.10.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    Interrupt:5 Base address:0xe400
    =====================
    Car Parts | Auto Parts

  •  05-25-2010, 2:24 AM 2025 in reply to 2019

    Re: How to setup a linux domain?

    To enable networking, you must configure your network interface card or cards with an IP address and netmask. The kernel must have support for your cards compiled in, either as modular support or direct support. If you don't have kernel support read the sections about the kernel and how to compile it. To set your cards up, do the following. In my example my network is 192.168.1.0, IP=192.168.1.100, broadcast=192.168.1.255, netmask=255.255.255.0, gateway-192.168.1.1, nameserver=192.168.1.10.
    ===============
    SEO Costs |SEO Prices
  •  06-19-2010, 3:42 AM 2034 in reply to 2019

    Re: How to setup a linux domain?

    howdy, a coworker and I are interested in setting up an entirely linux domain (domain controller, several hosts, totally isolated from our existing network), but google hasnt really yielded anything helpful. I suspect I'm using the wrong terminology. Could somebody point us to a general how to?
    ==============
    Search Engine Optimisation UK | Link Building

  •  09-06-2010, 9:51 PM 2043 in reply to 2019

    Re: How to setup a linux domain?

    Linux Networking Setup. Required Information ... /etc/resolv.conf - Specifies the domain to be searched for host names to connect to, the nameserver address

    -----------------------
    Adios Slimming Pills
    Airfix Models
  •  09-09-2010, 1:07 AM 2045 in reply to 2020

    Re: How to setup a linux domain?

    Thank you for the post. It really help me somehow..

    Wolf Run
  •  09-12-2010, 9:49 AM 2047 in reply to 2019

    Re: How to setup a linux domain?

    I suspect I'm using the wrong terminology. Could somebody point us to a general how to?


    -----------------------------
    Seo Glasgow
    link building


  •  09-17-2010, 6:54 AM 2050 in reply to 2047

    Re: How to setup a linux domain?

    The kernel must have support for your cards compiled in, either as modular support or direct support. If you don't have kernel support read the sections about the kernel and how to compile it.


    ____________________________________________________________________
    Ben 10 Games
    Ben 10

  •  12-07-2010, 4:00 AM 2062 in reply to 2050

    Re: How to setup a linux domain?

    The Unix operating system was conceived and implemented in 1969 at AT&T's Bell Laboratories in the United States by Ken Thompson, Dennis Ritchie, Douglas McIlroy, and Joe Ossanna. It was first released in 1971 and was initially entirely written in assembly language, a common practice at the time. Later, in a key pioneering approach in 1973, Unix was re-written in the programming language C by Dennis Ritchie (with exceptions to the kernel and I/O). The availability of an operating system written in a high-level language allowed easier portability to different computer platforms. With a legal glitch forcing AT&T to license the operating system's source code,[clarification needed] Unix quickly grew and became widely adopted by academic institutions and businesses.
    ==============
    Online Marketing Agency
    SEO Newcastle
View as RSS news feed in XML