Re: disabling ipv6 with ppp

2005-03-21 Thread Neo-Vortex
On Mon, 21 Mar 2005, Brian Somers wrote: > Use ``disable ipv6'' - see the man page. > Put ``NOINET6=true'' in /etc/make.conf to make IPv6 go away entirely. > > On Mon, 7 Mar 2005 11:45:24 +0100, Hanspeter Roth <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I'm using ppp. Even though INET6 is disa

PPP Lan Bridge

2005-03-21 Thread Chris Tusa at Linisys, LLC
Greetings, I am an experienced BSD administator. I am currently implementing a solution to connect two campus area buildings together using 2 machines running FreeBSD 5.3 with 56K modems & PPP. I need some assistance as follows. I am trying to be verbose so as to provide a complete overview of wh

Re: Sending Ethernet frames

2005-03-21 Thread Julian Elischer
Giorgos Keramidas wrote: On 2005-03-21 14:05, Patrik Arlos <[EMAIL PROTECTED]> wrote: I'm trying to send 'raw' Ethernet frames. I have however not found any examples of how to do this in BSD. Is it possible to open a 'ethernet' socket, similar to a AF_INET? I need to be able to control the des

Re: Setup of jail bound to lo0

2005-03-21 Thread Sten Spans
On Mon, 21 Mar 2005, [UTF-8] SÅ~Bawek Å»ak wrote: On Wed, 16 Mar 2005 10:47:25 +0100 (CET), Sten Spans <[EMAIL PROTECTED]> wrote: On Wed, 16 Mar 2005, [UTF-8] SÅ~Bawek Å»ak wrote: Hi, pf: # Tables: similar to macros, but more flexible for many addresses. table { 1.2.3.4, 5.6.7.8, 9.9.9.9 } # Trans

Re: OpenBGPD with FreeBSD

2005-03-21 Thread Bruce M Simpson
Hi there, On Mon, Mar 14, 2005 at 12:08:53AM +0059, Claudio Jeker wrote: > You have to remove the full pfkey interface and replace it with dummy > functions as it is incompatible. So tcp md5 does not work but I think it > is still broken in FreeBSD anyway. I am willing to work with OpenBSD develo

Re: Sending Ethernet frames

2005-03-21 Thread Bruce M Simpson
On Mon, Mar 21, 2005 at 02:05:48PM +0100, Patrik Arlos wrote: > I'm trying to send 'raw' Ethernet frames. I have however not found any > examples of how to do this in BSD. Consider using bpf(4) in read/write mode. BMS ___ freebsd-net@freebsd.org mailin

Re: Setup of jail bound to lo0

2005-03-21 Thread Sławek Żak
On Wed, 16 Mar 2005 10:47:25 +0100 (CET), Sten Spans <[EMAIL PROTECTED]> wrote: > On Wed, 16 Mar 2005, [UTF-8] SÅ~Bawek Å»ak wrote: > > > Hi, > > > > I need to have some jails configured, sharing single IP address (IPv6 > > is a no-no for the time being:). Therefore I came up with an idea of > > b

Re: disabling ipv6 with ppp

2005-03-21 Thread Hanspeter Roth
On Mar 21 at 17:29, Brian Somers spoke: > disable ipv6 and disable ipv6cp are synonymous. It sounds as if your > kernel is built with INET6 support. Hm, strange. I have already commented out INET6 in the kernel config... -Hanspeter ___ freebsd-net@f

Re: disabling ipv6 with ppp

2005-03-21 Thread Hanspeter Roth
On Mar 21 at 13:55, Brian Somers spoke: > Use ``disable ipv6'' - see the man page. > Put ``NOINET6=true'' in /etc/make.conf to make IPv6 go away entirely. I've built ppp in /usr/src/usr.sbin/ppp with NOINET6 and installed it in /usr/sbin. The route ff02::%tun0/32 is still present. But the dial

Re: disabling ipv6 with ppp

