cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
231
Views
0
Helpful
2
Replies

tying down telnet

josephreid
Level 1
Level 1

I'm deploying two apps that need to monitor and connect to the firewall via telnet/ssh. What I want to acheive is only allow access from two servers from inside interface. When I specify the IP address,.

FWSM#(config)telnet 147.11.2.3 255.255.0.0 inside

the entry in the config is

telnet 147.11.0.0 255.255.0.0

which is allowing any machine or account on the inside interface tyo connect to the firewall. How do I tie this down?

1 Accepted Solution

Accepted Solutions

jackko
Level 7
Level 7

not sure if i understand the issue correctly.

to allow only two servers to telnet to the firewall,

telnet 147.11.2.3 255.255.255.255 inside

telnet 147.11.2.4 255.255.255.255 inside

View solution in original post

2 Replies 2

jackko
Level 7
Level 7

not sure if i understand the issue correctly.

to allow only two servers to telnet to the firewall,

telnet 147.11.2.3 255.255.255.255 inside

telnet 147.11.2.4 255.255.255.255 inside

Jackko,

That got it working...

couldn't see the simple solution for looking for the hard way...