Hi all,
I have configured my Netmetal 5 as a Access point and Connected my PC with the access point using WIFI.
But I cant ping my access point from my laptop which is connected the access point via WIFI.
The access point IP Address is 10.5.200.10.
The laptop’s WIFI IP is given as “OBTAIN AUTOMATICALLY”.
I cant ping Access point from Laptop.
Am I missing something?
Thanks,
THARUN.
If someone asked you the same question,
providing them with the same starting data, what would you answer them?
Wouldn’t you ask him first to see how the devices are configured, for example?
Can I share you the backup file?
Thanks,
NO,
paste this on terminal:
/export file=config
on files you see the config.rsc
save on desktop,
open with notepad or similar,
read carefully all, and remove serial number, username, password and email, if any, (censore the value with ***, do not delete the line)
paste on forum the obtained text between [ code] [/ code] tags (without space in front of code)
Thanks for the concern,
I am attaching the file like you asked.
Kindly Guide me.
Thank you,
config.rsc (1.53 KB)
I do not see any particular problem, except for some 3 device on wireless access list that have forwarding disabled.
You have dhcp client active and one fixed IP???
Paste this on terminal without omit the { and the } :
{
/interface bridge
set bridge comment="" admin-mac=[/int ethernet get ether1 mac-address] auto-mac=no
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-n/ac wds-default-bridge=disabled wds-mode=none
/interface wireless security-profiles
set [ find default=yes ] wpa-pre-shared-key=""
/interface bridge port
set [find] comment=""
/interface list member
remove [find]
/interface list
remove [find where name=WAN]
remove [find where name=LAN]
/ip address
set [find] interface=bridge
/ip dhcp-client
add comment=defconf interface=bridge
/ip route
remove [find where disabled=yes]
}
Good Morning Sir,
The original application is One master and Three remotes.
That’s why there are three remote devices and also the remotes should not talk to each other they have to communicate only with the master that’s why forwarding is disabled.
I don’t have DHCP client active.
Yes I have one fixed IP.
Thank you,
THARUN.