ipfwshow as shell builtin?

2003-12-10 Thread Eugene Grosbein
Hi! There are some tasks that are can be easily and efficiently solved with ipfw(8). For example, it can summarize traffic delivered over ethernet with unicast packets (ipfw2 feature), or make sums of traffic from/to distinct network blocks. It's not about generic detailed traffic accounting,

Re: serial ppp

2003-12-10 Thread Eugene Grosbein
Jaka Erjavec wrote: I am trying to establish ppp over serial cable connection between 2 freebsd boxes, one acting as ppp server. I searched the google but did not find any document for this topic. Can you please suggest me some? You just need good null-modem cable. That's all. Eugene

Re: ipfwshow as shell builtin?

2003-12-10 Thread Luigi Rizzo
On Wed, Dec 10, 2003 at 04:05:06PM +0700, Eugene Grosbein wrote: Hi! There are some tasks that are can be easily and efficiently solved with ipfw(8). For example, it can summarize traffic delivered over ethernet with unicast packets (ipfw2 feature), or make sums of traffic from/to distinct

Two ISP connections

2003-12-10 Thread Andrea Venturoli
Hello. I have a server with two ISP connections: a flat ADSL with an ISP and pay-per-traffic HDSL with another. I'd like to use ADSL whenever possible, but switch to HDSL in case the first line drops. Any pointer? bye Thanks av. ___

mpd: two links make one disconnect (ENOBUFS, LCP no reply)

2003-12-10 Thread Giovanni P. Tirloni
Hi, The behaviour I'm having with mpd-3.15 is that it establishes the first connection in ng0 and when I try to open another connection it works but drops the first one after sometime because it stops answering the LCP echos. When both are established I can ping the last one but the ping

Re: mpd: two links make one disconnect (ENOBUFS, LCP no reply)

2003-12-10 Thread Michael Bretterklieber
Hi, On Wed, 10 Dec 2003, Giovanni P. Tirloni wrote: common: set bundle disable multilink set bundle enable compression set bundle yes encryption ^^^ please remove this line You don't need ECP for MPPE (Microsoft Point to Point Encryption) Maybe this

Re: Two ISP connections

2003-12-10 Thread Barney Wolff
On Wed, Dec 10, 2003 at 02:24:31PM -0500, Andrea Venturoli wrote: I have a server with two ISP connections: a flat ADSL with an ISP and pay-per-traffic HDSL with another. I'd like to use ADSL whenever possible, but switch to HDSL in case the first line drops. I don't know of anything

Re: Two ISP connections

2003-12-10 Thread James
Hello. I have a server with two ISP connections: a flat ADSL with an ISP and pay-per-traffic HDSL with another. I'd like to use ADSL whenever possible, but switch to HDSL in case the first line drops. Any pointer? bye Thanks av. Write a script and cronjob it to check every 5

Re: ipfwshow as shell builtin?

2003-12-10 Thread Kris Kennaway
On Wed, Dec 10, 2003 at 04:05:06PM +0700, Eugene Grosbein wrote: Hi! There are some tasks that are can be easily and efficiently solved with ipfw(8). For example, it can summarize traffic delivered over ethernet with unicast packets (ipfw2 feature), or make sums of traffic from/to distinct

Re: Two ISP connections

2003-12-10 Thread Andrea Venturoli
** Reply to note from Barney Wolff [EMAIL PROTECTED] Wed, 10 Dec 2003 11:39:00 -0500 I don't know of anything published that does this, but it's easy to write a perl or shell script that pings the router at the adsl isp and does the necessary things when it disappears and reappears. Mmh,

RE: Two ISP connections

2003-12-10 Thread Don Bowman
From: Andrea Venturoli [mailto:[EMAIL PROTECTED] ** Reply to note from Barney Wolff [EMAIL PROTECTED] Wed, 10 Dec 2003 11:39:00 -0500 I don't know of anything published that does this, but it's easy to write a perl or shell script that pings the router at the adsl isp and does the

Re: Two ISP connections

2003-12-10 Thread Barney Wolff
On Thu, Dec 11, 2003 at 01:37:52AM -0500, Andrea Venturoli wrote: ** Reply to note from Barney Wolff [EMAIL PROTECTED] Wed, 10 Dec 2003 11:39:00 -0500 I don't know of anything published that does this, but it's easy to write a perl or shell script that pings the router at the adsl isp