From: Ken P. <ke...@gm...> - 2006-12-22 13:10:58
|
thanks,it works now. this is my first time to see the syntax of network redirection in XML, I didn't see this in the readme file. On 12/22/06, Henry Nestler <Hen...@ar...> wrote: > 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 > -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@`` ")' |