Changeset 6990d80


Ignore:
Timestamp:
06/29/2017 09:59:05 AM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
a4acb12
Parents:
973c767
Message:

Rmove reference to lfs.org,
and try to document the different options for
network settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r973c767 r6990d80  
    890890endmenu
    891891
    892 menu "System configuration
     892menu "System configuration"
    893893    depends !BOOK_BLFS
    894894
     
    985985
    986986    config    HOSTNAME
    987         string "Hostname"
     987        string "Hostname (see help)"
    988988        default "**EDITME**"
     989        help
     990          If you are on a public network, use the hostname given to you by
     991          your institution, or corporation, etc. If your network is private,
     992          that is, behind a firewall such as a box to connect to your ISP,
     993          you can choose anything you'd like. Combined with the domain name
     994          "local", you have the possibility to access your computer by name
     995          instead of address on the private network (see RFC 6762 and
     996          https://www.howtogeek.com/167190/).
    989997
    990998       menu "Network configuration"
     
    9921000            string "netword card name"
    9931001            default "eth0"
     1002            help
     1003              eth0 is used in most cases. Virtual insterfaces may get other
     1004              names (for example enp0s3 for the default network stack in qemu).
     1005              Systemd may also rename network interfaces according to their
     1006              bus addresses.
    9941007        config IP_ADDR
    9951008            string "Static IP address"
    9961009            default "10.0.2.9"
     1010            help
     1011              The default here is for a virtual interface in qemu. Private
     1012              networks have addresses in the range 10.x.x.x or 192.169.x.x.
     1013              You have to know your network prefix. Then the last figure
     1014              may be anything you like.
     1015
    9971016        config GATEWAY
    9981017            string "Gateway"
    9991018            default "10.0.2.2"
     1019            help
     1020              Again, this default is for a qemu network stack. Usually, the
     1021              gateway is the address of your firewall.
    10001022        config PREFIX
    10011023            string "Subnet prefix"
    10021024            default "24"
     1025            help
     1026              Again, this default is for a qemu network stack, but is also
     1027              the most used in private networks.
    10031028        config BROADCAST
    10041029            string "Broadcast address"
    10051030            default "10.0.2.255"
    10061031        config DOMAIN
    1007             string "Domain name"
    1008             default "lfs.org"
     1032            string "Domain name (see help)"
     1033            default "local"
     1034            help
     1035               Domain Name:
     1036               Doamin names are registered, so if your computer is on a public
     1037               network, you cannot use any name you'd like. On a public
     1038               network, you should have been given a domain name by
     1039               your corporation, institution, etc.
     1040               If your network is really private, that is behind a firewall
     1041               such as a box for connecting to an ISP, you can choose any
     1042               domain you'd like. You can also opt for "local", see RFC 6762,
     1043               or "something.test", see RFC 6761.
    10091044        config DNS1
    10101045            string "Primary Name server"
Note: See TracChangeset for help on using the changeset viewer.