Second wireless interface not handing DHCP addy

I have 2 wireless NIC's installed in my routerboard. The wlan1 NIC is operating properly allowing clients to connect
and they receive a valid IP address from the DHCP server. The other wireless interface, wlang, allows connections
but does not hand out an IP address. My config looks right though. Any suggesstions??
Flags: X - disabled, I - invalid

NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP

0 GUR DHCP ether2 dhcp_pool1 3d
1 WLAN DHCP wirebridge dhcp_pool1 3d
2 wlang wlangbridge dhcp_pool1 3d

[delmar@gw1.delmar] /ip pool> print

NAME RANGES

0 dhcp_pool1 172.16.31.6-172.16.31.30

[delmar@gw1.delmar] /interface wireless> print
Flags: X - disabled, R - running
0 name="wlan1" mtu=1500 mac-address=00:0C:42:61:38:49 arp=enabled interface-type=Atheros 11N mode=ap-bridge ssid="GUR"
frequency=5180 band=5ghz scan-list=default wds-mode=disabled wds-default-bridge=none wds-ignore-ssid=no
default-authentication=yes default-forwarding=yes default-ap-tx-limit=0 default-client-tx-limit=0 hide-ssid=no
security-profile=default compression=no

1 name="wlang" mtu=1500 mac-address=00:80:48:51:F5:4F arp=enabled interface-type=Atheros AR5212 mode=ap-bridge
ssid="GURg" frequency=2412 band=2.4ghz-b/g scan-list=default antenna-mode=ant-a wds-mode=disabled
wds-default-bridge=none wds-ignore-ssid=no default-authentication=yes default-forwarding=yes default-ap-tx-limit=0
default-client-tx-limit=0 hide-ssid=no security-profile=gprofile compression=no

Any help would be much appreciated.

It looks as though it is receiving transmissions but not sending transmissions. Interesting, eh?

I can’t seem to figure this one out. Why would I only get one way traffic? The interface refuses to transmit out…

Looks like you have three dhcp servers on three interfaces using the same ip pool. Can you post “/ip address”?

Flags: X - disabled, I - invalid, D - dynamic

ADDRESS NETWORK BROADCAST INTERFACE

0 172.16.31.1/27 172.16.31.0 172.16.31.31 ether2
1 172.16.31.2/27 172.16.31.0 172.16.31.31 ether3
2 D 216.180.136.82/32 216.180.136.254 0.0.0.0 PPPoE

No duplicate subnets here. Change the ip/subnet on ether3 to 172.16.32.1/27 (or something like that). Then set up a dhcp server on it using that subnet.

Or remove the ip assignments on ether2 and ether3, then put both interfaces in a bridge. Assign 172.16.31.1/27, and the dhcp server, to the bridge.