Lines Matching full:ip
53 nfsroot=[<server-ip>:]<root-dir>[,<nfs-options>]
58 <server-ip> Specifies the IP address of the NFS server.
59 The default address is determined by the `ip' parameter
61 servers for IP autoconfiguration and NFS.
66 IP address.
82 ip=<client-ip>:<server-ip>:<gw-ip>:<netmask>:<hostname>:<device>:<autoconf>:
83 <dns0-ip>:<dns1-ip>:<ntp0-ip>
85 This parameter tells the kernel how to configure IP addresses of devices
86 and also how to set up the IP routing table. It was originally called
87 `nfsaddrs', but now the boot-time IP configuration works independently of
88 NFS, so it was renamed to `ip' and the old name remained as an alias for
96 The <autoconf> parameter can appear alone as the value to the `ip'
98 "ip=off" or "ip=none", no autoconfiguration will take place, otherwise
100 is "ip=dhcp".
102 <client-ip> IP address of the client.
106 <server-ip> IP address of the NFS server. If RARP is used to determine
120 <gw-ip> IP address of a gateway if the server is on a different subnet.
125 the netmask is derived from the client IP address assuming
138 Default: Client IP address is used in ASCII notation.
158 (do static IP assignment instead)
168 format "ip=dhcp,client-id-type,client-id-value"
172 <dns0-ip> IP address of primary nameserver.
179 <dns1-ip> IP address of secondary nameserver.
180 See <dns0-ip>.
182 <ntp0-ip> IP address of a Network Time Protocol (NTP) server.
197 nameserver <dns0-ip> (primary name server IP)
198 nameserver <dns1-ip> (secondary name server IP)
199 nameserver <dns2-ip> (tertiary name server IP)
200 bootserver <server-ip> (NFS server IP)
204 <ntp0-ip> (NTP server IP)
205 <ntp1-ip> (NTP server IP)
206 <ntp2-ip> (NTP server IP)
208 <dns-domain> and <dns2-ip> (in /proc/net/pnp) and <ntp1-ip> and <ntp2-ip>
210 they cannot be specified as part of the "ip=" kernel command line parameter.
218 (e.g. an initrd/initramfs script that passes the IP addresses listed in
351 The rest of the IP layer autoconfiguration code has been written