Displaying 20 results from an estimated 400 matches similar to: "Problem withs hosts/ -files & Ethertap with 2.4.x"
2002 Apr 25
1
Routing between two tunnels
Hi!
Me and two friends are trying to get a VPN working, but we cant get routing
between two tunnels.
This is how it looks, all servers (192.168.*.1) are running IP Masquerade to
enable the other computers behind them to access the internet.
Both elayne and glenn are connecting to melc, and the tunnel between melc
and glenn are running TCPOnly because that glenn doesnt have a public IP
(it's
2001 Jun 28
4
Tinc1.0pre4 & kernel 2.4.5 & tun/tap
Hi !
I want to setup tinc 1.0 pre4 with kernel 2.4.5 I didn't find
information about settings of tun/tap device
I did
in kernel -
[*] Prompt for development and/or incomplete code/drivers
Network device support
<M> Universal TUN/TAP device driver support
in /etc/modules.conf -
alias char-major-10-200 tun
mknod -m 600 /dev/tun c 10 200
chown 0.0 /dev/tun
In mailing list archive I
2005 Feb 02
1
(OT:) Tool for trying/troubleshooting WAN/LAN
Hi folks!
This is sort of OT but I thought maybe someone had a tip for me. What
I'm looking for is a tool that I can install on two computer for
example, put one on each side of the customers WAN and "try" the
connection - simulalate x calls (using codec xxx) and get statistics out
of it (delays, jitter, dropped packets and that sort of things).
I have looked at ethertap (to debug
2002 Jan 18
2
Connection established, but no data transfer...
Hello!
I am attempting to get tinc running between two machines and would
appreciate any guidance one could lend. I have read through all of the
documentation and feel that I am close but missing something silly.
First Machine: (gerry)
$tincd --version
tinc version 1.0-cvs (built Jan 17 2002 16:13:13, protocol 11)
Copyright (C) 1998-2001 Ivo Timmermans, Guus Sliepen and others.
See the
2011 Jul 08
1
Rsyslog and "Error while reading from Linux ethertap device /dev/net/tun: File descriptor in bad state"
Hi,
I recently had a machine filling up its harddisk with syslog and tinc
pilling up milions of messages like this:
"Error while reading from Linux ethertap device /dev/net/tun: File
descriptor in bad state"
I remembered that there was a difference between rsyslog and other
loggers, where one of those was skipping those messages, and simply
was displaying:
"this message has been
2001 Nov 08
1
ethertap dropping packets?
Hello,
I'm having some routing issue with my tinc setup. I'm running a fairly
basic VPN configuration between two networks:
-------
Site A:
-------
--- tinc-up ---
#!/bin/sh
/sbin/ifconfig tap0 hs ether fe:fd:00:00:00:00
/sbin/ifconfig tap0 10.11.1.2 netmask 255.0.0.0
/sbin/ifconfig tap0 -arp
---- tinc.conf ---
Name = orca
Hostnames = no
InterfaceIP = 63.108.71.7
KeyExpire =
2001 Aug 27
2
ethertap device: File descriptor in bad state
I've been running tincd on several machines without a problem.
I'm now setting up a new intel-type dual-processor machine, with a custom
compiled 2.4.9 linux kernel.
When I start the daemon: tincd -n vpn -dddddddddd
I get the following debug information in in /var/log/messages
Aug 27 17:26:49 q tinc.vpn[971]: Process 972 (tinc-up) exited with non-zero
status 255
Aug 27 17:26:49 q
2007 Apr 18
1
[Bridge] Bridging with ethertap causing kernel oops
On Sun, 17 Aug 2003 03:51:57 -0600
Sean Reifschneider <jafo@tummy.com> wrote:
> Greetings. I've been experimenting with bridging an ethernet device
> with an ethertap device (using the Linux tun/tap driver). This is
> running with the bridge code in the Linux kernel version 2.4.20 as
> provided by Red Hat (2.4.20-18.9). I also seem to have seen the problem
> with
2007 Jan 03
1
mathematical symbols in plots
Hello everyone!
I'm trying to plot some mathematical expression along my axis, but
demo(plotmath) did not have the symbol I was looking for. In particular,
I would like to denote the mean of an observable by writing
<k>
which I tried to enter with
expression(group("<", k, ">"))
However, my naive try doesn't work and the help doesn't want to tell me,
2005 Jan 05
2
queues - announcements and not busy members
Hi!
I have benn playing a little with quesues tonight and I found out if there
are at least one member-extension free the announcement with p'the place
in the queue wont be played to the person who called in.
Is this possible to change so the announcement will be played even if
there are free member-extensions? I think that would be nice (well it's
not how ACD-groups usually works but
2007 Sep 29
2
[LLVMdev] Crash on accessing deleted MBBs (new backend)
Yeah, that will cause problems. However, I expect an assertion
somewhere. Any chance you can track down the exact problem?
Thanks.
Evan
On Sep 28, 2007, at 1:37 PM, Andreas Fredriksson
<deplinenoise at gmail.com> wrote:
> Replying to my self here. It seems I was missing an isTerminator = 1
> on the branch instruction in question, so LLVM didn't know that the
>
2005 Jan 06
0
Incoming calls from I-net only for IP-address?
Hi!
I'm trying to set up the possibility for users to call my Asterisk from
the net. The Asterisk is behind a Intertex IX66 in which a have set
"Static domains" so it forward all calls for my hostname and external IP
to the * box.
when somenone calls at lars@<external-ip> it all works, but if they call
lars@<hostnmame> it wont work. At my Asterisk console I get the
2005 Jan 12
0
Setting "User Info" in extensions.conf? (ZyXEL P2000W)
Hi!
I'm having a ZyXEL P2000W that I'm using together with my Asterisk box
(CVS from some week ago). When I get a call directly to the *-box
(lars@hostaname.domain.se) I see on the console that Asterisk get the
calling users name as CIDName and his SIP-address as CIDNum - but at the
P2000W i only get "asterisk" as CLIP? And I can see in the P2000W that
"asterisk" is
2003 Dec 12
2
sysconfdir
I compiled samba 3.0.0 with the following configure options:
./configure --prefix=/usr --sysconfdir=/etc/samba --with-privatedir=/etc/
samba/private --with-ldap --with-ads --with-krb5=/usr --with-smbmount
--without-sys-quotas
The problem is that it seems to disregard the sysconfdir param and looks for
the smb.conf file in /usr/lib/. Any help?
Thanks
Justin
2007 Sep 28
0
[LLVMdev] Crash on accessing deleted MBBs (new backend)
Replying to my self here. It seems I was missing an isTerminator = 1
on the branch instruction in question, so LLVM didn't know that the
instruction terminated a basic block. Does that make sense, or is just
masking some other problem?
Thanks,
Andreas
On 9/28/07, Andreas Fredriksson <deplinenoise at gmail.com> wrote:
> Hi,
> I'm trying to write up my little m68k backend
2008 Feb 18
0
[LLVMdev] More address registers
2008/2/15, Andreas Fredriksson <deplinenoise at gmail.com>:
>
> I tried mocking this up using the following. (Base is what's returned as
> the Ax in the move expression above when the DAG is constructed due to
> SelectAddr().)
>
> SDOperand chain = CurDAG->getCopyToReg(Base, M68K::A3, Base);
> Base = CurDAG->getCopyFromReg(chain, M68K::A3, MVT::i32);
2003 Oct 29
3
Channelbanks for use in europe (Sweden)
Hi!
Is there anyone that are using a E1-channelbank and have any tips about some
type? Im looking at the TE410P and use one port for a PRI (Euro-ISDN, I
think we're using some slightly modified version here in Sweden, but I'll
check that tomorrow) and connect one port to a channelbank for 30 analogue
telephones.
It would also be great to get callerid on the analogue phones, so it would
2007 Mar 10
0
[LLVMdev] LLVM with Microsoft Visual Studio
The recent issues concern the head revision, post 1.9. As no one has
ever submitted patches to fix 2005 problems with the 1.9 release, it is
safe to say they still exist.
Andreas Fredriksson wrote:
> On 3/10/07, Jeff Cohen <jeffc at jolt-lang.org> wrote:
>> It is, if only because it's the version I use, but 2005 is supposed to
>> work also. That being said, I
2003 Sep 18
2
SIP, X-Lite
Hi folks!
I bought a X100P a while ago and know I've tried to get it working here at
home again ... but I can't manage to get my X-Lite client working with
Asterisk (CVS from a day ago) ...
I've downloaded the latest version of X-Lite and I believe that I've set it
up correctly ;-) But I cant get it to register with my Asterisk - I only
get "Login timed out, contact your
2018 May 13
0
Latest CentOS does not boot, Proliant ML330 G6
> Jari Fredriksson <jarif at iki.fi> kirjoitti 12.5.2018 kello 11.39:
>
>
>
>> m.roth at 5-cent.us kirjoitti 11.5.2018 kello 22.52:
>>
>> Jari Fredriksson wrote:
>>> Hello all.
>>>
>>> I just upgraded to the latest and tried to reboot: kernel panic and dead
>>> as a brick.
>>>
>>> Luckily GRUB still