search for: debiantest

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

2011 Aug 03
4
Xen 4 + Debian Squeeze + one VM in route mode and another in nat mode
...my xend-config.sxp with : (network-script ''network-route netdev=eth0'') (vif-script vif-route) because my first VM is the most important.... For the second, I put that in cfg file : vif = [ ''ip=192.168.1.2,mac=00:16:3E:xxxx:xx, script=vif-nat, vifname=\ vif-debianTest'' ] I modify a little vif-nat : routing_ip() { #echo $(echo $1 | awk -F. ''{print $1"."$2"."$3"."$4 + 127}'') echo $(echo $1 | awk -F. ''{print $1"."$2"."$3"."254}'') } to have always a stati...
2005 Apr 27
0
problems with nano howto load balancing adsl links
...server 192.168.0.1 which then goes out of the gateway 217.155.241.46 so 2 gateways, but the routing is fine as if i switch the hops over so 192.168.0.1 is the first nexthop then it works but again it wont go to the hop below it.. heres some config that might help 2nd server with problems : "debiantest:/usr/src# ip route show table 222 default nexthop via 217.155.31.190 dev eth1 weight 1 nexthop via 192.168.0.1 dev eth2 weight 1 debiantest:/usr/src# ip rule 0: from all lookup local 50: from all lookup main 201: from 217.155.31.184/29 lookup 201 202: from 192.168....
2019 May 14
2
debian 10: errors with my server samba-ad
...ebian) Reconnecting with SMB1 for workgroup listing. Server Comment --------- ------- Workgroup Master --------- ------- I don't have any information for my server. my smb.conf for my server is Global parameters [global] netbios name = DEBIANTEST realm = LENZSPITZE2.CALAIS.FR server role = active directory domain controller server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbindd, ntp_signd, kcc workgroup = LENZSPITZE2 idmap_ldb:use rfc2307 = yes log level = 1 log file = /var/log/samba/log.%m max log size = 1000 t...
2008 Aug 04
1
Problem establishing interdomain trust
Hello group, I have 2 Samba PCDs w/ LDAP + winbind called FILESERVER and FUNDUS-SRV for the domains PROFICON and FUNDUS, respectively. In PROFICON I created a trust account for FUNDUS using net rpc trustdom add FUNDUS <passwd> -U proficon\\administrator which creates the LDAP entry: dn: uid=FUNDUS$,ou=Computers,dc=office,dc=proficon,dc=sk uid: FUNDUS$ sambaSID:
2019 May 14
0
debian 10: errors with my server samba-ad
...t >     ---------            ------- > >     Workgroup            Master >     ---------            ------- > > > I don't have any information for my server. Neither do I, this is because there is no network browsing on a DC. > > when I run the command smbclient -L debiantest -U administrator on my > client linux I have no response . > > but I can ping debiantest and dig debiantest.lenzspitze2.calais.fr > give me a response > > I am a little confused. I don't know how to search > Try the command like this: smbclient -L localhost -N Rowland
2010 Jan 07
1
LDAP_NO_SUCH_OBJECT upon new user creation in s4/OpenLDAP
...!') Alpha10 showed the same problem. Looking into the code you can see that it accepts options to pass credentials. Providing the 'LDAP Admin User' name and password from the output of the provision command helps, although the AssertionError looks a bit discouaging at first sight: debiantest:~# newuser --username=samba-admin --password=$ldapadminpass demo1 New Password: Traceback (most recent call last): File "/usr/local/samba/sbin/newuser", line 69, in <module> samdb.newuser(username, opts.unixname, password, force_password_change_at_next_login_req=opts.must_ch...
2019 May 13
4
debian 10: errors with my server samba-ad
...he contents of this file with your system krb5.conf or replace it with this one. Do not create a symlink! Setting up fake yp server settings Once the above files are installed, your Samba AD server will be ready to use Server Role: active directory domain controller Hostname: debiantest NetBIOS Domain: LENZSPITZE2 DNS Domain: lenzspitze2.calais.fr DOMAIN SID: S-1-5-21-114952022-3178926164-3586775662 I don't understand why I have *Unable to determine the DomainSID, can not enforce uniqueness constraint on local domainSIDs *but the provision was...
2016 Nov 25
2
Samba on Debian 8
Am 2016-11-25 um 10:31 schrieb Mike Lykov via samba: > 25.11.2016 13:12, Stefan G. Weichinger via samba пишет: > >> I assume later samba-releases would help around these issues so I wonder >> if there are any more recent packages available anywhere. I would like >> to avoid compiling samba on my own, not because I am not able to do that >> but in terms of lower
2019 May 13
0
debian 10: errors with my server samba-ad
...ur system krb5.conf or > replace it with this one. Do not create a symlink! > Setting up fake yp server settings > Once the above files are installed, your Samba AD server will > be ready to use > Server Role: active directory domain controller > Hostname: debiantest > NetBIOS Domain: LENZSPITZE2 > DNS Domain: lenzspitze2.calais.fr > DOMAIN SID: S-1-5-21-114952022-3178926164-3586775662 > > > I don't understand why I have > > *Unable to determine the DomainSID, can not enforce uniqueness > constrain...
2019 May 14
2
debian 10: errors with my server samba-ad
...          Master >>     ---------            ------- >> >> >> I don't have any information for my server. > > > Neither do I, this is because there is no network browsing on a DC. > >> >> when I run the command smbclient -L debiantest -U administrator on my >> client linux I have no response . >> >> but I can ping debiantest and dig debiantest.lenzspitze2.calais.fr >> give me a response >> >> I am a little confused. I don't know how to search >> > Try the command like this: >...
2005 May 17
3
problem with the "arp" command (using the pub flag)
...roxy arp on "SUBNET_S1". I want "host A" to reply to ARP Request for IP_B (192.168.30.130) with its ("host A") MAC address. So I performed, on host A, the following command: arp -s 192.168.30 -i eth0 -D eth0 pub If I perform the command "arp -n" I get: debiantest:~# arp -n Address HWtype HWaddress Flags Mask Iface 192.168.30.130 ether 00:D0:59:C4:F3:A1 C eth1 192.168.30.130 * * MP eth0 In this situation it works fine. Host A replies to the ARP Request from host C for host...
2011 Apr 27
15
Discussion: Are we ready to leave 1.4 behind?
Friends, We have a discussion on asterisk-dev about the maintenance of the 1.4 branch. According to the release plans, support for 1.4 was scheduled to close in April 2011 - basically now. After that, only security patches would be committed. This is already a delay from the original plan published by Russell Bryant. Unfortunately, I think this is way too early. My feeling and experience is that