This article is from a FAQ concerning SCO operating systems. While some of the information may be applicable to any OS, or any Unix or Linux OS, it may be specific to SCO Xenix, Open Desktop or Openserver.

There is lots of Linux, Mac OS X and general Unix info elsewhere on this site: Search this site is the best way to find anything.

OSR5 FAQ

I am using the OSR5 ipnat, but ftp only works in passive mode.

Ian Peattie provided this:


Hate these ads?

Supposing your ipnat configuration looks like this:

 #!/bin/ksh
 MYIP=`ifconfig net0 | grep inet | awk '{ print $2 }'`
 ipnat -F
 ipnat -C
 ipnat -f - <<EOF
 map net0 192.168.200.0/24 -> $MYIP/32
 EOF
 

To add the ftp proxy, change your script to this:

  ----(start)---
  #!/bin/ksh
  MYIP=`ifconfig net0 | grep inet | awk '{ print $2 }'`
  ipnat -F
  ipnat -C
  ipnat -f - <<EOF
  map net0 192.168.200.0/24 -> $MYIP/32 proxy port ftp ftp/tcp
  map net0 192.168.200.0/24 -> $MYIP/32
  EOF
  ----(end)----
 

and then re-run it.



Comments /SCOFAQ/FAQ_scotec2ftpproxy.html


Add your comments

Enter your email address for automatic notification of new posts here
(be sure to whitelist 'feedburner.com' if you use spam filtering)

Or use any RSS reader

Delivered by FeedBurner


Views for this page
Today This Week This Month This Year  Overall
3729662 1,616

/SCOFAQ/FAQ_scotec2ftpproxy.html copyright 1997-2003 (various) All Rights Reserved

Have you tried Searching this site?

Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates

This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.

Publishing your articles here

More:
       - FAQ




Unix/Linux Consultants

Your ad here - $24.00 yearly!

http://www.loch-raven.com/Loch Raven provides consulting services for Linux, UNIX, SCO OpenServer, SCO UnixWare, AIX, Solaris and FreeBSD systems. Services include: System administration, Backup and Disaster Recovery planning and implementation, Custom Shell Scripting, System Recovery, Remote Administration, Secure Remote Access configuration, Troubleshooting, System Migration and Windows/Linux/Unix integration with Samba. Loch Raven also provides web site hosting, solutions, and consulting along with Joomla CMS.


http://echo3.net/ Unix/Linux Custom Applications, Web Hosting, C/C++ Programming Courses


http://www.breakthru.com.au SCO (Openserver and Unixware), Unix, Solaris and Linux Consulting services including: Secure Networking Solutions; Linux based Firewalls; Backup Solutions; Secure Home to Office Network Setup; Phone, Remote and On-Site Support available - Satisfaction Guaranteed!









Change Congress


Related Posts