Re: nftables: Clamping mss size to lower mtu (on PPPoE connection does not work)

2024-01-18 Thread Tixy
On Thu, 2024-01-18 at 14:16 +0100, Ralph Aichinger wrote: > On Thu, 2024-01-18 at 12:51 +, Tixy wrote: > > > > I have the same options in the forward chain except that I haven't > > qualified them with an interface name. Didn't occur to me that I > > would > > need to do that as there are only

Re: nftables: Clamping mss size to lower mtu (on PPPoE connection does not work)

2024-01-18 Thread Ralph Aichinger
On Thu, 2024-01-18 at 12:51 +, Tixy wrote: > > I have the same options in the forward chain except that I haven't > qualified them with an interface name. Didn't occur to me that I > would > need to do that as there are only two networks my LAN and 'the > internet'. You probably don't need to

Re: nftables: Clamping mss size to lower mtu (on PPPoE connection does not work)

2024-01-18 Thread Tixy
On Thu, 2024-01-18 at 12:31 +0100, Ralph Aichinger wrote: [...] > So it seems clamping the mss on the NAT/PPPoE-Machine running Debian no > longer works. For this I use/used the follwing rules: > > iifname "ppp0" tcp flags syn tcp option maxseg size set rt mtu; > oifname

nftables: Clamping mss size to lower mtu (on PPPoE connection does not work)

