search for: net3

Displaying 20 results from an estimated 27 matches for "net3".

Did you mean: net
2002 May 27
1
Complex samba setup, requesting advise
...net1, net2 has an IP in each network and samba configured on both interfaces. local master for it's own group, and configured to use WINS server on net1. (linux slack 7.1, samba 2.0.?) clients are MSwin95/98 all configured to use WINS on net1. on these 2 networks browsing works fine. c) add net3 (and here comes the odd setup). net3 is connected to WINS of net1 through a tunnel (over the big bad internet). tunnel end on net3 is Slack8, samba 2.2.0a. configured as local master, uses wins of NET1. both ends of the tunnel are configured to remote announce to the other end and remote browse syn...
2012 Jun 24
1
uncoerce.... to get real number instead of integer?
...tract a real number from a file with a complex structure: 156689504.378. > #My problem is that the number is coerced into an integer.  > #Do you have any ideas for me on how to "uncoerce"?  Here is my code and the output: > #I'm using R version 2.15.0 (2012-03-30) > > net3 <- patient.net3 <- scan("C:/temp/samplePHIoutput.txt", skip=23, what=list(character(0), character(0), numeric(0))) Read 1 record > net3[3] [[1]] [1] 156689504 > > #I need the full number in net[3] and I need the output in vector form, so I used unlist(). > workfile &lt...
2003 Sep 09
3
rc3 net groupmap add fails
Relevant part of "net3 groupmap list" is System Operators (S-1-5-21-1617713866-2789119093-1479812082-1007) -> sys In howto there is the following example net groupmap modify ntgroup="System Operators" unixgroup=sys net groupmap modify ntgroup="Power Users" unixgroup=sys You can add System...
2007 Apr 18
1
[Bridge] device eth0 is already a member of a bridge; can't enslave it to bridge Net6
Hello, I am working on Network-Simulation (VNUML). Our simulator uses linux bridgi= ng to connect the UMLs. So there is one problem: The example is the following: There are two hosts simulating one big net. The two hosts have connection over the external nets Net3 and Net6 (see htt= p://www.uni-koblenz.de/~timbub/verteilteSim3.GIF), but in fact there is onl= y one physical connection between the host: connected through a switch an e= ach host has one interface card eth0. (so normaly you should bind the ip ad= resses related Net3 and to Net6 to the eth0 and i...
1998 Jan 22
1
1.9.18p1 and problems w/ multiple interfaces
Hi, CONFIGURATION: the important part of my setup looks like that (smb.conf): [global] interfaces = net1 net2 net3 net4 net0 ; this is a router which acts as cross-subnet domain master + wins ; server local master = yes preferred master = yes domain master = yes wins support = yes dns proxy = no os level = 99 net1 - net4 are Win95, WinNT, Linux net0 are two samba-1.9.18p1 fileservers PROBLEM: log.nmb re...
2004 Feb 06
1
problem with ¨net groupmap¨ and ¨net groupmap list¨ command
Hi, i get this error when i run the net command to mapp unix group to nt groups. [root@samba smbldap-tools]# net3 groupmap add ntgroup=?Domain Admins? unixgroup=?Domain Admins? rid=512 Bad option: Admins? [root@samba smbldap-tools]# and also when i try to list the current groups in the domain, i get this error but i can see all entries if i use gq [root@samba smbldap-tools]# net3 groupmap list [2004/02/06 12...
2005 Oct 11
5
The effects of queueing on delay
I have a router with 3 network interfaces like in the following ASCII diagram below. All interfaces are 100mbit. There is tcp traffic being sent from net1 to net3 and from net2 to net3 and the tcp connections consume as much bandwidth as possible. There is a pfifo queue on the egress interface eth0 of the core router with a limit of 10 packets. net1 --> (eth1) router (eth0) -> net3 (eth2) ^ |...
2003 Nov 05
2
Migrating from Samba2.2.8a+LDAP+PDC to Samba3+ldapsam
Hi, and thanks in advance for your support (sorry my english) Is there any documentation for migrating Samba 2.2 with LDAP and PDC suport to Samba3 with PDC and LDAPSAM? I try to explain the situation: Only one server running Mandrake 9.2 + Samba 2.2.8a with ldap support (from precompiled contrib); and I wish to migrate to Samba3+LDAPSAM. My real problem is that I must use ldap because I also use
2009 Mar 04
1
MultiWAN & Vlans
...el (VLAN10 gateway will be ppp0 and in a case of failover it will jump to ppp1 for example) post of my config files: interfaces: #NET net0 ppp0 detect tcpflags,dhcp,routefilter,nosmurfs net1 ppp1 detect tcpflags,dhcp,routefilter,nosmurfs net2 ppp2 detect tcpflags,dhcp,routefilter,nosmurfs net3 ppp3 detect tcpflags,dhcp,routefilter,nosmurfs #WAN wan0 eth0 detect tcpflags,routefilter,nosmurfs wan1 eth1 detect tcpflags,routefilter,nosmurfs wan2 eth2 detect tcpflags,routefilter,nosmurfs wan3 eth3 detect tcpflags,routefilter,nosmurfs dmz eth8 detect # LOCAL loc eth9 detect tcpflags,...
2009 Jan 15
8
Pattern matching in case statement
...s trying to accomplish it like this, but it doesn''t work: case $ipaddress { "10.1.1.*": { $network = "net1" } "10.2.2.*.*": { $network = "net2" } "10.3.3.*": { $network = "net3" } } When I change the IP Address to a valid one (like 10.1.1.100) the case works and the network variable is set accordingly. What''s the correct way to do this? Thanks a bunch, Sven --~--~---------~--~----~------------~-------~--~----~ You received this message...
2009 Jan 21
1
Fw: Re: mISDN BRI Asterisk 1.4
Its been a few days, I was wondering if anyone else has any ideas on how to get this to work? If not, could I ask a the direct question as to if anyone here has (or knows someone who has) successfully got something like a Cisco Router to successfully establish an ISDN data/Internet connection through the Asterisk PBX?
2009 Jan 22
0
Fw: Re: mISDN BRI Asterisk 1.4
...9;ve got onto the Cisco router and found the BRI -->> > interface to be configured as below: -->> > -->> > interface BRI0 -->> > no ip address -->> > encapsulation ppp -->> > dialer pool-member 1 -->> > isdn switch-type basic-net3 -->> > no cdp enable -->> > ppp authentication chap callin -->> > end -->> > -->> > And the following events are being reported: -->> > -->> > Jan 16 10:03:06.099: ISDN BR0: Could not bring up interface -->> > Jan 16...
2009 Jan 13
3
mISDN BRI Asterisk 1.4
Good Evening, The company I work for is attempting to connect an Cisco ISDN Router to an OpenVOX B200P BRI Card so that we can get it to dial out across an existing ISDN PRI Line also installed in the Asterisk PBX Everything has compiled successfully and the BRI card has been detected when mISDN is started: # misdnportinfo Port 1: NT-mode BRI S/T interface port (for phones) -> Interface
2003 Nov 26
3
samba 3 mandrake rpms...where is net tool?
I installed the RPMS from samba web site for Mandrake 9.1. Configuration is weird as things are labeled smbd3 or winbind3... Testparm runs against /etc/samba/smb.conf yet swat configures the smb.conf in a different location...hmm.... But really my problem is joining the AD domain as a member server. I can't locate the net tool. How is this done? How does testparm know to test against
2007 Aug 03
0
B410P echo cancellation
...figuration: Linux Debian 4.0 Kernel 2.6.18 Asterisk 1.2.23 Zaptel 1.2.19 We installed a Digium B410P card, and we are using 3 ports in te_ptp mode (it is connected to BRI adapters on Italian ISDN lines, provided by Telecom Italia; in Cisco language, they should be "isdn switch-type basic-net3"). Configuration strictly complies the documentation/manual. Phone models used are: - GrandStream BudgeTone 200; - GrandStream GXP 2000; - Thomson ST2030. All the system is up and working. However, users often hear an annoying noise during conversations. Such noise appears suddenly, has a sho...
2001 Nov 27
1
Dial-up connection
Hi there I use a winmodem wich is apache a56sp-hcf and Windows 98 how Can l start dial ?up connection with wine best regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20011127/bf822bde/attachment.htm
2004 Feb 06
0
having problems with samba 3.0 with net groupmap access ldap
...ect far too long. [root@samba samba3]# ldapsearch -x -b ?? -s base ?dc=nijacol,dc=net? # extended LDIF # # LDAPv3 # base <??> with scope base # filter: ?dc=nijacol,dc=net? # requesting: ALL # ldapsearch: ldap_search_ext: Bad search filter (87) [root@samba samba3]# [root@samba samba3]# net3 groupmap list [2004/02/06 04:39:26, 0] param/loadparm.c:map_parameter(2422) Unknown parameter encountered: "ldap password sync" [2004/02/06 04:39:26, 0] param/loadparm.c:lp_do_parameter(3150) Ignoring unknown parameter "ldap password sync" [2004/02/06 04:39:26, 0] param...
2010 Jul 09
0
Shorewalll 4.4.11 RC 1
RC 1 is now available for testing. This version corrects several problems in Beta 3: 1) Release notes now correctly refer to FORWARD_CLEAR_MARK rather than CLEAR_FORWARD_MARK. 2) The NET3 column in /etc/shorewall/netmap now works correctly. 3) A missing closing quote in the generated script when using REQUIRE_INTERFACE=Yes has been corrected. 4) The compiler now correctly detects the "fwmark route mask" capability. In addition, a PERL option has been added to shorewall....
2010 Jul 09
0
Shorewalll 4.4.11 RC 1
RC 1 is now available for testing. This version corrects several problems in Beta 3: 1) Release notes now correctly refer to FORWARD_CLEAR_MARK rather than CLEAR_FORWARD_MARK. 2) The NET3 column in /etc/shorewall/netmap now works correctly. 3) A missing closing quote in the generated script when using REQUIRE_INTERFACE=Yes has been corrected. 4) The compiler now correctly detects the "fwmark route mask" capability. In addition, a PERL option has been added to shorewall....
2003 Oct 10
1
net getlocalsid problem
Hi I decided after some testing and experimenting, to move the production servers from 2.2.x to 3.0. so I've installed samba3.0 in paralel with the old binaries. To start the migration I wanted to save the old domain SID, to can make the migration as transparent as possible, so I did: net3 -d 10 -I 127.0.0.1 getlocalsid while the old binaries are still runing all that I've got (remember at debuging level 10!): [2003/10/10 23:44:07, 5] lib/debug.c:debug_dump_status(359) INFO: Current debug levels: all: True/10 tdb: False/0 printdrivers: False/0 lanman: Fal...