Ok, I hope I use all terminology correctly, as I am a newbie as it goes with Cisco devices.
access-list acl_out permit tcp host 169.xxx.xxx.xxx host 169.xxx.xxx.xxx eq 53
Ok, the above I was shown how the syntax of access lists go. Above I am permitting tcp traffic in from the first host to the second through port 53.
So far so good. This is one machine(ip) to another machine(ip).
Now I want to configure a range of addresses say a class b range with 1-126 usable ip addresses to be able to all communicate with one machine.
Aside from configuring one at a time for all 126 machines, how do I specify that this range of 126 ip address may all talk to ths one ip address using terminal service 3389 tcp.
I was told not to use the coduit command as well, only access lists.
Thanks for any and all help.
-TB
access-list acl_out permit tcp host 169.xxx.xxx.xxx host 169.xxx.xxx.xxx eq 53
Ok, the above I was shown how the syntax of access lists go. Above I am permitting tcp traffic in from the first host to the second through port 53.
So far so good. This is one machine(ip) to another machine(ip).
Now I want to configure a range of addresses say a class b range with 1-126 usable ip addresses to be able to all communicate with one machine.
Aside from configuring one at a time for all 126 machines, how do I specify that this range of 126 ip address may all talk to ths one ip address using terminal service 3389 tcp.
I was told not to use the coduit command as well, only access lists.
Thanks for any and all help.
-TB