2024-01-18 Thread Ralph Aichinger
This happens on all clients (e.g. also on Android phones in my WiFi behind this PPPoE gateway, unless I get the client to reduce the MTU. So it seems clamping the mss on the NAT/PPPoE-Machine running Debian no longer works. For this I use/used the follwing rules: iifname "ppp0" tcp flags

Re: pppoe ipv6 PD

2023-09-07 Thread basti
On 07.09.23 13:56, Anssi Saari wrote: basti writes: My changes where attached in my last mail. Did you seen it? Have a look at the mailing archive: https://lists.debian.org/debian-user/2023/09/msg00157.html No, you posted only your new versions so I can't know what you actually changed. You

Re: pppoe ipv6 PD

2023-09-07 Thread Anssi Saari
basti writes: > My changes where attached in my last mail. Did you seen it? > Have a look at the mailing archive: > > https://lists.debian.org/debian-user/2023/09/msg00157.html No, you posted only your new versions so I can't know what you actually changed. You posted originally that you have:

Re: pppoe ipv6 PD

2023-09-07 Thread basti
On 07.09.23 10:27, Anssi Saari wrote: basti writes: Am 06.09.23 um 09:37 schrieb Marco: Am 06.09.2023 09:24 schrieb Anssi Saari: That should be enough but I don't really know how pppoe works, I've only used IPv6 with tunneling, 6rd and 6in4 with the late route48.org. With PPP I

Re: pppoe ipv6 PD

2023-09-07 Thread Anssi Saari
basti writes: > Am 06.09.23 um 09:37 schrieb Marco: >> Am 06.09.2023 09:24 schrieb Anssi Saari: >> >>> That should be enough but I don't really know how pppoe works, I've >>> only used IPv6 with tunneling, 6rd and 6in4 with the late route48.org. >&g

Re: pppoe ipv6 PD

2023-09-06 Thread basti
Am 06.09.23 um 09:37 schrieb Marco: Am 06.09.2023 09:24 schrieb Anssi Saari: That should be enough but I don't really know how pppoe works, I've only used IPv6 with tunneling, 6rd and 6in4 with the late route48.org. With PPP IPv6CP (RFC 2472 is being used. It negotiates a 64 bit

Re: pppoe ipv6 PD

2023-09-06 Thread Marco
Am 06.09.2023 09:24 schrieb Anssi Saari: > That should be enough but I don't really know how pppoe works, I've > only used IPv6 with tunneling, 6rd and 6in4 with the late route48.org. With PPP IPv6CP (RFC 2472 is being used. It negotiates a 64 bit interface identifier to creat

Re: pppoe ipv6 PD

2023-09-05 Thread Anssi Saari
PP interface I get an IPv4 and a IPv6 Address. > > On my LAN interface I have to to set: > > [Network] > IPv6SendRA=yes > DHCPv6PrefixDelegation=yes That should be enough but I don't really know how pppoe works, I've only used IPv6 with tunneling, 6rd and 6in4 wi

pppoe ipv6 PD

2023-09-04 Thread basti
Hello, I have switch my network config from ifup to systemd-networkd. IPv4 is working well but IPv6 is broken now. In the past I used dhcpcd to delegate the ipv6 prefix to my LAN interface. It seems not working with systemd. On my PPP interface I get an IPv4 and a IPv6 Address. On my LAN in

Re: pppoe ipv6

2021-07-14 Thread Tomaž Šolc
ti wrote: > Hello, > > i use pppoe to connect to the Internet. > My ISP support IPv6 and I get a /56. > I get a static IPv4 from my ISP but no IPv6, so I ask my ISP how to do. > > The Answer in short: > - do not use RA > - the IPv6 is send via ppp but my router doe

pppoe ipv6

2021-07-14 Thread basti
Hello, i use pppoe to connect to the Internet. My ISP support IPv6 and I get a /56. I get a static IPv4 from my ISP but no IPv6, so I ask my ISP how to do. The Answer in short: - do not use RA - the IPv6 is send via ppp but my router does not accept them /etc/ppp/options look like: #+ipv6

Re: pppoe performance on debian and debian as router / firewall

2021-06-06 Thread Andrei POPESCU
On Sb, 05 iun 21, 20:07:56, Antonio wrote: > > The problem is my ISP uses pppoe for my symmetric 1 gbps connection and I > know this type of connection requires a quite performant cpu, as it is > single-threaded and uses only one cpu core. I'm currently using a supermicro >

Re: pppoe performance on debian and debian as router / firewall

2021-06-05 Thread Michael Stone
On Sat, Jun 05, 2021 at 08:07:56PM +0200, Antonio wrote: The problem is my ISP uses pppoe for my symmetric 1 gbps connection and I know this type of connection requires a quite performant cpu, as it is single-threaded and uses only one cpu core. That's not correct for linux kernel mode

Re: pppoe performance on debian and debian as router / firewall

2021-06-05 Thread basti
Hello, you can use PPPoE with rp-pppoe (kernel-modul). On my RPi 3 it has a better performance as run PPPoE in userspace. I do not know if it multiple cores. Am 05.06.21 um 20:07 schrieb Antonio: > Hi, > > I'm planning to setup a router and firewall based on debian for my home

pppoe performance on debian and debian as router / firewall

2021-06-05 Thread Antonio
uses pppoe for my symmetric 1 gbps connection and I know this type of connection requires a quite performant cpu, as it is single-threaded and uses only one cpu core. I'm currently using a supermicro motherboard with a (four core) N3710 and setting up ipfire, pfsense, opnsense or similar to

Re: Minor problems with PPPoE

2020-02-11 Thread Andrei POPESCU
On Ma, 11 feb 20, 17:14:35, John wrote: > I run a small LAN (currently about 10 active members) all connected to > the Internet via a Debian Buster firewall and PPPoE. Most of the time > this is stable and transparent but just on occasion (like last night) > the PPP link goes down a

Re: Minor problems with PPPoE

2020-02-11 Thread Tixy
On Tue, 2020-02-11 at 17:14 +, John wrote: > I run a small LAN (currently about 10 active members) all connected to > the Internet via a Debian Buster firewall and PPPoE. Most of the time > this is stable and transparent but just on occasion (like last night) > the PPP link goe

Re: Minor problems with PPPoE

2020-02-11 Thread Greg Wooledge
On Tue, Feb 11, 2020 at 05:14:35PM +, John wrote: > 1: Since upgrading from Stretch to Buster the plog command does not > work, showing only pre-Buster output. This is clearly because > /var/log/ppp.log is not being written to. The man page for plog says > that it would be if /etc/syslog.con

Minor problems with PPPoE

2020-02-11 Thread John
I run a small LAN (currently about 10 active members) all connected to the Internet via a Debian Buster firewall and PPPoE. Most of the time this is stable and transparent but just on occasion (like last night) the PPP link goes down and I have to restart it manually when I notice the issue

Re: How to set up ethernet and pppoe

2019-01-16 Thread David Wright
a lan interface but no potential wan. > > The more detailed issue is how to configure the second Ethernet to > support pppoe. At present the new machine is on my desk but when I > move it to the WAN it will need to be running pppoe on the second > interface or I will be isolated fro

Re: How to set up ethernet and pppoe

2019-01-16 Thread Dan Ritter
theory, putting interface stanzas in /etc/network/interfaces (or in the directory /etc/network/interfaces.d) will tell networkmanager to stop controlling them. In practice, "apt remove network-manager" helps out, too. > The more detailed issue is how to configure the second Ethernet

Re: How to set up ethernet and pppoe

2019-01-16 Thread john doe
potential wan. > > The more detailed issue is how to configure the second Ethernet to > support pppoe.  At present the new machine is on my desk but when I move > it to the WAN it will need to be running pppoe on the second interface > or I will be isolated from the world (an

How to set up ethernet and pppoe

2019-01-16 Thread jpff
d Ethernet to support pppoe. At present the new machine is on my desk but when I move it to the WAN it will need to be running pppoe on the second interface or I will be isolated from the world (and advice). I also need to remove gnome which was installed in error and add the iptable chang

kernel panic irq flow_dissect pppoe in debian stretch

2017-02-02 Thread HugLeo
Kernel version: 4.9.0-1-amd64 #1 SMP Debian 4.9.2-2 (2017-01-12) x86_64 GNU/Linux / SHORT LOG: Feb 2 13:51:50 server [17103.669019] BUG: unable to handle kernel Feb 2 13:51:50 server NULL pointer dereference Feb 2 13:51:50 server at 0080 Feb 2

pppoe setup <- Re: Testing AT&T, so routing setup

2016-05-09 Thread ken
; providing pppd. The DSL provider probably uses PPP over Ethernet (PPPoE). You can check on your router. pppd can handle PPPoE direclty through a plugin and a kernel module or in userland though the package "pppoe" (more overhead and more options). The extra package "pppoeconf&quo

Re: Does Network install from a minimal CD really not support PPPoE?

2013-07-14 Thread Brian
ad another Debian media. Five minutes to download. A minute or so to write to a USB stick. A few seconds to boot. But ok, my second suggestion (reading) still stands: To have the option of setting up and using PPPoE during the installation, you will need to install using one of the CD-ROM

Re: Does Network install from a minimal CD really not support PPPoE?

2013-07-14 Thread Ralf Mardorf
On Sun, 2013-07-14 at 13:54 +0100, Brian wrote: > On Sun 14 Jul 2013 at 12:32:13 +0200, Ralf Mardorf wrote: > > In your subject line you have 'a minimal CD'. > > > > http://www.debian.org/CD/netinst/#netinst-stable > > Now you are talking about the netinst ISO. "Network install from a minimal C

Re: Does Network install from a minimal CD really not support PPPoE?

2013-07-14 Thread Brian
o be able to download the installer components? > Is there no way to use the network install CD with PPPoE? > > http://www.debian.org/CD/netinst/#netinst-stable Now you are talking about the netinst ISO. The answer to this question is 'of course there is!'. But how about

Does Network install from a minimal CD really not support PPPoE?

2013-07-14 Thread Ralf Mardorf
Is there no way to use the network install CD with PPPoE? http://www.debian.org/CD/netinst/#netinst-stable en: http://wiki.debian.org/DebianInstaller/FAQ#Q:_How_do_I_install_via_PPPoE.3F de: http://www.tutorials.de/linux-unix/181428-debian-netinst-ueber-pppoe.html Regards, Ralf -- To

Re: netconsole over pppoe

2013-04-21 Thread jidanni
On Mon, Apr 22, 2013 at 09:14:02AM +1000, Zenaan Harkness wrote: > So tun/tap? vtun (or openvpn if you want encryption, or just a modern > ssh with local tun/tap support), or perhaps etherpuppet? I think I better wait for somebody to write the HOWTO for my usage case... -- To UNSUBSCRIBE, email

Re: netconsole over pppoe

2013-04-21 Thread Zenaan Harkness
On 4/21/13, Pascal Hambourg wrote: > jida...@jidanni.org a écrit : >> however I am on PPPOE over ADSL so >> >> # netstat -rn #just says >> Kernel IP routing table >> Destination Gateway Genmask Flags MSS Window irtt >> Iface >

Re: netconsole over pppoe

2013-04-21 Thread Pascal Hambourg
Hello, jida...@jidanni.org a écrit : > > however I am on PPPOE over ADSL so > > # netstat -rn #just says > Kernel IP routing table > Destination Gateway Genmask Flags MSS Window irtt Iface > 0.0.0.0 0.0.0.0 0.0.0.0 U

Re: netconsole over pppoe

2013-04-21 Thread jidanni
Wait... ppp says Plugin rp-pppoe.so loaded. Connected to 00:90:1a:... via interface eth0 peer from calling number 00:90:1A:... authorized local IP address 36.234... remote IP address 168.95... OK maybe I have all the information I need... -- To UNSUBSCRIBE, email to debian-user-requ...@lists.de

Re: netconsole over pppoe

2013-04-20 Thread jidanni
http://www.aboutdebian.com/network.htm says Note: With point-to-point serial links like a dial-up connection between two modems (PPP Layer 2 protocol) ... but there is no addressing information in the frame header. OK so what do I use then? # ifconfig | grep HW eth0 Link encap:Ethernet HWad

netconsole over pppoe

2013-04-20 Thread jidanni
need the MAC address, however I am on PPPOE over ADSL so # netstat -rn #just says Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0 168.95.98.254 0.0.0.0

PPPoE Server Problem

2013-03-21 Thread Pietro Paolini
Hello all, I really don't understand what is wrong in my PPP setup. These are my configuration file: pppoe-server-config : # PPP options for the PPPoE server # LIC: GPL require-pap debug logfile /var/log/pppoe-server.log #auth #require-chap lcp-echo-interval 10 lcp-echo-failure 4 m

pppoe-server

2013-03-21 Thread Pietro Paolini
Hello all, I installed successfully the roar-penguin pppoe-server and I try to use it without success, what I don't understand is that I put in my /etc/ppp/pppoe-server-options debug logfile /var/log/pppoe-server-log But that file is not created then I don't understand what happen and

Re: How to use the net install CD with PPPoE?

2011-05-30 Thread Ralf Mardorf
On Mon, 2011-05-30 at 14:11 -0400, William Hopkins wrote: > On 05/30/11 at 11:34am, Ralf Mardorf wrote: > > > > Do I need to download and install pppoeconf + dependencies or is there > > > > another way to get a PPPoE connection? > > > > Debian packages a

Re: How to use the net install CD with PPPoE?

2011-05-30 Thread William Hopkins
On 05/30/11 at 11:34am, Ralf Mardorf wrote: > > > Do I need to download and install pppoeconf + dependencies or is there > > > another way to get a PPPoE connection? > > Debian packages are binaries, because Debian is a binary distribution. > > So there is no &#

Re: [LAU] [solved] A new issue installing Debian stable - Was: Adding PPPoE to a net install

2011-05-30 Thread Ralf Mardorf
On Mon, 2011-05-30 at 14:19 +0200, Raffaele Morelli wrote: > > 2011/5/30 Ralf Mardorf > On Mon, 2011-05-30 at 13:48 +0200, Raffaele wrote: > > > > it's enough to download just the first cd/dvd, then be sure > to > > uncomment the lines in /etc/apt

Re: [LAU] [solved] A new issue installing Debian stable - Was: Adding PPPoE to a net install

2011-05-30 Thread Raffaele Morelli
2011/5/30 Ralf Mardorf > On Mon, 2011-05-30 at 13:48 +0200, Raffaele wrote: > > > > it's enough to download just the first cd/dvd, then be sure to > > uncomment the lines in /etc/apt/sources.list > > > > > > deb http://debian.fastweb.it/debian/ squeeze main contrib non-free > > deb http://debian.

[solved] A new issue installing Debian stable - Was: Adding PPPoE to a net install

2011-05-30 Thread Ralf Mardorf
On Mon, 2011-05-30 at 13:48 +0200, Raffaele wrote: > it's enough to download just the first cd/dvd, then be sure to > uncomment the lines in /etc/apt/sources.list > > > deb http://debian.fastweb.it/debian/ squeeze main contrib non-free > deb http://debian.fastweb.it/debian/ testing main contrib

A new issue installing Debian stable - Was: Adding PPPoE to a net install (on Debian users mailing list only)

2011-05-30 Thread Ralf Mardorf
On Mon, 2011-05-30 at 13:10 +0200, I wrote: http://ftp.de.debian.org/debian/pool/main/p/pppoeconf/pppoeconf_1.19_all.deb http://ftp.de.debian.org/debian/pool/main/r/rp-pppoe/pppoe_3.8-3_amd64.deb http://ftp.de.debian.org/debian/pool/main/p/ppp/ppp_2.4.5-4_amd64.deb http

Adding PPPoE to a net install

2011-05-30 Thread Ralf Mardorf
I booted Ubuntu Natty run # cd /media/debian/root # wget http://ftp.de.debian.org/debian/pool/main/p/pppoeconf/pppoeconf_1.19_all.deb http://ftp.de.debian.org/debian/pool/main/r/rp-pppoe/pppoe_3.8-3_amd64.deb http://ftp.de.debian.org/debian/pool/main/p/ppp/ppp_2.4.5-4_amd64.deb then booted

Re: How to use the net install CD with PPPoE?

2011-05-30 Thread Ralf Mardorf
On Mon, 2011-05-30 at 02:17 -0400, William Hopkins wrote: > On 05/30/11 at 01:03am, Stan Hoeppner wrote: > > On 5/29/2011 6:00 PM, Ralf Mardorf wrote: > > > > > Do I need to download and install pppoeconf + dependencies or is there > > > another way to get a PPP

Re: How to use the net install CD with PPPoE?

2011-05-30 Thread Ralf Mardorf
load those packages you need. ... to avoid to download and burn 8 DVDs, resp. more than 50 CDs, but PPPoE seems to be a big issue. > Anyway, welcome to debian. Thank you. In the past I used 64 Studio = Debian, later they switched to Ubuntu and AFAIK now they switched back, but it's not re

Re: How to use the net install CD with PPPoE?

2011-05-30 Thread Ralf Mardorf
On Mon, 2011-05-30 at 01:03 -0500, Stan Hoeppner wrote: > On 5/29/2011 6:00 PM, Ralf Mardorf wrote: > > > Do I need to download and install pppoeconf + dependencies or is there > > another way to get a PPPoE connection? > > You buy a cheap consumer router, like ever

Re: How to use the net install CD with PPPoE?

2011-05-29 Thread William Hopkins
On 05/30/11 at 01:03am, Stan Hoeppner wrote: > On 5/29/2011 6:00 PM, Ralf Mardorf wrote: > > > Do I need to download and install pppoeconf + dependencies or is there > > another way to get a PPPoE connection? > > You buy a cheap consumer router, like everyone else does

Re: How to use the net install CD with PPPoE?

2011-05-29 Thread Stan Hoeppner
On 5/29/2011 6:00 PM, Ralf Mardorf wrote: > Do I need to download and install pppoeconf + dependencies or is there > another way to get a PPPoE connection? You buy a cheap consumer router, like everyone else does who isn't provided one by their ISP. For instance: http://www.newegg.

Re: How to use the net install CD with PPPoE?

2011-05-29 Thread William Hopkins
gged in tty1 and tried to run pppoeconf I noticed that > pppoeconf isn't installed. > > Do I need to download and install pppoeconf + dependencies or is there > another way to get a PPPoE connection? http://wiki.debian.org/PPPoE > > Is there a meta-package that will install

PS: How to use the net install CD with PPPoE?

2011-05-29 Thread Ralf Mardorf
tried to run pppoeconf I noticed that > pppoeconf isn't installed. > > Do I need to download and install pppoeconf + dependencies or is there > another way to get a PPPoE connection? > > Is there a meta-package that will install a system with X, GNOME2, but > without PA

How to use the net install CD with PPPoE?

2011-05-29 Thread Ralf Mardorf
've got with this install, but already installed Debian stable with 'Standard System utilities' by the debian-6.0.1a-amd64-netinst CD. When I logged in tty1 and tried to run pppoeconf I noticed that pppoeconf isn't installed. Do I need to download and install pppoeconf + d

arpon need eth0 with dhcp,but pppoe cann't get connection if ifup eth0 with dhcp

2010-10-13 Thread yuanwei xu
Hello, I found arp attack under windows,so i installed "arpon" in Debian Squeeze,even if there is no "ip confiction" prompt as windows. When service arpon is started,it sayed: "ERROR: arpon.c:685 @ eth0: no IPv4 address assigned.",then quit with failure. The

Re: How to run a script when pppoe connection comes up?

2010-05-20 Thread Hendrik Boom
On Mon, 17 May 2010 18:13:06 +, Hendrik Boom wrote: > On Mon, 17 May 2010 04:50:23 +, Cameron Hutchison wrote: > >> Hendrik Boom writes: >> >>>I have a script that runs at boot time. It should really be rerun >>>every time my pppoe connection has

Re: How to run a script when pppoe connection comes up?

2010-05-17 Thread Hendrik Boom
On Mon, 17 May 2010 04:50:23 +, Cameron Hutchison wrote: > Hendrik Boom writes: > >>I have a script that runs at boot time. It should really be rerun every >>time my pppoe connection has come up and has created device ppp0 for me. >>Evidently I have to invoke th

Re: How to run a script when pppoe connection comes up?

2010-05-16 Thread Cameron Hutchison
Hendrik Boom writes: >I have a script that runs at boot time. It should really be rerun every >time my pppoe connection has come up and has created device ppp0 for me. >Evidently I have to invoke this script from someplace different from what >I'm doing now. Where? After

How to run a script when pppoe connection comes up?

2010-05-16 Thread Hendrik Boom
I have a script that runs at boot time. It should really be rerun every time my pppoe connection has come up and has created device ppp0 for me. Evidently I have to invoke this script from someplace different from what I'm doing now. Where? -- hendrik -- To UNSUBSCRIBE, email to d

Debian PPPoE problem

2009-09-26 Thread Phillipus Gunawan
Hi There, I had a linux box to do pppoe auth from my billion ADSL modem eth0 connected to modem (Billion BiPAC 7402NX) eth1 to my linksys router connected to LAN Both billion and linksys having gigabit LAN port I am using webmin to configure pppoe.conf and to start the ADSL connection A while

lenny kernel mode pppoe

2009-04-22 Thread Dima
Hello all, After upgrade to lenny from etch I found strange think, I could not rebuild pppoe source package with kernel mode support. With etch I can still do it without any problems. Does anyone has seen same strange think ? BR, Dmitri -- To UNSUBSCRIBE, email to debian-user-requ

Re: How to setup a PPPoE Server?

2009-03-22 Thread Michelle Konzack
Good morning Tzafrir, Am 2009-03-22 01:51:29, schrieb Tzafrir Cohen: > Because the description of the package pppoe is lacking. > > http://packages.debian.org/sid/pppoe > > As you can see, the source package is rp-pppoe. I think, I file a bugreport... Thanks, Greetings and n

Re: How to setup a PPPoE Server?

2009-03-21 Thread Tzafrir Cohen
On Fri, Mar 20, 2009 at 07:43:50PM +0100, Michelle Konzack wrote: > Thanks Johannes, > > Hmmm, now I have searched again the Debian Packages and it seems, the > "Roaring Penguin PPPoE server software" is not in Debian... > > Do you know why? Because the descrip

Re: How to setup a PPPoE Server?

2009-03-20 Thread Johannes Wiedersich
Michelle Konzack wrote: > Hmmm, now I have searched again the Debian Packages and it seems, the > "Roaring Penguin PPPoE server software" is not in Debian... > > Do you know why? No. FWIW, on my system: 20:20:44-johan...@e13-v21:~$ man -k pppoe [...] pppoe-server (8)

Re: How to setup a PPPoE Server?

2009-03-20 Thread Michelle Konzack
Thanks Johannes, Hmmm, now I have searched again the Debian Packages and it seems, the "Roaring Penguin PPPoE server software" is not in Debian... Do you know why? Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer T

Re: How to setup a PPPoE Server?

2009-03-20 Thread Johannes Wiedersich
Michelle Konzack wrote: > Hello, > > For my network (there will be over 4000 customers) I need PPPoE > authentification. The customer database is a PostgreSQL. > > Does someone know how to setup such network? Uncle Google seems to offer some advice on 'pppoe

How to setup a PPPoE Server?

2009-03-20 Thread Michelle Konzack
Hello, For my network (there will be over 4000 customers) I need PPPoE authentification. The customer database is a PostgreSQL. Does someone know how to setup such network? Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer

Re: help for Debian pppoe configuration

2009-03-13 Thread Daniel Dickinson
On Fri, 13 Mar 2009 19:45:16 +0600 Asanka Ruwan Kumara wrote: > Dear Sir, > i need to configure Debian proxy server using pppoe connection. > i have already install Debian os with two NIC.but i have a > problem,how to config pppoe connection > > i reffed belo

Re: help for Debian pppoe configuration

2009-03-13 Thread 明覺
On Fri, Mar 13, 2009 at 9:45 PM, Asanka Ruwan Kumara < asankaruwankum...@gmail.com> wrote: > Dear Sir, > i need to configure Debian proxy server using pppoe connection. > i have already install Debian os with two NIC.but i have a problem,how to > config pppoe connection >

help for Debian pppoe configuration

2009-03-13 Thread Asanka Ruwan Kumara
Dear Sir, i need to configure Debian proxy server using pppoe connection. i have already install Debian os with two NIC.but i have a problem,how to config pppoe connection i reffed below link and (http://users.telenet.be/Asterisk-PBX/PPPoE.htm) when its doing i had to stop running Execute the

problem connecting to pppoe server in etch

2008-11-09 Thread M. Horbatsch
Hi, I connect to my ISP using pppoe. This works fine in Fedora core 4, which has pppd version 2.4.2, and rp-pppoe version 3.5. I recently installed Debian 4.0r5, which has pppd version 2.4.4 and rp-pppoe version 3.8. I tried to setup the connection using pppoeconf, but it could not find any

Re: Problems with pppoe - sendPacket: send: Network is down

2008-08-20 Thread Alex Samad
On Wed, Aug 20, 2008 at 03:15:47PM +0200, [EMAIL PROTECTED] wrote: > Hello, > > For the 1rst time, I've installed a Debian box that must connect directly to > the > net via DSL. I've an Alcatel Speedtouch modem connected to eth0, my local > private network is on eth1 (this works without problems)

Problems with pppoe - sendPacket: send: Network is down

2008-08-20 Thread jules . trombone
Hello, For the 1rst time, I've installed a Debian box that must connect directly to the net via DSL. I've an Alcatel Speedtouch modem connected to eth0, my local private network is on eth1 (this works without problems). I've used pppoeconf and the connection has worked in a few seconds right out

pppoe redial when disconnected

2008-06-14 Thread LÉVAI Dániel
Hi! I've set up a pppoe connection to my ISP with pppoeconf(8), and now I can connect to it using `pon `. Is there a daemon or something which listens when the ppp0 device goes down, and redial if needed? My config file: # cat /etc/ppp/peers/digi # Minimalistic default options file fo

Re: difficulties configuring PPPoE

2008-03-17 Thread Raj Kiran Grandhi
Yu-ning Feng wrote: Hello, I am a new Debian user. I used PPPoE during installation process, and it worked well. However, when I was finally in the new system, I could not access the Internet at all. output of ifconfig was like, eth0 ... 192.168.1.3 <http://192.168.1.3> lo ..

difficulties configuring PPPoE

2008-03-17 Thread Yu-ning Feng
Hello, I am a new Debian user. I used PPPoE during installation process, and it worked well. However, when I was finally in the new system, I could not access the Internet at all. output of ifconfig was like, eth0 ... 192.168.1.3 lo ... ppp0 ... 123.116.xxx.xxx It looked like it got an address

Re: PPPOE Connection

2008-02-27 Thread H.S.
John Hasler wrote: Henrique writes: I have Debian Sarge R3.1 installed. I ran pppoeconf to configure my adsl connection. I wrote: Are you sure you need to? Most ADSL modems handle PPPoE themselves and act as routers. H.S. writes: If he wants to make the ADSL modem work in bridge mode

Re: PPPOE Connection

2008-02-27 Thread John Hasler
Henrique writes: > I have Debian Sarge R3.1 installed. I ran pppoeconf to configure my adsl > connection. I wrote: > Are you sure you need to? Most ADSL modems handle PPPoE themselves and act > as routers. H.S. writes: > If he wants to make the ADSL modem work in bridge mode th

Re: PPPOE Connection

2008-02-27 Thread H.S.
John Hasler wrote: Henrique writes: I have Debian Sarge R3.1 installed. I ran pppoeconf to configure my adsl connection. Are you sure you need to? Most ADSL modems handle PPPoE themselves and act as routers. If he wants to make the ADSL modem work in bridge mode then yes, he does. -- To

Re: PPPOE Connection

2008-02-27 Thread John Hasler
Henrique writes: > I have Debian Sarge R3.1 installed. I ran pppoeconf to configure my adsl > connection. Are you sure you need to? Most ADSL modems handle PPPoE themselves and act as routers. -- John Hasler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "

PPPOE Connection

2008-02-27 Thread Henrique Rennó
Hello! I have Debian Sarge R3.1 installed. I ran pppoeconf to configure my adsl connection. All steps went well. After typing "pon dsl-provider" it says it was loaded but when I try to open some page in firefox it says it was not possible to open the page. After typing plog I get an error of Timeo

Re: Need to configure manually PPPoE,PPP,pppoeconf does not work for me.

2008-01-27 Thread Daniel Dickinson
t respond.Please check your > network and modem cables.Another reason > for the scan failure may also be another > running pppoe process which controls the > modem. > > I have a SpeedTouch ADSL modem connected > through Ethernet and the modem is > configured through

Need to configure manually PPPoE,PPP,pppoeconf does not work for me.

2008-01-27 Thread alexandre suzuki
pppoeconf is useless for me,when I run it detects eth0 but after some checks it outputs: Sorry,I scanned 1 interface but the access concentrator of your provider did not respond.Please check your network and modem cables.Another reason for the scan failure may also be another running pppoe

Re: PPPoE Server IP assignation issue

2008-01-09 Thread Jean-Louis Crouzet
Jean-Louis Crouzet wrote: Hi all, I installed a PPPoE server and it's up and running. I added users for those tunnels and my defaulted Eth. interface is not configured to any IP address. If I run #pppoe-server -L 12.0.0.2 -R 12.0.0.100 -N 2 I can have my client (i.e. for test a

PPPoE Server IP assignation issue

2007-12-27 Thread Jean-Louis Crouzet
Hi all, I installed a PPPoE server and it's up and running. I added users for those tunnels and my defaulted Eth. interface is not configured to any IP address. If I run #pppoe-server -L 12.0.0.2 -R 12.0.0.100 -N 2 I can have my client (i.e. for test a PPPoE client from MSFT Windows)

Re: A problem with netinstall (pppoe, Etch, no DHCP)

2007-09-30 Thread Thilo Six
Aleksei wrote the following on 30.09.2007 14:12 <<-snip->> > My internet is through pppoe, but at no point netinstall asks > login and parol. So apparently I should install just base system, then > configure pppoe and then go on with apt-get. You need to enter: install mod

A problem with netinstall (pppoe, Etch, no DHCP)

2007-09-30 Thread Aleksei
g APT - scanning the mirror" phase does not work out, whatever mirror I choose. My internet is through pppoe, but at no point netinstall asks login and parol. So apparently I should install just base system, then configure pppoe and then go on with apt-get. Here I found old tutorial for Sarge, ac

Re: Bugs (pppoe & disable root login) about Debian 4.0(Etch) Installation

2007-08-17 Thread Andrei Popescu
On Wed, Aug 15, 2007 at 12:32:13PM +0800, Huang, Kuan-Chung wrote: > PROBLEM 2: > I press the "software update" button at the right-up coner on the screen, the > system prompts to enter administrative password. > BUT, during installating the system, it never prompts any messages for > setting u

Bugs (pppoe & disable root login) about Debian 4.0(Etch) Installation

2007-08-14 Thread Huang, Kuan-Chung
ose to NOT set up root account and I choose to install only packages for desktop, without any package for server. It can complete installation even getting software packages from the mirror site via pppoe network (ADSL). BUT after I login my account, the first account on the system, I encoun

Re: PPPoE client for linux

2007-06-19 Thread Kumar Appaiah
On Wed, Jun 20, 2007 at 04:52:13AM +0100, rag rag wrote: > hi, > i need pppoe client c code for linux so can u > provide the link that will have pppoe client. Add "deb-src http://ftp.debian.org/debian stable main" to your sources.list, do an apt-get update and do apt-get

PPPoE client for linux

2007-06-19 Thread rag rag
hi, i need pppoe client c code for linux so can u provide the link that will have pppoe client. Thanks raghu Once upon a time there was 1 GB storage on Yahoo! Mail. Go here for happy ending http://in.mail.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: PPPoE protection

2007-05-27 Thread H.S.
ccostin wrote: Hello What are the best combination of values for lcp-echo-interval, lcp-echo-failure, lcp-restart, lcp-max-terminate or other parameters, to protect a PPPoE link against ARP requests floods or UDP floods (generated by M$ SQL worms) wich cause PPPoE interface (ppp0) or pppd

PPPoE protection

2007-05-27 Thread ccostin
Hello What are the best combination of values for lcp-echo-interval, lcp-echo-failure, lcp-restart, lcp-max-terminate or other parameters, to protect a PPPoE link against ARP requests floods or UDP floods (generated by M$ SQL worms) wich cause PPPoE interface (ppp0) or pppd daemon to crash

Editing config files [was Re: [Etch] pppoe problem - ]

2007-05-15 Thread Chris Bannister
On Mon, May 07, 2007 at 08:02:40AM +0200, Joe Hart wrote: > Ah, then it is most likely the dhcp client causing your problem with the > resolv.conf > > You can edit the file /etc/dhcp3/dhclient.conf and look for this line. > > #prepend domain-name-servers 127.0.0.1; > > Remove the comment and cha

Re: [Etch] pppoe problem - unable to ping or lookup

2007-05-07 Thread Andrew Sackville-West
On Tue, May 08, 2007 at 07:57:59AM +0530, Deboo ^ wrote: > On 5/7/07, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: [snipped us trying not to get on each other's nerves ;) ] > > >> dhcp is installed and I installed pump too since the dhcp client I saw > >> at times unable to get any ip at boo

Re: [Etch] pppoe problem - unable to ping or lookup

2007-05-07 Thread Deboo ^
On 5/7/07, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > Yep I meant that above line. Ip address means an "ip address" after > all not hostname. And yes may be n00bs don't make a difference > between the two. I'm no expert at all but not a n00b atleast. not implying that you're a noob, ju

Re: [Etch] pppoe problem - unable to ping or lookup

2007-05-07 Thread Andrew Sackville-West
On Mon, May 07, 2007 at 10:27:23AM +0530, Deboo ^ wrote: > On 5/7/07, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > >On Sun, May 06, 2007 at 07:11:34PM +0530, Deboo ^ wrote: > >> On 5/5/07, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > >> >On Sat, May 05, 2007 at 05:12:25PM +0530, Deboo ^

Re: [Etch] pppoe problem - unable to ping or lookup

2007-05-06 Thread Joe Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Deboo ^ wrote: > On 5/7/07, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: >> On Sun, May 06, 2007 at 07:11:34PM +0530, Deboo ^ wrote: >> > On 5/5/07, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: >> > >On Sat, May 05, 2007 at 05:12:25PM +0530, De

Re: [Etch] pppoe problem - unable to ping or lookup

2007-05-06 Thread Deboo ^
On 5/7/07, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: On Sun, May 06, 2007 at 07:11:34PM +0530, Deboo ^ wrote: > On 5/5/07, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > >On Sat, May 05, 2007 at 05:12:25PM +0530, Deboo ^ wrote: > >> Also note that I tried pinging remote ip addresses (l

  1   2   3   4   5   >