2005-03-21 Thread Brian Somers
On Mon, 21 Mar 2005 16:44:33 +0100, Hanspeter Roth <[EMAIL PROTECTED]> wrote: > On Mar 21 at 13:55, Brian Somers spoke: > > > Use ``disable ipv6'' - see the man page. > > Ok, I've put ``disable ipv6'' as well as ``disable ipv6cp'' into the > config file. But nevertheless > ff02::%tun0/32

Re: altq enqueue

2005-03-21 Thread Max Laier
On Monday 21 March 2005 16:02, Petri Helenius wrote: > Is there a way to send packets from userland process to a specific altq > defined queue? No, not at this point. But as a workaround (assuming we are talking about socket based communication (udp/tcp)) you can have the program running as a s

Re: disabling ipv6 with ppp

2005-03-21 Thread Hanspeter Roth
On Mar 21 at 13:55, Brian Somers spoke: > Use ``disable ipv6'' - see the man page. Ok, I've put ``disable ipv6'' as well as ``disable ipv6cp'' into the config file. But nevertheless ff02::%tun0/32fe80::20f:3dff:feae:5416%tun0 UGStun0 appears anyway and 22 seconds aft

altq enqueue

2005-03-21 Thread Petri Helenius
Is there a way to send packets from userland process to a specific altq defined queue? Pete ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Giant-free polling [PATCH]

2005-03-21 Thread John Baldwin
On Friday 11 March 2005 09:28 am, Gleb Smirnoff wrote: > On Fri, Mar 11, 2005 at 03:14:50PM +0100, Pawel Jakub Dawidek wrote: > P> On Fri, Mar 11, 2005 at 04:55:25PM +0300, dima wrote: > P> +> I thought about using list also, but considered it to bring > P> +> too much overhead to the code. The ori

Re: disabling ipv6 with ppp

2005-03-21 Thread Brian Somers
Use ``disable ipv6'' - see the man page. Put ``NOINET6=true'' in /etc/make.conf to make IPv6 go away entirely. On Mon, 7 Mar 2005 11:45:24 +0100, Hanspeter Roth <[EMAIL PROTECTED]> wrote: > Hello, > > I'm using ppp. Even though INET6 is disabled in the kernel there is > some INET6 stuff configure

Re: Sending Ethernet frames

2005-03-21 Thread Giorgos Keramidas
On 2005-03-21 14:05, Patrik Arlos <[EMAIL PROTECTED]> wrote: > I'm trying to send 'raw' Ethernet frames. I have however not found any > examples of how to do this in BSD. > > Is it possible to open a 'ethernet' socket, similar to a AF_INET? I > need to be able to control the destination address an

RE: Sending Ethernet frames

2005-03-21 Thread Don Bowman
From: [EMAIL PROTECTED] On Behalf Of Patrik Arlos > Hi, > > > > I'm trying to send 'raw' Ethernet frames. I have however not > found any examples of how to do this in BSD. > > Is it possible to open a 'ethernet' socket, similar to a > AF_INET? I need to be able to control the destination

Sending Ethernet frames

2005-03-21 Thread Patrik Arlos
Hi, I'm trying to send 'raw' Ethernet frames. I have however not found any examples of how to do this in BSD. Is it possible to open a 'ethernet' socket, similar to a AF_INET? I need to be able to control the destination address and type/len field in the Ethernet header. In Linux it is pos

Current problem reports assigned to you

2005-03-21 Thread FreeBSD bugmaster
Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Submitted Tracker Resp. Description --- o [2003/07/11] kern/54383 net [nfs] [patch] NFS root configurations w

Re: OpenBGPD with FreeBSD

2005-03-21 Thread Andre Oppermann
£ukasz Bromirski wrote: > > Claudio Jeker wrote: > > >>Had openbgpd ported to freebsd or is it in any progress? > >>If I want to install it in FreeBSD, is there any guideline for me to follow? > > You have to remove the full pfkey interface and replace it with dummy > > functions as it is incompa