DEVICE=eth4
HWADDR=00:26:B9:38:4C:23
TYPE=Ethernet
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=dhcp
if you set the onboot=yes, the system will run dhcp when system boots
/etc/init.d/rpcidmapd restart
and /etc/init.d/nfs restart
/var/log/messages
on my NFS server when I was attempting to mount an export from the remote client:Feb 28 15:54:02 storage1 rpc.idmapd[1651]: nss_getpwnam: name 'nobody' does not map into domain 'localdomain'
/etc/idmapd.conf
:[General]
#Verbosity = 0
# The following should be set to the local NFSv4 domain name
# The default is the host's DNS domain name.
#Domain = local.domain.edu
Domain=subdomain.mycompany.com
under the commented out "Domain" line. Saved, exited and then ran/etc/init.d/rpcidmapd restart
and /etc/init.d/nfs restart
.# vi /etc/sysconfig/iptables
-A INPUT -m state --state NEW -m udp -p udp --dport 69 -j ACCEPT
# /etc/init.d/iptables restart
# sudo iptables -L -n
"ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:69"
line is in the iptables file.Source | m | (multiplier) a | (increment) c | output bits of seed in rand() / Random(L) |
---|---|---|---|---|
Numerical Recipes | 232 | 1664525 | 1013904223 |