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.
Ian Peattie provided this:
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.
Enter your email address for automatic notification of new posts here
(be sure to whitelist 'feedburner.com' if you use spam filtering)
| Views for this page | ||||
|---|---|---|---|---|
| Today | This Week | This Month | This Year | Overall |
| 1 | 14 | 24 | 24 | 1,983 |
/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.
Click here to add your comments