01-24-2022 09:45 AM
Force | remove preview | ||||||
|
Here is the configuration I've got on the switch, which is off of the main network. Its a test environment, so these commands have been run after "unconfig switch all" was executed:
---------------------------------------------------------------------------------
configure vlan default delete port 1-2
create vlan Intercoms tag 10
configure vlan Intercoms ipaddress 10.10.10.1/24
configure vlan Intercoms add port 1 untagged
create vlan Wireless tag 20
configure vlan Wireless ipaddress 20.20.20.1/24
configure vlan Wireless add port 2 untagged
enable ipforwarding vlan Intercoms
enable ipforwarding vlan Wireless
Here is the PCs configurations:
---------------------------------------------
PC on port 1 configuration:
IP address: 10.10.10.10
subnet mask: 255.255.255.0
default gateway: 10.10.10.1
PC on port 2 configuration:
IP address: 20.20.20.20
subnet mask: 255.255.255.0
default gateway: 20.20.20.1
Now here's my issue. The PCs CAN ping the other VLANS gateway, but the PCs CANNOT ping each other. So PC1 cannot ping PC2 an vice versa. Any help or recommendation would be greatly appreciated.
Solved! Go to Solution.
01-25-2022 10:40 AM
01-25-2022 10:40 AM