Re: hostapd

2024-04-04 Thread Michael van Elst
mss 1460,sackOK,TS val 2022496 > ecr 0,nop,wscale 6], length 0 > I assume > > hostapd: urtwn0: interface state UNINITIALIZED->ENABLED > hostapd: urtwn0: AP-ENABLED > > rules out a monitor mode? or ? The dhcpd response was fine... dhcpd uses BPF to receive and trans

Re: hostapd

2024-04-04 Thread Patrick Welche
he server, telnet localhost 80, GET /, works > > Did you configure (in /etc/inetd.conf) http for tcp or tcp6 ? > A 'telnet localhost 80' would see either, but a pure IPv4 client > only sees the 'tcp' one. For tcp: httpstream tcp nowait:600 _httpd /usr/libexec/

Re: hostapd

2024-04-03 Thread Michael van Elst
pr...@welche.eu (Patrick Welche) writes: >The system httpd via inetd doesn't receive a web page request from the >device. >tcpdump shows the device requesting it, but no response. If httpd wouldn't run, the request would be answered with a TCP RST. If httpd does run, the request (SYN) is

hostapd

2024-04-03 Thread Patrick Welche
Just tried hostapd for the first time yesterday, with urtwn0. I can see a device successfully authenticate via hostapd. The device successfully obtains a dhcp lease, so the connection must be working. The system httpd via inetd doesn't receive a web page request from the device. tcpdump shows

Re: problem getting hostapd and bridging to work

2023-07-22 Thread Dave Tyson
to ethernet dongle and configured hostapd. It worked OK and I could connect over wireless to the 'new' access point with a mobile phone. Subsequent attempts using the Dlink wifi dongle with the rpi B produced a load of error messages so I wonder if the usb hardware is flaky. If I get a chance next month I

Re: problem getting hostapd and bridging to work

2023-07-20 Thread Dave Tyson
On Tue, 2023-07-18 at 21:08 -0500, David Young wrote: > On Tue, Jul 18, 2023 at 06:56:43PM +0100, Dave Tyson wrote: > > /etc/ifconfig.run0 > > apbridge > > up > > run(4) may not support `hostap` mode? > > David > Thanks for the heads up. Yes the run(4) doesn't support hostap mode so that

Re: problem getting hostapd and bridging to work

2023-07-18 Thread David Young
On Tue, Jul 18, 2023 at 06:56:43PM +0100, Dave Tyson wrote: > /etc/ifconfig.run0 > apbridge > up run(4) may not support `hostap` mode? David -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

problem getting hostapd and bridging to work

2023-07-18 Thread Dave Tyson
access point. The two interfaces are bridged and hostapd is used to do WPA authentication. The dhcp server sits on the router at the end of the cat5. /etc/ifconfig.bridge0 create up ! brconfig bridge0 add usmsc0 add run0 /etc/ifconfig.usmsc0 up inet 192.168.0.254 netmask 0xff00 media autoselect

Re: Trying to run hostapd as solely a stand-alone Radius server

2018-01-19 Thread Christos Zoulas
In article <0bee8c6432b826c8139af27b4e0c0...@mail.bigjar.com>, jmitchel <jmitc...@bigjar.com> wrote: >On 2018-01-13 22:06, chris...@zoulas.com wrote: >> On Jan 13, 9:43pm, jmitc...@bigjar.com (jmitchel) wrote: >> -- Subject: Re: Trying to run hostapd as solely a st

Re: Trying to run hostapd as solely a stand-alone Radius server

2018-01-18 Thread jmitchel
On 2018-01-13 22:06, chris...@zoulas.com wrote: On Jan 13, 9:43pm, jmitc...@bigjar.com (jmitchel) wrote: -- Subject: Re: Trying to run hostapd as solely a stand-alone Radius server | And if I run hostapd with driver=bsd and my ethernet interface, I lose | my SSH connection and can no longer

Re: Trying to run hostapd as solely a stand-alone Radius server

2018-01-13 Thread Christos Zoulas
On Jan 13, 9:43pm, jmitc...@bigjar.com (jmitchel) wrote: -- Subject: Re: Trying to run hostapd as solely a stand-alone Radius server | And if I run hostapd with driver=bsd and my ethernet interface, I lose | my SSH connection and can no longer ping the interface. The machine is | still up

Re: Trying to run hostapd as solely a stand-alone Radius server

2018-01-13 Thread jmitchel
On 2018-01-13 07:21, chris...@astron.com wrote: In article <7c6a79ab05e9fdd22e449d63d7cb1...@mail.bigjar.com>, jmitchel <jmitc...@bigjar.com> wrote: Hello, I'm trying to run hostapd as a standalone Radius server without any of the wireless functionality. /usr/src/external/bsd/wpa/

Re: Trying to run hostapd as solely a stand-alone Radius server

2018-01-13 Thread Christos Zoulas
In article <7c6a79ab05e9fdd22e449d63d7cb1...@mail.bigjar.com>, jmitchel <jmitc...@bigjar.com> wrote: >Hello, > >I'm trying to run hostapd as a standalone Radius server without any of >the wireless functionality. >/usr/src/external/bsd/wpa/dist/hostapd/hostapd.conf has

Trying to run hostapd as solely a stand-alone Radius server

2018-01-12 Thread jmitchel
Hello, I'm trying to run hostapd as a standalone Radius server without any of the wireless functionality. /usr/src/external/bsd/wpa/dist/hostapd/hostapd.conf has the following: # Driver interface type (hostap/wired/madwifi/test/none/nl80211/bsd); # default: hostap). nl80211 is used with all

hostapd/dhcpd problem in netbsd-7, but not netbsd-6

2014-12-06 Thread Andy Ruhl
Hello all, I'm having a strange problem. I've set up an access point using hostapd, a wifi adapter (ral0), a wired ethernet adapter (mvgbe0 in my dockstar) and I bridged ral0 and mvgbe0 together using brconfig. It works fine if I'm on netbsd-6. Specifically, 6.1_STABLE from kernels I've been