From: Henry N. <Hen...@Ar...> - 2006-12-21 22:17:21
|
Ken Perl wrote: > I run coLinux as a windows service, so could I add vncserver and ssh > port forward config information into the xml config file? I tried but > it seems doesn't work. If this is not supported, Could this be added > for future release? > > colinux-daemon kernel=vmlinux cobd0=fs_4095Mb cobd1=swap_512Mb mem=256 > eth0=slirp,"",tcp:5901:5901/tcp:22:22 root=/dev/cobd0 > It is supported since colinux 0.6.3 Have you allowed your firewall to agent colinux-slirp-net-daemon.exe as "server" and allowed to open a listen port? Try to redirect the windows port 2222 as port 22 for coLinux (and without the "" after slirp please): colinux-daemon kernel=vmlinux cobd0=fs_4095Mb cobd1=swap_512Mb mem=256 eth0=slirp,,tcp:5901:5901/tcp:2222:22 root=/dev/cobd0 This is the slirp network with redirections as XML: <network index="0" type="slirp" redir="tcp:5901:5901/tcp:2222:22" /> Install the tool TCPview.exe from Sysinternals to view open sockets. -- Henry Nestler |