Thanks Charles, that was my problem.
Robert Chambers

Charles Steinkuehler wrote:

Robert Chambers wrote:

After doing the svi network reload I get a few error messages:

EXTERN_IP: not found

portfw: illegal local address/port specified

M Lu wrote:

- Add the following lines (or edit them if already there) into
/etc/network.conf

EXTERN_TCP_PORTS="0/0_ssh"
and
INTERN_SERVERS="tcp_${EXTERN_IP}_ssh_192.168.1.1_ssh"

assuming you want to access SSH on 192.168.1.1

then do

svi network reload


I suspect you used parens "()" instead of curly braces "{}" for the INTERN_SERVERS line. Use the line exactly as it appears above, and it should work.


Alternatively, you could use the built-in port-forwarding for ssh:

INTERN_SSH_SERVER=192.168.1.1
EXTERN_SSH_PORT=22

instead of the INTERN_SERVERS setting. You still need the EXTERN_TCP_PORTS setting for either of these options to allow the packets through your firewall so they can be forwarded.





-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to