Displaying 20 results from an estimated 600 matches similar to: "PPPoE and IPv6"
2010 Jan 10
1
ADSL ppp0, persist
Hello guys,
I have two ISP's connected to my router. One via eth2, second one via
ADSL modem, with ppoe doing on my Centos 5 .
The problem I have is, that when ADSL fails , interface ppp0 is
removed. This also removes my static routes configured for this
interface. I do not want that, as I have load balancing configured and
default route is removed when ppp0 interface disapears.
This is my
2013 Feb 11
1
Centos 6 and VLAN-ID7 for vDSL (Telekom)
AHOI!
I've big trouble by setting up CentOS 6.3 for my new vDSL.
As I've found out, the German Telekom is using VLAN7 for her
internet-(data) connections. => http://workaround.org/blog/vdsl
O.K. what I've done:
The NIC where's my DSL-modem is connectet is eth0.
cat /etc/sysconfig/network-scripts/ifcfg-eth0
# device for vDSL-modem
DEVICE=eth0
HWADDR=00:30:1B:14:08:67
2013 Mar 11
1
/etc/sysconfig/network-scripts/ifcfg-xxx for CHAP PPPoE
Hi all
I get a Cisco 1841 router, connecting the office through a CHAP PPPoE link:
[...]
interface Dialer1
ip address negotiated
ip mtu 1492
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap callin
ppp chap hostname username at isp
ppp chap password 0 s0meStr0ngP4sswd
[...]
As
2007 May 07
2
adsl-setup (compaq presario sr5010nx)
I just bought a new cheap compaq presario sr5010nx and so far have been
unable to get my dsl up and running on Centos5. pppoeconf on Ubuntu
works just fine -- same machine -- same harddrive.
I've run adsl-setup and system-config-network? (separately) numerous
times without success.
So far I suspect a missing driver but suppose it could also be a
detection issue.
Suggestions or workarounds
2008 Jul 09
1
Need basic PPPoE startup help
I need basic PPPoE startup help.
adsl-start DID bring up my PPPoE link (ppp0) to my ISP over eth0 via the
DSL modem/bridge. My IPv4 CIDR block is routing and Shorewall is doing
the firewalling.
But shorewall has to be started after ppp0 is up and working. For now
this means running shorewall restart (or start?). Shorewall 4.2 will
have a way to restart shorewall without recompiling, I
2003 Oct 26
0
Patches for samba 3.0.0 client/client.c
Patch against samba 3.0.0 client/client.c
Mainly for -L parameter options
1.) Add a configurable connection delay. The default is too long.
Add items to long_options of poptOption for help message, however I
just put something "i.e. CONNSETUP" to the last parameter of
long_options. It seems for use of documentation ????
2.) Remark the code that require list_servers must using port
2011 Nov 28
0
RFC: [PATCH] Add TCP congestion control and Diffserv options
In the bufferbloat age, anything that can make for a kinder,
gentler bulk transfer protocol seems desirable.
This add support for user and server selectable congestion control
algorithms. As examples:
--congestion-alg=lp # For the tcp-lp algorithm on the command line
Or in a subsection:
[mystuff]
congestion alg = westwood # for a wireless connection
And diffserv support: --diffserv=8 for
2006 Aug 29
1
pppoe problems
I'm having problem connecting to my isp with my sangoma s518. Everything
seems to run smooth and wanrouter are training to connect....but forever..
Now, to test the connection i mounted up my standard nic and my old dsl
router, to establish a standard basic pppoe connection..... and I can't
with centos.
I follow this standard setup:
2006 Apr 20
2
pppoe question
Hi THere,
sorry if this is a stupid question or does not belong to this forum.
I''ve set my DEFROUTE=no in my ifcfg-ppp0 and when I bring the ppp0
up, it deletes my old default load balance routes which I do not want,
as I just want the interface to be up, but not touching my default
routes
any advice
Thanks
SEW
2003 Jan 15
2
pppoe and /etc/shorewall/interfaces
I am a newbie to linux and shorewall. I am reading the shoreall
quickstart guides. I am a bit confused about the following statement:
----------- quote --------------
The firewall has two network interfaces. Where Internet connectivity
is through a cable or DSL "Modem", the External Interface will be the
ethernet adapter that is connected to that "Modem" (e.g., eth0)
unless you
2010 Sep 20
5
Update to website not printing special Characters
I thought you might be interested in how far I have got with solving
my problem with MySql(via phpMyAdmin) to website character_set
problems.
I thought I had solved the problem when my characters on my website
started showing the special characters.
This was a partial success though.
When I went back to phpMyAdmin and entered new text the problem was
the same, but reversed. What now happens is
2009 Aug 31
1
mysql error
Hi List i'm trying to setup my sever but in my terimal all i seam get is this message but cant go on .
could someone help us out
many thx's
Mike
yum install mysql mysql-server
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.optus.net
* updates: mirror.optus.net
* addons: mirror.optus.net
* extras: mirror.optus.net
Setting up Install Process
2004 Nov 03
2
PPPoE + Masquedate + Shorewall
Hi,
I have been a shorewall user for a long time now, and it has been
working flawlessly. I have now changed ISP and my new DSL connection is
PPPoE.
My setup is as follows:
internet <--------> 3com812 Officeconnect (bridge mode) <----> eth0
<-------> linux box <----> eth1, eth2, eth3, eth4 <---> other internal
networks
Things are working fine, but the link is
2023 Aug 16
3
Segmentation fault
I tested this issue with version 13 and version 18.
In res_odbc.conf, if I add a second, new data source like
[asterisk]
enabled=yes
dsn=asterisk
sanitysql => select 1
isolation => read_committed
username=root
;password=
pre-connect => yes
forcecommit => yes
connect_timeout => 10
negative_connection_cache => 0
max_connections =>500
my odbc.ini
[cdr]
2019 Sep 27
0
[RFC PATCH 07/13] vsock: handle buffer_size sockopts in the core
virtio_transport and vmci_transport handle the buffer_size
sockopts in a very similar way.
In order to support multiple transports, this patch moves this
handling in the core to allow the user to change the options
also if the socket is not yet assigned to any transport.
This patch also adds the '.notify_buffer_size' callback in the
'struct virtio_transport' in order to inform
2019 Oct 23
0
[PATCH net-next 07/14] vsock: handle buffer_size sockopts in the core
virtio_transport and vmci_transport handle the buffer_size
sockopts in a very similar way.
In order to support multiple transports, this patch moves this
handling in the core to allow the user to change the options
also if the socket is not yet assigned to any transport.
This patch also adds the '.notify_buffer_size' callback in the
'struct virtio_transport' in order to inform
2023 Aug 20
1
Segmentation fault
Hi Federico,
Segfaults are 100% not by design. Typically if something seg faulted,
either there is a logic bug or a component mismatch. The you should
definitely be able to use more than one connection (we use multiple
connections with postgres odbc with no issue).
If Asterisk segfaults when using odbc
Try this:
- use ps and get the pid of Asterisk
- run gdb, attach to the asterisk pid
- do
2023 Aug 20
1
Segmentation fault
I cannot follow your instructions, because asterisk segfaults on start. It never starts
Can you give me instruction to trap this segfault on starting asterisk?
Like gdb …..asterist –gvvvvvvc
From: asterisk-users <asterisk-users-bounces at lists.digium.com> On Behalf Of Mark Murawski
Sent: Saturday, August 19, 2023 11:04 PM
To: asterisk-users at lists.digium.com
Subject: Re:
2014 Jan 11
1
Does cdr adaptive odbc re-connect automatically after a long idle time?
Hi all,
I use astersk 11.7.0 on Ubuntu 12.04.01 TLS (i386). I use cdr_adaptive_odbc
to write CDR to my MySQL's cdr table.
After my testing, this scenario is working well.
After a long idle time, I didn't make any call to the asterisk server.
When I try to make a call again after 8 hours, I found that the cdr lost.
It cannot be inserted to cdr table.
Also, I could not find the insert CDR
2019 Oct 30
1
[PATCH net-next 07/14] vsock: handle buffer_size sockopts in the core
> From: Stefano Garzarella [mailto:sgarzare at redhat.com]
> Sent: Wednesday, October 23, 2019 11:56 AM
> Subject: [PATCH net-next 07/14] vsock: handle buffer_size sockopts in the
> core
>
> virtio_transport and vmci_transport handle the buffer_size sockopts in a
> very similar way.
>
> In order to support multiple transports, this patch moves this handling in the
>