Re: Sending packets at Kernel level

2010-08-29 Thread Julian Elischer
On 8/28/10 10:16 PM, Sadish Kulasekere wrote: Hi, I need to know how to send packet from the kernel level. Can someone please point me to any documentation? look how nfs does it... or the netgraph ksocket code does it too. maybe just use netgraph ksocket directly.. You don't say what you want

Re: kern/149969: [wlan] [ral] ralink rt2661 fails to maintain connection

2010-08-29 Thread David Gurvich
The following reply was made to PR kern/149969; it has been noted by GNATS. From: David Gurvich To: bug-follo...@freebsd.org, davidgurv...@gmail.com Cc: Subject: Re: kern/149969: [wlan] [ral] ralink rt2661 fails to maintain connection Date: Sun, 29 Aug 2010 21:30:09 -0400 --001636284f88b9939

Re: How to configure non-EUI64 IPv6 addresses with solicited prefixes?

2010-08-29 Thread David Horn
On Sun, Aug 29, 2010 at 2:47 PM, Darren Pilgrim wrote: > I have two machines where I need them to: > > 1. Solicit a prefix; > 2. Apply the solicitation to a non-EUI64 address; > 3. Use the non-EUI64 address as the default source address. > > Retaining the EUI64 address is not necessary.  Static co

Re: kern/149969: [wlan] [ral] ralink rt2661 fails to maintain connection

2010-08-29 Thread vwe
Synopsis: [wlan] [ral] ralink rt2661 fails to maintain connection State-Changed-From-To: open->feedback State-Changed-By: vwe State-Changed-When: Sun Aug 29 20:27:52 UTC 2010 State-Changed-Why: David, does the device work for your if you disable powersave operation? Please note: For your IRQ que

Re: Default router changes unexpectedly

2010-08-29 Thread Özkan KIRIK
Hi Volker, There is no routing deamon working on this gateway. But I started a tcpdump that listening to port 521. I'll inform you about captured packets. Regards, Ozkan KIRIK Mersin University @ Turkey On Sun, Aug 29, 2010 at 10:09 PM, wrote: > On 08/29/10 19:50, Özkan KIRIK wrote: >> >> Hi

Re: Default router changes unexpectedly

2010-08-29 Thread volker
On 08/29/10 19:50, Özkan KIRIK wrote: Hi, I am using FreeBSD 7.3 STABLE-201004. IPFW + In kernel NAT and if_vlan used mostly. System has 3 em interfaces. Scenario is classical, LAN DMZ WAN. Sometimes default router changes unexpectedly. I inspected logs if someone logged in or changed route. I

How to configure non-EUI64 IPv6 addresses with solicited prefixes?

2010-08-29 Thread Darren Pilgrim
I have two machines where I need them to: 1. Solicit a prefix; 2. Apply the solicitation to a non-EUI64 address; 3. Use the non-EUI64 address as the default source address. Retaining the EUI64 address is not necessary. Static configuration prevents 1 and I have not been able to get 2 or 3 to w

How to configure specific router address to advertise with rtadvd?

2010-08-29 Thread Darren Pilgrim
I have a machine I want to do IPv6 routing. The interface out which its sending router advertisements has multiple static IPv6 addresses assigned from the same prefix. The problem is rtadvd is selecting the "wrong" address for the router. The man page for rtadvd.conf doesn't indicate how to

Default router changes unexpectedly

2010-08-29 Thread Özkan KIRIK
Hi, I am using FreeBSD 7.3 STABLE-201004. IPFW + In kernel NAT and if_vlan used mostly. System has 3 em interfaces. Scenario is classical, LAN DMZ WAN. Sometimes default router changes unexpectedly. I inspected logs if someone logged in or changed route. I found nothing. This problem repeats at l

Default router changes unexpectedly

2010-08-29 Thread Özkan KIRIK
Hi, I am using FreeBSD 7.3 STABLE-201004. IPFW + In kernel NAT and if_vlan used mostly. System has 3 em interfaces. Scenario is classical, LAN DMZ WAN. Sometimes default router changes unexpectedly. I inspected logs if someone logged in or changed route. I found nothing. This problem repeats at l

Removal of deprecated implied connect for TCP

2010-08-29 Thread Andre Oppermann
When T/TCP RFC1644 support was introduced in r6283 by wollman 15 years ago the semantics of sendto(2) with regard to TCP sockets were changed. It became possible directly do a sendto(2) call with the target address in the *to argument instead of doing a connect(2) first and subsequent write(2) or