Here is the situation
I have ether cable coming out from my modem which I connect to my PC , then internet works on that PC. BTW , my PC isset to get ip and dns server via DHCP.
Now I want to give internet access to six servers connected directly to this extreme switch.
Note that - these six servers will have static IP (say 192.168.2.x) so that they can communicate with each other.These servers are simply PC's running some software (like asterisk) .
So far , I have thought that
I will make 6 ports untagged with same vlan (say 1001). vlan1001 interface on extreme will have IP 192.168.2.1 .
Also note that - the modem cable gives IP in range 192.168.1.x and gateway = dns = 192.168.1.10 ('route -n' and 'nmcli dev list eth0 | grep DNS')
How should I go about giving vlan1001 internet access ?
Then I have to also give vlan 1002 internet access , vlan 1002 will go from trunk port of switch to a device that accepts tagged packets.
Guess , if 1001 works then I will be able to extend it to 1002 and others.
Thanks.
Please let me know , if some other info is needed.