Community discussions

MikroTik App
 
Mystique
newbie
Topic Author
Posts: 39
Joined: Tue Jun 01, 2004 6:13 pm
Location: NY, USA

wifi24 in italics, dhcp server gives invalid..

Thu Apr 04, 2024 2:53 am

The wifi used to work..

I tried deleting everything and trying the most minimal..

I am currently on 7.15beta9 as I noticed it not working in 7.14.2 but know it was working in 7.14.1..

wifi24 interface is in italics.. and in the dhcp server section it is red with an I for invalid..

Thank you in advance.
> /system/package/print    
Columns: NAME, VERSION, BUILD-TIME, SIZE
# NAME       VERSION    BUILD-TIME           SIZE   
0 wifi-qcom  7.15beta9  2024-03-27 19:55:08  10.5MiB
1 routeros   7.15beta9  2024-03-27 19:55:08  11.7MiB
 > /export terse 

# model = C52iG-5HaxD2HaxD


/interface bridge add admin-mac=48:A9:8A:A0:A1:0D auto-mac=no comment=defconf name=bridge
/interface ethernet set [ find default-name=ether1 ] comment=Optimum poe-out=off
/interface ethernet set [ find default-name=ether2 ] comment=Eero
/interface ethernet set [ find default-name=ether3 ] comment=Alpine
/interface wifi set [ find default-name=wifi1 ] configuration.mode=ap name=wifi5G
/interface wifi set [ find default-name=wifi2 ] channel.band=2ghz-ax configuration.country="United States" .hide-ssid=yes .mode=ap .ssid=DefaultSSID disabled=no name=wifi24 security.authentication-types=wpa2-psk


/interface list add comment=defconf name=WAN
/interface list add comment=defconf name=LAN

/ip pool add name=pool88 ranges=192.168.88.100-192.168.88.200
/ip pool add name=pool89 ranges=192.168.89.100-192.168.89.200

/ip dhcp-server add address-pool=pool88 allow-dual-stack-queue=no bootp-support=none interface=bridge lease-time=4h name=server88
/ip dhcp-server add address-pool=pool89 allow-dual-stack-queue=no bootp-support=none interface=wifi24 name=server89



/system logging action set 3 remote=192.168.88.254

/interface bridge port add bridge=bridge comment=defconf interface=ether2
/interface bridge port add bridge=bridge comment=defconf interface=ether3
/interface bridge port add bridge=bridge comment=defconf interface=ether4
/interface bridge port add bridge=bridge comment=defconf interface=ether5
/interface bridge port add bridge=bridge comment=defconf interface=*6
/interface bridge port add bridge=bridge comment=defconf disabled=yes interface=*7

/interface list member add comment=defconf interface=bridge list=LAN
/interface list member add comment=defconf interface=ether1 list=WAN
/interface list member add interface=wifi24 list=LAN

/ip address add address=192.168.88.1/24 comment=defconf interface=bridge network=192.168.88.0
/ip address add address=192.168.89.1/24 interface=wifi24 network=192.168.89.0

/ip cloud set ddns-enabled=yes

/ip dhcp-client add comment=defconf interface=ether1 use-peer-dns=no

/ip dhcp-server network add address=192.168.88.0/24 comment=defconf dns-server=192.168.88.250,192.168.88.250 domain=mktk88.home gateway=192.168.88.1 netmask=24 ntp-server=192.168.88.254
/ip dhcp-server network add address=192.168.89.0/24 dns-server=192.168.89.1 gateway=192.168.89.1 netmask=24

/ip dns set allow-remote-requests=yes cache-max-ttl=1h servers=192.168.88.250
/ip dns static add address=192.168.88.1 comment=defconf name=router.mktk88.home
/ip dns static add address=192.168.88.0 name=network.mktk88.home
/ip dns static add address=192.168.88.255 name=broadcast.mktk88.home
/ip dns static add address=255.255.255.255 name=broadcast


/ip ssh set always-allow-password-login=yes host-key-type=ed25519 strong-crypto=yes



/system clock set time-zone-name=America/New_York
/system identity set name=MkTkX

/system logging add action=remote topics=!dns,!route
/system note set show-at-login=no
/system ntp client set enabled=yes
/system ntp server set enabled=yes use-local-clock=yes
/system ntp client servers add address=192.168.88.254
/tool mac-server set allowed-interface-list=LAN
/tool mac-server mac-winbox set allowed-interface-list=LAN


 
User avatar
mkx
Forum Guru
Forum Guru
Posts: 11673
Joined: Thu Mar 03, 2016 10:23 pm

Re: wifi24 in italics, dhcp server gives invalid..

Thu Apr 04, 2024 8:24 am

What are these two entries?

/interface bridge port add bridge=bridge comment=defconf interface=*6
/interface bridge port add bridge=bridge comment=defconf disabled=yes interface=*7

Does log have anything about wifi24 and DHCP server? Best to reboot device and check log immediately after it comes up not to get sidetracked by later (only slightly related) entries ...
 
User avatar
patrikg
Member Candidate
Member Candidate
Posts: 262
Joined: Thu Feb 07, 2013 6:38 pm
Location: Stockholm, Sweden

Re: wifi24 in italics, dhcp server gives invalid..

Thu Apr 04, 2024 8:59 am

Have seen this when you have removed names from userlist and they are pointed at from another setting.
So if you remove something you get the pointer *4 *5 *6 and so on.
I think Mikrotik have to script something when removing names or maybe just warn you there are pointers pointing to nothing.
 
User avatar
mkx
Forum Guru
Forum Guru
Posts: 11673
Joined: Thu Mar 03, 2016 10:23 pm

Re: wifi24 in italics, dhcp server gives invalid..

Thu Apr 04, 2024 9:01 am

Have seen this when you have removed names from userlist and they are pointed at from another setting.
I know. I was hinting @OP to remove those because clearly they are remnants of something not needed any more. Probably they are not the reason for problems though, but it's always good to have clean config.
 
Mystique
newbie
Topic Author
Posts: 39
Joined: Tue Jun 01, 2004 6:13 pm
Location: NY, USA

Re: wifi24 in italics, dhcp server gives invalid..

Fri Apr 05, 2024 5:11 am

Thank you for noticing that.. but it didn't change anything..

I'll try to make time to backup/erase/restore etc..

see what that does with a default config..
You do not have the required permissions to view the files attached to this post.
 
Mystique
newbie
Topic Author
Posts: 39
Joined: Tue Jun 01, 2004 6:13 pm
Location: NY, USA

Re: wifi24 in italics, dhcp server gives invalid..

Wed Apr 17, 2024 12:00 am

*sigh*

Did the wifi die?

And that's why it's nowhere..
You do not have the required permissions to view the files attached to this post.
 
Mystique
newbie
Topic Author
Posts: 39
Joined: Tue Jun 01, 2004 6:13 pm
Location: NY, USA

Re: wifi24 in italics, dhcp server gives invalid..

Wed Apr 17, 2024 12:16 am

.. mental note

don't forget about wifi-qcom package..

(oops)

Who is online

Users browsing this forum: genesispro and 10 guests