Results 1 to 2 of 2
Hi,
I need to use the same port on eth0 and eth0:1 but it seems it does not work.
Eth0 is allocated by an application which listens port 33000.
On ...
- 10-10-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 3
Listen same port on eth0 and eth0:1
Hi,
I need to use the same port on eth0 and eth0:1 but it seems it does not work.
Eth0 is allocated by an application which listens port 33000.
On eth0:1 I would need to run sshd, port 33000, but I get "error: Bind to port 33000".
Is it possible to share the same port with virtual ethernet? Any suggestion ?
For security reason I am able to use only port 33000.
Thank you.
Luke
- 10-11-2009 #2
SSH is listening on port 33000 it should not matter which interface it comes in on.
Check your SSH config to ensure you haven't locked it down to one IP Address.


Reply With Quote
