I have a requirement to connect to a remote SQL server from my PC, however, I believe that our Cisco 806 router needs to be configured in order to do so.
Basically, the remote SQL server is set up ok, and I can connect to it from an IP that doesn't sit behind this router (e.g. one in the DMZ).
I have little (i.e. 'no') experience in dealing with cisco routers (or networking come to think of it!), so learning how to open up port 1433 has come as somewhat a little shock.
I've opened a telnet session to our router, and I believe I need to change the access list, but am unsure how to. From the research I've done, is it as simple as doing this(?):
(With this I aim to allow access from my IP to the remote IP on port 1433 only).
- Is this the right command?
- Do I need to type anything else to make this a permanent entry in the ACL?
Thanks in advance.
Network-n00b
------------------------
Hit any User to continue
Basically, the remote SQL server is set up ok, and I can connect to it from an IP that doesn't sit behind this router (e.g. one in the DMZ).
I have little (i.e. 'no') experience in dealing with cisco routers (or networking come to think of it!), so learning how to open up port 1433 has come as somewhat a little shock.
I've opened a telnet session to our router, and I believe I need to change the access list, but am unsure how to. From the research I've done, is it as simple as doing this(?):
Code:
Router#access-list 101 permit tcp any host xxx.xxx.xxx.xxx eq 1433
(With this I aim to allow access from my IP to the remote IP on port 1433 only).
- Is this the right command?
- Do I need to type anything else to make this a permanent entry in the ACL?
Thanks in advance.
Network-n00b
------------------------
Hit any User to continue