Re: multihome box: why ssh over only one interface?
- From: Orlin Gueorguiev <orlin@xxxxxxxxxxx>
- Date: Tue, 25 Nov 2008 09:56:06 +0100
Hi Sean,
you have to edit your sshd_config file, which should be located in /etc/sshd.
What you have to do there is to add the line
ListenAddress <ip_of_eth3>
Take a look at this manual:
http://www.cyberciti.biz/tips/howto-openssh-sshd-listen-multiple-ip-address.html
Cheers,
Orlin
На Tuesday 25 November 2008 03:16:29 sean darcy написа:
Using Fedora 9, openssh-5.1p1-3.fc9.i386.
I have a multihomed machine with 2 external interfaces - eth0 and
eth3. I can ssh into eth0, but not eth3. Using logging with iptables,
I see the ssh packets coming in to eth3. But I see nothing in
/var/log/secure showing even an attempted login.
My iptables ACCEPT should work for any interface:
$IPT -A INPUT -p tcp -s 0/0 --dport 22 -j ACCEPT #ssh
Any clue what I should look for now? I've tried ssh to eth3 from the
same machine that works to eth0. No luck.
FWIW, I can also ssh into the internal interface.
sean
- Follow-Ups:
- Re: multihome box: why ssh over only one interface?
- From: sean darcy
- Re: multihome box: why ssh over only one interface?
- References:
- multihome box: why ssh over only one interface?
- From: sean darcy
- multihome box: why ssh over only one interface?
- Prev by Date: Re: multihome box: why ssh over only one interface?
- Next by Date: Re: multihome box: why ssh over only one interface?
- Previous by thread: Re: multihome box: why ssh over only one interface?
- Next by thread: Re: multihome box: why ssh over only one interface?
- Index(es):
Relevant Pages
|