search for: ip_server

Displaying 17 results from an estimated 17 matches for "ip_server".

Did you mean: op_server
2005 Jan 05
1
[PATCH] kinit/nfsmount.c path from bootp
...uot;Root-NFS: no path\n"); - exit(1); - } - a = 1; - if ((opts = strchr(path, ',')) != NULL) { - *opts++ = '\0'; - argv[a++] = (char *) "-o"; - argv[a++] = opts; - } - for (dev = ifaces; dev; dev = dev->next) { print_device_config(dev); if (dev->ip_server != INADDR_NONE && dev->ip_server != INADDR_ANY) { addr.s_addr = dev->ip_server; client = dev->ip_addr; + dev_bootpath = dev->bootpath; break; } if (dev->ip_addr != INADDR_NONE && @@ -102,6 +89,25 @@ } } + /* + * if the "nfsroot&...
2004 May 28
1
ipconfig related question (do not get static IP setting)
Hi!! I found your ipconfig stuff in the udev rpm in SuSE 9.1. I'm about to setup a initramfs (pretty cool - much better than initrd) to boot linux diskless clients over the net. All the tools I would need, seem to be there with ipconfig/nfsmount ... I like to use the information I get from PXE/syslinux or Etherboot writing something like:
2008 Sep 05
5
PPTP Client Behind a Shorewall Firewall
...in Shorewall web page because there is no information in the link http://www.shorewall.net/PPTP.htm#ClientsBehind Nowadays I can connect this server with the remote one but te session is closed after 1 minute. In the /etc/shorewall/rules I have: #Conexion Remota (IPSEC) de Ecinsa ACCEPT loc:$IP_SERVER net udp 1723 ACCEPT loc:$IP_SERVER net tcp 1723 ACCEPT net loc:$IP_GALILEO udp 1723 ACCEPT net loc:$IP_GALILEO tcp 1723 And IP_SERVER is defined in /etc/shorewall/params. As I´ve said it just connect for 1 minute more or less ... I...
2006 Jun 22
2
[patch] ipconfig add dhcp file preseeding support
...nit/ipconfig/main.c index c9d3b0e..a54329f 100644 --- a/usr/kinit/ipconfig/main.c +++ b/usr/kinit/ipconfig/main.c @@ -71,6 +71,7 @@ static void print_device_config(struct n printf(" nisdomain: %-64s\n", dev->nisdomainname); printf(" rootserver: %s ", my_inet_ntoa(dev->ip_server)); printf("rootpath: %s\n", dev->bootpath); + printf(" filename : %s\n", dev->filename); } static void configure_device(struct netdev *dev) @@ -112,6 +113,7 @@ static void dump_device_config(struct ne fprintf(f, "NISDOMAIN=%s\n", dev->nisdomainname);...
2008 Dec 11
0
File permission (easy)
Hi all :-) mount -t cifs //ip_server/tmp /home/share/tmp -o "username=xxx,password,xxx) touch tmp.bak /home/share/tmp touch: setting times of `home/share/tmp/tmp.bak': No such file or directory (similarly I can only create a file/dir but I can't write on it, I can delete file/dir) I also tried to do: echo 0 > /pro...
2011 Apr 15
2
[PATCH] Escape DHCP options written to /tmp/net-$DEVCICE.conf
...a(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, "IPV4ADDR", + my_inet_ntoa(dev->ip_addr)); + write_option(f, "IPV4B...
2011 Jun 08
1
[PATCH] Don't try to guess the nameserver in ipconfig.
...g/main.c @@ -176,11 +176,6 @@ static void postprocess_device(struct netdev *dev) printf("IP-Config: %s guessed broadcast address %s\n", dev->name, my_inet_ntoa(dev->ip_broadcast)); } - if (dev->ip_nameserver[0] == INADDR_ANY) { - dev->ip_nameserver[0] = dev->ip_server; - printf("IP-Config: %s guessed nameserver address %s\n", - dev->name, my_inet_ntoa(dev->ip_nameserver[0])); - } } static void complete_device(struct netdev *dev) -- 1.7.1
2012 May 22
0
[klibc:master] ipconfig: Write $DOMAINSEARCH as domain-search
..._str; +} + +/* * Parse a bootp reply packet */ int bootp_parse(struct netdev *dev, struct bootp_hdr *hdr, uint8_t *exts, int extlen) { + uint8_t ext119_buf[BOOTP_EXTS_SIZE]; + int16_t ext119_len = 0; + dev->bootp.gateway = hdr->giaddr; dev->ip_addr = hdr->yiaddr; dev->ip_server = hdr->siaddr; @@ -143,11 +358,32 @@ int bootp_parse(struct netdev *dev, struct bootp_hdr *hdr, if (len == 4 && !dev->ip_server) memcpy(&dev->ip_server, ext, 4); break; + case 119: /* Domain Search Option */ + if (ext119_len >= 0 && + ext...
2003 Nov 02
1
Strange entries in logfiles
...s my global-section of smb.conf [global] add user script = /usr/sbin/useradd -d /dev/null -g NTMachines -s /bin/false -M %u admin users = @ntadmin bind interfaces only = Yes create mask = 0750 domain admin group = @ntadmin domain logons = Yes domain master = Yes encrypt passwords = Yes interfaces = IP_SERVER/24 local master = Yes lock directory = /var/spool/samba logon script = genlogon.bat logon path = \\%N\profiles\%u max xmit = 32767 message command = sh -c '/usr/local/samba/bin/winpopup %f %m %M %s' & os level = 64 passwd program = /usr/bin/passwd %u passwd chat = New\sUNIX\spassword* %...
2001 Sep 07
6
unexpected EOF in read_timeout
Perhaps someone can shed some light on the problem I'm having using rsync 2.4.6. I'm getting the following error: receiving file list ... done htdocs/acescounseling/logs/ htdocs/adihome/logs/ . . htdocs/coupons/logs/error_log htdocs/court/logs/combined_log htdocs/cowgirl/logs/combined_log htdocs/cowgirl/logs/error_log htdocs/cowgirl/logs/ssl_log Connection to nova closed by remote host.
2009 May 20
7
Mapped network drive in wine.
First sorry for my bad English. I have a Windows software that needs to access a mapped network drive in Wine complains that he does not view the network drive (it needs to see this: / / server / folder). I tried to map the network drive using explorer.exe of Wine, but when I access the menu in "mapping the network drive" complains the error: "No network drive." I looked
2014 Nov 07
1
Fwd: Re: Samba_internal dns Ubuntu 14.04.1LTS
...orks fast, but lots extra's is installed which i dont like. so get the resolving correct on you ubuntu and it wil work fine. based on the asumption that you dont run a gui.. and you work from CLI. apt-get remove --purge resolvconf dnsmasq fix /etc/hosts 127.0.0.1 localhost localhost.localdomain ip_server FQDN-server hostnameserver fix /etc/resolv.conf point nameserver to or 127.0.0.1 or the server ip. test hostname -s test hostname -d test hostname -f test hostname -y ( which probely wil fail ) fix 1 , setup nis, found in the list fix 2 , give the kernel the local domain info. see /etc/sysctl.conf...
2008 Oct 06
10
DO NOT REPLY [Bug 5811] New: rsync error: error allocating core memory buffers (code 22) at io.c(635)
...ReportedBy: lionel.valero@polymtl.ca QAContact: rsync-qa@samba.org Hello, server ubuntu 64bits (3.0.4 compiled) client mac os x leopard (3.0.4 compiled) command on client : /usr/local/bin/rsync -avz -i --iconv=UTF8-MAC,ISO8859-15 --delete -e ssh /Users/kalypso/Documents kalypso@IP_SERVER:/home/MACUSERS/kalypso/ got the error on client : rsync error: error allocating core memory buffers (code 22) at io.c(635) regards. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug,...
2010 Aug 25
0
[patch] ipconfig fixes + run-init nit
...ot;, 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 [klibc] ipconfig: differentiate between error and non-DHCP/BOOTP traffic in packe...
2014 Nov 07
2
Samba_internal dns Ubuntu 14.04.1LTS
I am having problems getting dns to function correctly with Ubuntu 14.04LTS. My /etc/hosts file is: 127.0.0.1 localhost # Need to keep 127.0.1.1 entry or DNS fails 127.0.1.1 mysrvr03.mycomapny.biz wdnsrvr03 192.168.16.208 mysrvr03.mycompany.biz wdnsrvr03 # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2
2019 Jan 25
1
GPO / Sysvol problems
...Looks like there are resolving problems. On the server run : Command result. hostname -s hostname hostname -f hostname.fqdn.tld hostname -d fqdn.tld Check /etc/resolv.conf should look bit like this.: search ad.abc.local nameserver ip_of_DC /etc/hosts should contain 127.0.0.1 localhost Ip_server hostname.fqdn.tld hostname These need to be fixed first before you can even look at the profile problems. Try above, if its not working, show the log also again. I've not talked about this part yet. [2019/01/24 10:36:41.307733, 3] > ../source3/smbd/msdfs.c:1008(get_referred_path) &gt...
2019 Jan 24
3
GPO / Sysvol problems
Hai, The best info is missing. What are the windows event ID errors? What is the right set on the profiles folder? If you layout is : /home/samba/profiles and you shared the folder profiles, then show me getfacl /home/samba/profiles. I see your running, Samba 4.7, are you able to upgrade to 4.9.4? This: ~# cat default-rights-sysvol.acl # file: /var/lib/samba/sysvol # owner: root #