Re: ssh forwarding question

2007-09-11 Thread Pollywog
On Tuesday 11 September 2007 17:30:55 Bob Johnson wrote: > > It should have already been in /etc/defaults/rc.conf. So the mystery > to be solved is why it was not there (or what you had in /etc/rc.conf > that overrode it, maybe). When you installed FBSD, did you do a > "standard" install or one o

Re: ssh forwarding question

2007-09-11 Thread Bob Johnson
On 9/3/07, Pollywog <[EMAIL PROTECTED]> wrote: > On Tuesday 04 September 2007 00:13:13 Pollywog wrote: > > On Monday 03 September 2007 23:08:45 Predrag Punosevac wrote: > > > Pollywog wrote: > > > > bind: Can't assign requested address > > > > channel_setup_fwd_listener: cannot listen to port: 1590

Re: ssh forwarding question

2007-09-11 Thread doug
On Mon, 10 Sep 2007, Philip M. Gollucci wrote: doug wrote: This is new with 7.0? I have the above in none of many rc.conf's 4.11 --> 6.2. grep ifconfig /etc/rc.conf ifconfig_em0="DHCP" grep lo0 /etc/defaults/rc.conf ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. un

Re: ssh forwarding question

2007-09-10 Thread Pollywog
On Monday 10 September 2007 22:39:53 doug wrote: > On Mon, 3 Sep 2007, Beech Rintoul wrote: > > On Monday 03 September 2007, Pollywog said: > >> On Tuesday 04 September 2007 00:13:13 Pollywog wrote: > >>> On Monday 03 September 2007 23:08:45 Predrag Punosevac wrote: > Pollywog wrote: > > b

Re: ssh forwarding question

2007-09-10 Thread Philip M. Gollucci
doug wrote: > This is new with 7.0? I have the above in none of many rc.conf's 4.11 --> > 6.2. grep ifconfig /etc/rc.conf ifconfig_em0="DHCP" grep lo0 /etc/defaults/rc.conf ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. uname -a FreeBSD philip.hq.rws 7.0-CURRENT FreeBS

Re: ssh forwarding question

2007-09-10 Thread doug
On Mon, 3 Sep 2007, Beech Rintoul wrote: On Monday 03 September 2007, Pollywog said: On Tuesday 04 September 2007 00:13:13 Pollywog wrote: On Monday 03 September 2007 23:08:45 Predrag Punosevac wrote: Pollywog wrote: bind: Can't assign requested address channel_setup_fwd_listener: cannot l

Re: ssh forwarding question

2007-09-03 Thread Predrag Punosevac
Predrag Punosevac wrote: Pollywog wrote: On Tuesday 04 September 2007 00:13:13 Pollywog wrote: On Monday 03 September 2007 23:08:45 Predrag Punosevac wrote: Pollywog wrote: bind: Can't assign requested address channel_setup_fwd_listener: cannot listen to port: 15901 Could not requ

Re: ssh forwarding question [SOLVED]

2007-09-03 Thread Pollywog
On Tuesday 04 September 2007 00:37:15 Beech Rintoul wrote: > > Make sure you have this line in /etc/rc.conf: > > ifconfig_lo0="inet 127.0.0.1" > > Beech Thanks, I added the line. I did not know it was going to be that simple a fix. ___ freebsd-quest

Re: ssh forwarding question

2007-09-03 Thread Beech Rintoul
On Monday 03 September 2007, Pollywog said: > On Tuesday 04 September 2007 00:13:13 Pollywog wrote: > > On Monday 03 September 2007 23:08:45 Predrag Punosevac wrote: > > > Pollywog wrote: > > > > bind: Can't assign requested address > > > > channel_setup_fwd_listener: cannot listen to port: 15901 >

Re: ssh forwarding question

2007-09-03 Thread Pollywog
On Tuesday 04 September 2007 00:13:13 Pollywog wrote: > On Monday 03 September 2007 23:08:45 Predrag Punosevac wrote: > > Pollywog wrote: > > > bind: Can't assign requested address > > > channel_setup_fwd_listener: cannot listen to port: 15901 > > > Could not request local forwarding. > > > > It se

Re: ssh forwarding question

2007-09-03 Thread Pollywog
On Monday 03 September 2007 23:08:45 Predrag Punosevac wrote: > Pollywog wrote: > > bind: Can't assign requested address > > channel_setup_fwd_listener: cannot listen to port: 15901 > > Could not request local forwarding. > > It seems to me that you have a problem with a firewall. Look at your own

Re: ssh forwarding question

2007-09-03 Thread Pollywog
On Monday 03 September 2007 23:08:45 Predrag Punosevac wrote: > Pollywog wrote: > > bind: Can't assign requested address > > channel_setup_fwd_listener: cannot listen to port: 15901 > > Could not request local forwarding. > > It seems to me that you have a problem with a firewall. Look at your own

Re: ssh forwarding question

2007-09-03 Thread Predrag Punosevac
Pollywog wrote: bind: Can't assign requested address channel_setup_fwd_listener: cannot listen to port: 15901 Could not request local forwarding. It seems to me that you have a problem with a firewall. Look at your own message. It looks like port 15901 is closed for listening. _

ssh forwarding question

2007-09-03 Thread Pollywog
I installed tightvnc on FreeBSD 6.2 and I start the vncserver on that machine. Thereafter, I can do vnc via ssh to that vncserver from my kubuntu desktop with something like this (hostname is the only thing changed to protect the innocent): ssh -L 15901:localhost:5901 -N -f -l pollywog myhost.ex