Hi harryhair5.
I'm not sure what you call a config. However, I'll try to describe how I thought it could be.
The network:
3 servers, all connected to the PIX build in hub.
1 Cisco PIX 501
1 Cisco 677 adsl router.
The 677 is assigned with one global outside IP and two global inside IP's on each their network.
I need to establish a VPN connection to a W2K Server and theirfor I need to open for the GRE protocol - which is not possible with the PIX. So I got myself some more IP-adresses from my ISP. Now I should be able to for instans recieve VPN to the W2K-server on one IP and have a mailserver plus a webserver on the other IP, right?
So, there is a lot of addresses.
Let me try to illustrate...
10.0.0.1
Cisco 677
10.0.1.1 / 10.0.2.1
|
10.0.1.2 / 10.0.2.2
Cisco PIX
10.0.3.1
|
+----------+----------+
| | |
10.0.3.2 10.0.3.3 10.0.3.4
W2K-server webserver mailserver
10.0.1.0 network is on subnet 255.255.255.252
10.0.2.0 network is on subnet 255.255.255.248
10.0.3.0 network is on subnet 255.255.255.0
The PIX shout then NAT
port 80 from 10.0.1.2 to 10.0.3.3
port 25 from 10.0.1.2 to 10.0.3.4
all from 10.0.2.2 to 10.0.3.2 (to include GRE)
I hope I provided you with all information

Henrik