On Sun, Mar 10, 2024 at 02:43:02PM +0000, Hari wrote: > Here is the requested output: > > lo0: flags=2008049<UP,LOOPBACK,RUNNING,MULTICAST,LRO> mtu 32768 > index 2 priority 0 llprio 3 > groups: lo > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 > inet 127.0.0.1 netmask 0xff000000 > enc0: flags=0<> > index 1 priority 0 llprio 3 > groups: enc > status: active > mtw0: > flags=a48843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,AUTOCONF6TEMP,AUTOCONF6,AUTOCONF4> > mtu 1500 > lladdr 00:e0:2d:4c:73:7f > index 4 priority 4 llprio 3 > groups: wlan > media: IEEE802.11 autoselect (DS1 mode 11g) > status: active > ieee80211: nwid net chan 2 bssid 2e:d1:fa:8e:62:51 -27dBm wpakey > wpaprotos wpa2 wpaakms psk wpaciphers ccmp wpagroupcipher ccmp > inet6 fe80::2e0:2dff:fe4c:737f%mtw0 prefixlen 64 scopeid 0x4 > pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33136 > index 5 priority 0 llprio 3 > groups: pflog > nwid net > wpakey connect2net > inet autoconf > inet6 autoconf > Routing tables > > Internet: > Destination Gateway Flags Refs Use Mtu Prio Iface > 224/4 127.0.0.1 URS 0 0 32768 8 lo0 > 127/8 127.0.0.1 UGRS 0 0 32768 8 lo0 > 127.0.0.1 127.0.0.1 UHhl 1 2 32768 1 lo0 > > Internet6: > Destination > Gateway Flags Refs Use Mtu Prio > Iface > ::/96 > ::1 UGRS 0 0 32768 8 lo0 > ::1 > ::1 UHhl 10 100 32768 1 lo0 > ::ffff:0.0.0.0/96 > ::1 UGRS 0 0 32768 8 lo0 > 2002::/24 > ::1 UGRS 0 0 32768 8 lo0 > 2002:7f00::/24 > ::1 UGRS 0 0 32768 8 lo0 > 2002:e000::/20 > ::1 UGRS 0 0 32768 8 lo0 > 2002:ff00::/24 > ::1 UGRS 0 0 32768 8 lo0 > fe80::/10 > ::1 UGRS 0 2 32768 8 lo0 > fec0::/10 > ::1 UGRS 0 0 32768 8 lo0 > fe80::1%lo0 > fe80::1%lo0 UHl 0 0 32768 1 lo0 > fe80::%mtw0/64 > fe80::2e0:2dff:fe4c:737f%mtw0 UCn 0 0 - 8 mtw0 > fe80::2e0:2dff:fe4c:737f%mtw0 > 00:e0:2d:4c:73:7f UHLl 0 0 - 1 mtw0 > ff01::/16 > ::1 UGRS 0 12 32768 8 lo0 > ff01::%lo0/32 > fe80::1%lo0 Um 0 1 32768 4 lo0 > ff01::%mtw0/32 > fe80::2e0:2dff:fe4c:737f%mtw0 Um 0 0 - 4 mtw0 > ff02::/16 > ::1 UGRS 0 12 32768 8 lo0 > ff02::%lo0/32 > fe80::1%lo0 Um 0 1 32768 4 lo0 > ff02::%mtw0/32 > fe80::2e0:2dff:fe4c:737f%mtw0 Um 0 1 - 4 mtw0 > > > > > > > > > Sorry for delayed reply
Your mrt0 interface is connected to the access point ("status: active") but has no IP address. Since its set for autoconf, this means it's not getting an address from a DHCP server. Are you sure you have one listening on the wifi network? Are you able to connect other hosts to it (e.g. a mobile phone, or another machine)? If so, does the access point or the host running the DHCP server have any kind of MAC filtering? --