Re: SSH through Firewall
gaur_ms_at_yahoo.co.in
Date: 10/08/05
- Next message: Charles Newman: "Re: March 29, 2006 total eclipse - IT admin's WORST NIGHTMARE"
- Previous message: hans m41 : "Re: IDS Implementation"
- In reply to: Robert: "Re: SSH through Firewall"
- Next in thread: Wolfgang Kueter: "Re: SSH through Firewall"
- Reply: Wolfgang Kueter: "Re: SSH through Firewall"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 8 Oct 2005 02:55:08 -0700
Robert wrote:
> > Eth0 (external IP)----Firewall----Internal Network LAN(internal IPs)
We are using IPTABLES firewall on Redhat Linux.
-karmath
> >
> > We have started firewall and blocked ssh initially. Now we need to open
> > ssh port in the firewall. From within the Internal I can SSH firewall
> > and be able login but even after opening the port 22 and starting sshd
> > service at Firewall I am unable to get into the system from the outside
> > Internet. Any pointers shall be welcome.
> > Many thanks
> > Karmath
>
>
> ssh xx.yy.zz.aa 255.255.255.255 outside
> ssh 0.0.0.0 0.0.0.0 outside
> ssh 192.168.1.0 255.255.255.0 inside
> ssh timeout 5
>
> xx.yy.zz.aa (external IP)
> 192.168.1.0 (your internal network)
>
> do not forget add some user and set password
>
> Robert
- Next message: Charles Newman: "Re: March 29, 2006 total eclipse - IT admin's WORST NIGHTMARE"
- Previous message: hans m41 : "Re: IDS Implementation"
- In reply to: Robert: "Re: SSH through Firewall"
- Next in thread: Wolfgang Kueter: "Re: SSH through Firewall"
- Reply: Wolfgang Kueter: "Re: SSH through Firewall"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|