search for: nisdomainname

Displaying 12 results from an estimated 12 matches for "nisdomainname".

Did you mean: dnsdomainname
2006 Jun 22
2
[patch] ipconfig add dhcp file preseeding support
...t; diff --git a/usr/kinit/ipconfig/bootp_proto.c b/usr/kinit/ipconfig/bootp_proto.c index 137847c..59b03b4 100644 --- a/usr/kinit/ipconfig/bootp_proto.c +++ b/usr/kinit/ipconfig/bootp_proto.c @@ -74,6 +74,7 @@ int bootp_parse(struct netdev *dev, stru dev->hostname[0] = '\0'; dev->nisdomainname[0] = '\0'; dev->bootpath[0] = '\0'; + memcpy(&dev->filename, &hdr->boot_file, FNLEN); if (extlen >= 4 && exts[0] == 99 && exts[1] == 130 && exts[2] == 83 && exts[3] == 99) { diff --git a/usr/kinit/ipconfig/dhcp_proto.c...
2011 Apr 15
2
[PATCH] Escape DHCP options written to /tmp/net-$DEVCICE.conf
...>ip_nameserver[0])); - fprintf(f, "IPV4DNS1=%s\n", - my_inet_ntoa(dev->ip_nameserver[1])); - fprintf(f, "HOSTNAME=%s\n", dev->hostname); - fprintf(f, "DNSDOMAIN=\"%s\"\n", dev->dnsdomainname); - fprintf(f, "NISDOMAIN=%s\n", dev->nisdomainname); - fprintf(f, "ROOTSERVER=%s\n", my_inet_ntoa(dev->ip_server)); - fprintf(f, "ROOTPATH=%s\n", dev->bootpath); - fprintf(f, "filename=\"%s\"\n", dev->filename); + write_option(f, "DEVICE", dev->name); + write_option(f, "IPV4ADD...
2016 Oct 11
3
gigE -> 100Mb problems
On 10/10/2016 09:31 PM, John R Pierce wrote: > > oh. Yeah, the entire "net-tools" package is deprecated. I tend to forget which of the two (ethtool or mii-tool) is in that set. # Avoid using any of these: $ rpm -ql net-tools
2014 Oct 09
1
setting the NIS domain ( or yp/dns domainname )
...thers im typing it out. ? I noticed te following. Lots of things work or dont work base on : ? ?????? hostname - show or set the system's host name ?????? domainname - show or set the system's NIS/YP domain name ?????? ypdomainname - show or set the system's NIS/YP domain name ?????? nisdomainname - show or set the system's NIS/YP domain name ?????? dnsdomainname - show the system's DNS domain name We know the following and we do set : /etc/hosts and we check hostname -s????= hostname hostname -d????= internal.domain.tld hostname -f???? =?hostname.internal.domain.tld ? and for...
2015 Mar 06
4
Networking troubles on CentOS 7
...0 port 22: Connection timed out ssh: connect to host 10.14.6.60 port 22: Connection timed out (255)outside_machine$ >From inside: http://picpaste.com/Untitled-wOeTEcEu.png http://picpaste.com/Untitled2-5zi3Dj7x.png * I shutdown NetworkManager based on someone's recommendation. * domainname/nisdomainname/hostname -y etc were showing no domainname so I set them using domainname xxx.com * from inside the machine I'm able to successfully ssh to vplab60/vplab60.xxx.com/localhost/ip-addres Any help is appreciated.ThanksKashyap ?-----------------------------------------------------------------------...
2016 Oct 11
0
gigE -> 100Mb problems
...t; >> oh. > > Yeah, the entire "net-tools" package is deprecated. I tend to forget > which of the two (ethtool or mii-tool) is in that set. > > # Avoid using any of these: > $ rpm -ql net-tools /bin/dnsdomainname /bin/domainname /bin/hostname /bin/netstat /bin/nisdomainname /bin/ypdomainname /sbin/ether-wake /sbin/ifconfig /sbin/ipmaddr /sbin/iptunnel /sbin/mii-diag /sbin/mii-tool /sbin/nameif /sbin/plipconfig /sbin/route /sbin/slattach ok, so the mii-* stuff is deprecated (as is route, ifconfig, netstat, and arp? sigh). apparently the network administrator went a...
2006 Oct 13
0
Live CD Build Error
...mt setfont uname basename domainname ipcalc mv setserial unicode_start bash dumpkeys kbd_mode netstat sh unicode_stop bsh echo kill nice sleep unlink cat ed ksh nisdomainname sort usleep chgrp egrep link pgawk stty vi chmod env ln ping su view chown ex loadkeys ping6 sync ypdomainname cp false login ps tar zc...
2009 Apr 07
2
[PATCH] ipconfig: send hostname in DHCP request
...eway */ uint32_t ip_nameserver[2]; /* two nameservers */ uint32_t serverid; /* dhcp serverid */ + char reqhostname[SYS_NMLN]; /* requested hostname */ char hostname[SYS_NMLN]; /* hostname */ char dnsdomainname[SYS_NMLN]; /* dns domain name */ char nisdomainname[SYS_NMLN]; /* nis domain name */ -- 1.6.0.4
2012 May 22
0
[klibc:master] ipconfig: Write $DOMAINSEARCH as domain-search
...omainsearch == NULL ? + "" : dev->domainsearch); fclose(f); } } diff --git a/usr/kinit/ipconfig/netdev.h b/usr/kinit/ipconfig/netdev.h index f419880..cd853b6 100644 --- a/usr/kinit/ipconfig/netdev.h +++ b/usr/kinit/ipconfig/netdev.h @@ -43,6 +43,7 @@ struct netdev { char nisdomainname[SYS_NMLN]; /* nis domain name */ char bootpath[BPLEN]; /* boot path */ char filename[FNLEN]; /* filename */ + char *domainsearch; /* decoded, NULL or malloc-ed */ long uptime; /* when complete configuration */ struct netdev *next; /* next configured i/f */...
2010 Aug 25
0
[patch] ipconfig fixes + run-init nit
...my_inet_ntoa(dev->ip_nameserver[1])); fprintf(f, "HOSTNAME=%s\n", dev->hostname); - fprintf(f, "DNSDOMAIN=%s\n", dev->dnsdomainname); + fprintf(f, "DNSDOMAIN=\"%s\"\n", dev->dnsdomainname); fprintf(f, "NISDOMAIN=%s\n", dev->nisdomainname); fprintf(f, "ROOTSERVER=%s\n", my_inet_ntoa(dev->ip_server)); fprintf(f, "ROOTPATH=%s\n", dev->bootpath); commit b02b0f71aa7be125f0d64e44124d7f7ead0175b5 Author: Julien BLACHE <julien-externe.blache at edf.fr> Date: Tue Aug 10 15:37:10 2010 +0200 [klib...
2006 Jan 26
7
strange problem with ipfw and rc.conf
...rulesets, once I did that, I can access the box from remote locations here is my rc.conf: host# more /etc/rc.conf network_interfaces="lo0 em0 dc0 rl0 plip0" kern_securelevel="2" kern_securelevel_enable="YES" linux_enable="YES" named_enable="YES" nisdomainname="NO" sshd_enable="YES" usbd_enable="YES" hostname="sis" tcp_keepalive="YES" tcp_extensions="YES" ifconfig_em0="inet 192.168.128.222/24" ifconfig_dc0="inet 192.168.1.4/24" ifconfig_rl0="inet 10.10.75.126/24" de...
2006 Oct 11
4
"Invalid file index" failures, suspicious index numbers
...sh,*,2) [generator] make_file(bin/csh,*,2) [generator] make_file(bin/dnsdomainname,*,2) [generator] make_file(bin/domainname,*,2) [generator] make_file(bin/egrep,*,2) [generator] make_file(bin/ex,*,2) [generator] make_file(bin/fgrep,*,2) [generator] make_file(bin/gtar,*,2) [generator] make_file(bin/nisdomainname,*,2) [generator] make_file(bin/rbash,*,2) * This continues up to about the 348,000-line mark and we see "delta- transmission enabled": delete_in_dir(lib) delta-transmission enabled recv_generator(.,0) set modtime of . to (1153412202) Thu Jul 20 18:16:42 2006 recv_generator(.autofsck,1)...