search for: prefix1

Displaying 8 results from an estimated 8 matches for "prefix1".

Did you mean: prefix
2005 Mar 31
1
IDMAP LDAP problems
...I wrong the ldap configuration? Thanks. Marco. /etc/samba/smb.conf netbios name = XXXX03 os level = 16 wins server = XXX.XXX.XXX.XXX socket options = IPTOS_LOWDELAY TCP_NODELAY SO_KEEPALIVE unix charset = LOCALE workgroup = WORKGROUP realm = PREFIX1.PREFIX2.COM security = ADS password server = kdc01.sinter.gkn.com encrypt passwords = yes winbind use default domain = Yes winbind separator = / winbind enum users = Yes winbind enum groups = Yes ldap ssl = No ldap admin dn = c...
2005 Mar 30
0
IDMAP storage in LDAP using winbind
...I wrong the ldap configuration? Thanks. Marco. /etc/samba/smb.conf netbios name = XXXX03 os level = 16 wins server = XXX.XXX.XXX.XXX socket options = IPTOS_LOWDELAY TCP_NODELAY SO_KEEPALIVE unix charset = LOCALE workgroup = WORKGROUP realm = PREFIX1.PREFIX2.COM security = ADS password server = kdc01.sinter.gkn.com encrypt passwords = yes winbind use default domain = Yes winbind separator = / winbind enum users = Yes winbind enum groups = Yes ldap ssl = No ldap admin dn = c...
2016 Mar 18
0
wiki : https://wiki.centos.org/FAQ/CentOS7 : FAQ 4.: "hand-edit the configuration files" ethX alias replacement
...with nmtui, does the trick. I does not show up with ifconfig... but with the "new" "ip addr" What happens in the config file when you use nmtui and add an extra ip: ( extract from /etc/sysconfig/network-scripts/ifcfg-eth0 ) IPADDR=1.192.168.132 PREFIX=24 IPADDR1=1.192.168.140 PREFIX1=24 GATEWAY=1.192.168.1 Note the extra IPADDR1 and PREFIX1 Tested on Centos 7.2 I did not test if the extra the extra IPADDR1 and PREFIX1 would fix the "load on boot problem" without NetworkManager, but maybe some others have some input on that matter. I think some pros / cons inform...
2009 Nov 18
2
[LLVMdev] #define LLVM_ASM_PREFIX_CHAR '\1' to make code more readable?
...). I am also not quite sure how the prefix should be documented. Does "\01foo" mean "foo is a name that can be given to assembler or dlsym() and should not ever be mangled in any way"? -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm-asm-prefix1.patch Type: text/x-diff Size: 5201 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091118/f3c17d58/attachment.patch> -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm-gcc-asm-prefix1.patch Type: text/x-diff Size: 28...
2017 Jul 06
1
Virtual IP
...; interface, something that you used to have to do in older releases of > CentOS. > > In C7, you just add multiple IPs to the interface, no need to use > eth0:1 style names. > > In the ifcfg-<device>, you can just put in IPADDR1=1.2.3.4 and > NETMASK1=255.255.255.0, and PREFIX1=1.2.3.0. > > The documentation is in > /usr/share/doc/initscripts-9.49.37/sysconfig.txt (part of the > initscripts package), which says: There's a clearer explanation, IMHO, with examples, here. https://community.spiceworks.com/topic/545859-add-secondary-ip-to-one-interface-in-cen...
2017 Jul 06
3
Virtual IP
H? all; i need your helps on setting the virtual ip. I am trying to setup static virtual ip on CenOS7. but I want my VIP to should not open when rebooting. My interface settings like this: *for ens33 NIC -> ifcfg-ens33* DEVICE=ens33 BOOTPROTO=none ONBOOT=yes PREFIX=24 IPADDR=192.168.2.151 *and for VIP NIC ens33:2* * -> ifcfg-ens33:2* DEVICE=ens33:2 ONBOOT=no ONPARENT=no
2017 Jul 06
0
Virtual IP
...g to add the second IP on an aliased interface, something that you used to have to do in older releases of CentOS. In C7, you just add multiple IPs to the interface, no need to use eth0:1 style names. In the ifcfg-<device>, you can just put in IPADDR1=1.2.3.4 and NETMASK1=255.255.255.0, and PREFIX1=1.2.3.0. The documentation is in /usr/share/doc/initscripts-9.49.37/sysconfig.txt (part of the initscripts package), which says: Base items: NAME=<friendly name for users to see> Most important for PPP. Only used in front ends. DEVICE=<name of physical device (except dy...
2014 Oct 15
2
IP aliasing on CentOS 7
Hello all, is there a good wirte-up on how edit script files in the /etc/sysconfig/network-scripts directory on Centos & to assign multiple IP addresses to the same NIC on boot? Thanks for any and all help. Cheers, Boris.