similar to: [Bridge] Bridging a wireless/wired LAN and a PPPoE connection

Displaying 20 results from an estimated 1000 matches similar to: "[Bridge] Bridging a wireless/wired LAN and a PPPoE connection"

2011 Aug 15
4
trying to resolve group dependency in creating users
Hi all, Using Puppet 2.5, I have a class which creates users: # cat modules/users/manifests/init.pp class users { user { ''ringo'': ensure => present, uid => ''1506'', groups => [''admin''], shell => ''/bin/bash'', home => ''/home/ringo'', managehome
2001 Mar 11
2
MS Outlook
Hello, Could any one tell me whether MS outlook 98 can be run on WINE ? I've installed WINE on the computer and copied outlook.exe and outlook.dll to my home directory. However, I cannot run outlook anyway. Any suggestions ? Please help ! Thanks a lot. Dr. Ringo Lam ringo@cybermomentum.com CyberMomentum.Com RM 1801, Java Commercial Centre, 128 Java Road, North Point Tel : 2561 0333, 2811
2005 Apr 14
2
Legend in xyplot two columns
Dear R-Help I have some trouble to set the legend in a xyplot into two rows. The code below gives me the legend in the layout I am looking for, I just rather have it in two rows. library(lattice) schluessel <- list( points=list( col="red", pch=19, cex=0.5 ), text=list(lab="John"), lines=list(col="blue"),
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
2014 Dec 17
2
smbstatus issue in v4.1
In Samba 4.1 I get the following output for smbstatus: Samba version 4.1.1 PID Username Group Machine ------------------------------------------------------------------- 2482 john Everyone 10.0.0.109 (ipv4:10.0.0.109:49178) 7364 george Everyone 10.0.0.60 (ipv4:10.0.0.60:49232) In Samba 3.6 it was like this: Samba version 3.6.24 PID
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
2004 Sep 10
2
reading vorbis comments with FLAC++?
--- Joshua Kwan <joshk@triplehelix.org> wrote: > On Mon, Nov 17, 2003 at 11:10:58AM -0800, Josh Coalson wrote: > > > but there's still junk on the char* i get back from > > > get_field_value(). > > > > there's no terminating null for these routines either, they > > are returning the unterminated UTF-8 buffer just like the C > > API. >
2005 Nov 08
0
Dead Gateway Detection with PPPoE
Gentlefolk, First, many thanks to EVERYONE that tries so hard to make this advanced routing stuff useful to the "...rest of us"! You all rock! I have been prowling the archives of this list for an answer to my problem, and have seen some close situations, but no joy. Yet. I''ve got a relatively simple setup I''m trying to get working: we''ve got a
2014 Dec 19
1
smbstatus issue in v4.1
Sorry I should have said in my original post, this server is a NT4 style domain server. Looking in /var/log/samba I see log files with the machine names in the file names, so samba definitely knows the machine names. On Thu, Dec 18, 2014 at 1:17 PM, Ricky Nance <ricky.nance at gmail.com> wrote: > > Mark, I think (and I may be wrong here, so if a dev sees this correct me) >
2007 Sep 23
2
Re: Creating a .deb file
On Sun, Sep 23, 2007 at 04:59:24PM +0200, Daniel Aleksandersen wrote: > Share your package on http://getdeb.net/ Or just wait, like, a day for me to finish the packaging... Patiently, -- Joshua Kwan
2007 Sep 25
1
Re: Creating a .deb file
On Mon, Sep 24, 2007 at 04:15:51PM +0000, Andy Hawkins wrote: > I didn't realise someone was actually packaging it up 'properly'. I'd much > rather use an 'official' package than some home brewed one I made myself! It's official in the sense that it is now an official Debian package. I uploaded it yesterday. You can retrieve it from the unstable archive and it
2004 Sep 10
4
reading vorbis comments with FLAC++?
Hi me (2x - Haberman and Coalson), On Tue, Nov 11, 2003 at 03:51:42PM -0800, Josh Coalson wrote: > The C++ interface is a little simpler: [code follows] OK. Well, I found the C interface a little bit easier to understand, so I ended up using that instead of continuing to try to figure out the C++ interface. The one problem I have is that the values in block->data. vorbis_comment.comments
2008 Oct 31
0
[Bridge] Bridging PPPoE Sessions together
Hi, I have a PPPoE server running on a linux box that accepts multiple PPPoE sessions from clients. I'd like to bridge each of the sessions together so that it looks like just one interface. Below is a diagram: br0 | ------------------------------- | | | | ppp0 ppp1 eth3 ppp3 I've read that anything can be bridge as long as MTU is the same.
2008 Feb 18
9
Advice on vlans and pppoe
My telco is moving to feeding me over fiber, breaking out with a media converter to one Ethernet interface. At present, I am retaining the static feed over copper on eth0, and taking the two new feeds via vlans on eth1. I have configured the static IP feed on eth1:790 as vlan 790, and that seems to be fine, and eth1:780 as the PPPOE feed, and brought up PPPOE to give me an IP, that is
2005 Sep 16
0
Max value for table having 2 joins
Hello there, I''m stuck! I''m trying to write a mini app to track versions of songs that have been sent out to members. I have the following tables/models: songs/song has_many :releases versions/version has_and_belongs_to_many :members belongs_to :songs members/member has_and_belongs_to_many :versions songs ===== Song1 Song2 Song3 members ======= John Paul George Ringo
2004 Sep 10
3
reading vorbis comments with FLAC++?
Well, I'm quite frankly stumped. I'm writing a program that recurses into directories and reads (among others) FLAC files and should be able to read the vorbis comments ARTIST and TITLE from the file. A while back, I was popen()ing to metaflac, because I didn't want to mess with libFLAC. But now, it's the weekend, so I can mess around with this. Here's the code in question:
2005 Jan 08
8
Shorewall problem, perhaps with PPPoE
I have what strikes me as an odd problem with shorewall. Let me describe my setup. My desktop (alfred) is connected to the network through an ADSL modem. I am running rp-pppoe, and this works perfectly. I have a small home network, with two LANs; an Ethernet LAN (including a machine running Windows XP), and a WiFi LAN, including the laptop (william) I am using now. All the computers except for
2007 Nov 22
1
Re: pppoe domU: did you test userspace rp-pppoe?
Peter Jakobi wrote: > Hi Jiri, > > you already tested an ancient userspace-only rp-pppoe? > I''ve still one active, and trying this you could validate > your the rest of your setup, before looking at possible > kernel changes anew (strace, ltrace, logs, whatever)... > Hi Peter. No I did not. Do I have to compile it? Can you give me more info what to do?
2008 Feb 08
1
Reg. PPPoE server installation
Hi all, I am trying to install the PPPoe server rp-pppoe-3.8 from Roaring penguin on centos PC (Centos 4.3, Kernel release 2.6.9-34.EL) but not able to start it. When I start it it gives the error-- /etc/rc.d/init.d/pppoe status pppoe-status: Link is down (can't read pppd PID file /var/run/pppoe.conf-pppoe.pid.pppd) ror - /etc/rc.d/init.d/pppoe start Bringing up PPPoE
2005 May 27
2
pppoe gateway under linux
Hello to everyone, Can someone help me with hints on how to configure a pppoe gateway on a linux box with 200+ clients behind it ? I''ve read that user-space daemons give A LOT of CPU overhead. I''m opened to ANY solution ! -- Radu Cugut mobile: +40 742 045686 web: http://rcugut.has.it