Displaying 20 results from an estimated 51 matches for "obsidian".
2004 Oct 06
4
* to Cisco router with FXO's via SIP
...et an outside line and dial. Then again at this
point anyway to dial out would be great.
I just want to dial out and get calls in at this point.
exten => 9,1,Dial(SIP/5114)
I am really confused
Please help. Any help is greatly appreciated.
--
Sincerely,
William L. Thomson Jr.
Support Group
Obsidian-Studios, Inc.
http://www.obsidian-studios.com
2006 Apr 13
1
Re: [JAXLUG] Reply-to not set right.
...ith list
admins decision.
First read:
http://www.unicom.com/pw/reply-to-harmful.html
Then, the rebuttal:
http://marc.merlins.org/netrants/reply-to-useful.html
Finally, the rebuttal to the rebuttal:
http://marc.merlins.org/netrants/listreplyto.txt
--
Sincerely,
William L. Thomson Jr.
Obsidian-Studios, Inc.
http://www.obsidian-studios.com
2006 Mar 28
13
Load-banancing. two ip''s from one isp
--------------eth0---80.48.56.70---------- -------------80.48.56.65 ISP
| my | router1
| |
| linux |
| | router2
------------eth1---192.168.200.10----- ----------------192.168.1.1 ISP
I''ve two ip from my isp one public and one internal. ISP have two routers router1 is gw for public ip and router2 is gw for internal
2006 Mar 14
9
firewall problem
snat not working
my local ip is aaa.aaa.aaa.aaa
asterisk sitting on the internet at ip bbb.bbb.bbb.bbb
my firewall''s internal ip is 192.168.0.254
i did snat:
iptables -t nat -A POSTROUTING -o ppp0 -j SNAT --to aaa.aaa.aaa
iptables -t nat -L -v gives:
Chain POSTROUTING (policy ACCEPT 23663 packets, 2182K bytes)
pkts bytes target prot opt in out source
destination
33056
2002 Jun 15
1
RES: ADVANCED ROUTING USING IPROUTE2 -> Multiple Firewalls
...'t recompile it.
I formatted again to see if I were doing something wrong recompiling.
But this time I didn''t patch and recompile it. I got no errors...
Any ideas? Am I using the wrong patch?
Thanks a lot,
Ron
-----Mensagem original-----
De: William L. Thomson Jr. [mailto:support@obsidian-studios.com]
Enviada em: quinta-feira, 13 de junho de 2002 14:43
Para: lartc@mailman.ds9a.nl
Assunto: Re: [LARTC] ADVANCED ROUTING USING IPROUTE2 -> Multiple
Firewalls
You will need to recompile your kernel with multpath support. Also
before you compile apply Julian''s patches to the k...
2016 Mar 22
3
Replication issues master <-> master nfs backend
...ny feedback, advice, etc. I can provide replicator configuration but its pretty
straight forward and mostly copy/paste from the replication page. Replication works, just
seems it is not triggered to replicate at times or something.
dovecot --version
2.2.22 (fe789d2)
--
William L. Thomson Jr.
Obsidian-Studios, Inc.
http://www.obsidian-studios.com
2006 Mar 29
3
Re: Load-banancing. two ip''s from one isp - solution
hi for those who was fallowing this topic I can say that
IP_ROUTE_MULTIPATH_CACHED must be disabled! After few tests I''m quite sure that this was cousing my problems. Now I''m using 2.5.15 kernel without patch of Julian Anastasov and load-balancing is working.
lartc split-access how to and http://www.ssi.bg/~ja/nano.txt now both are working fine
Now I will try to use fwmark
2002 Nov 21
22
many ways to do load balancing (or not?)
I''m a little confused about the many ways I''ve read that can be used
for traffic load balancing, that is, two or more interfaces to the
outside world being used transparently and efficiently by the internal
machines.
I heard about:
a) netfilter SNAT to more than one IP. If I''m correct, this is only
a round robin, that is, one connection goes here, the other goes there,
2018 Apr 10
3
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
...hough. I'd like the OK from Jurgen on that and I'd also like the OK
> from someone that the license stuff is all good to go (I'm not sure
> who should check licence stuff).
>
> Best,
> Jake
>
> On Tue, Apr 10, 2018 at 2:39 PM John Ericson
> <john.ericson at obsidian.systems> wrote:
>
> Seems like there are a few of us interested in this then. I new
> around here and don't really know how decisions are made, so
> what's next? Just open a diff with the entire library??
>
> John
>
> On 04/10/2018 05:33 PM, Ja...
2004 May 13
1
2 terabyte filesystem limitation on linux client
Hi all.
I have recently introduced two 5.5TB XFS filesystems to our storage
backend. I export the filesystem via samba 3.0.3 on Fedora core 2.
Linux clients that mount the share show only 2TB available. Windows
clients show the full capacity. Before I put these filesystems into
production I'd like to find out if the reported filesystem size is going
to cause a problem. Is SMB actually
2006 Mar 28
0
Re: [JAXLUG] cups printer (fwd)
...t the toner
> cartridges will kill you over the life time of the printer.
Highway robbery. More so the low end printers that vendors love to toss
in for free. They cost more in ink than they are worth. We need to lobby
the govt to regulate prices on ink ;)
--
Sincerely,
William L. Thomson Jr.
Obsidian-Studios, Inc.
http://www.obsidian-studios.com
2006 Mar 06
8
multipath algorithm
I''ve been reading about multipath routes and found something that no howto I
saw mentioned so far: multipath algorithms.
The kernel has the followings:
# zgrep MULTIPATH_ /proc/config.gz
CONFIG_IP_ROUTE_MULTIPATH_CACHED=y
CONFIG_IP_ROUTE_MULTIPATH_RR=m
CONFIG_IP_ROUTE_MULTIPATH_RANDOM=m
CONFIG_IP_ROUTE_MULTIPATH_WRANDOM=m
CONFIG_IP_ROUTE_MULTIPATH_DRR=m
CONFIG_DM_MULTIPATH_EMC
iproute2
2018 Sep 20
2
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
...t;> from Jurgen on that and I'd also like the OK from someone that the license
>> stuff is all good to go (I'm not sure who should check licence stuff).
>>
>> Best,
>> Jake
>>
>> On Tue, Apr 10, 2018 at 2:39 PM John Ericson
>> <john.ericson at obsidian.systems> <john.ericson at obsidian.systems> wrote:
>>
>>> Seems like there are a few of us interested in this then. I new around
>>> here and don't really know how decisions are made, so what's next? Just
>>> open a diff with the entire library??
&g...
2004 May 28
0
Re: samba Version 3.0.5pre1
...ups
> | ldap idmap suffix = ou=Idmap
> | ldap ssl = off
> | idmap uid = 10000-20000
> | idmap gid = 10000-20000
> | wins server = ipaddres
> |
>
> Regards,
> Buchan
Thanks Buchan!
TJ
>
> - --
> Buchan Milne Senior Support Technician
> Obsidian Systems http://www.obsidian.co.za
> B.Eng RHCE (803004789010797)
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.4 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
>
> iD8DBQFAt5AUrJK6UGDSBKcRAi...
2004 Sep 28
1
Newbie 2 PBX VOIP, protocol ?'s using Cisco 827 7910
...s to use SIP between the router and *. Not sure if they were
using SIP to communicate to the phones or not.
Please excuse my ignorance in this matter I am a newbie to PBX, VOIP,
and *. There is allot to take in at once and I am doing what I can.
--
Sincerely,
William L. Thomson Jr.
Support Group
Obsidian-Studios, Inc.
http://www.obsidian-studios.com
2003 Jun 03
1
etherchannel/port group/bonding plus vlan works well
I figured I should post this because before I went to do it I searched
the web for caveats etc and didn''t really find much. So anyway, I set
up bonding + vlan for a project. Computer is dell powerdge 350 with 2
intel 82559 10/100 nic running stock 2.4.20. I tried both the eepro100
and the e100 drivers for the nics, both work 802.1q and bonding are modules.
Switch is cisco 2924xl-en
2018 Sep 20
2
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
...from someone that the license
>>>> stuff is all good to go (I'm not sure who should check licence stuff).
>>>>
>>>> Best,
>>>> Jake
>>>>
>>>> On Tue, Apr 10, 2018 at 2:39 PM John Ericson
>>>> <john.ericson at obsidian.systems> <john.ericson at obsidian.systems> wrote:
>>>>
>>>>> Seems like there are a few of us interested in this then. I new around
>>>>> here and don't really know how decisions are made, so what's next? Just
>>>>> open a d...
2004 May 12
2
preexec script problem
hi all
i'm running into a little problem when using preexec scripts for the creation
of dir's on my samba server....
script
---
#! /bin/sh
name=`getent passwd | grep %U | awk -F: '{print $5}'`
mkdir /samba/test/"$name"
---
snip of smb.conf
---
[test]
path = /samba/test
preexec = /root/script
browseable = Yes
writeable = Yes
2004 May 17
2
Re: samba-server-3.0.4-2mdk
I took your advice late in the day Friday and pointed my urpmi sources
at cooker. It took care of the Perl upgrade.
I'm hoping to find time for configuration against the Openldap server I
built. I really can't believe the Mandrake doc's got me up and running
so quickly. I even created accounts in ldap for fellow staff memebers,
including the boss, and had them log in. Love the
2004 May 19
2
sharing users home dirs for Win2003 and linux
I've setup a linux box with winbind as a member in Win2003 AD and
everything works fine.
I want to share the Win2003 users home dirs with the linux box, i.e.
when a user logs into the linux box, after he's authenticated through
winbind, he should have his home dir from the Windows box, how can I do
that??
Obviously I have to use CIFS to mount the dirs, but how do I maintain
file and dirs