(but not lan1 to internet)
but all is not so good...
GW firewall is disabled, all other servises disabled too.
- Code: Select all
1(ftp client. LAN1)------2(wingate)------3(gateway)-----5 (Internet)
\-----4(ftp server. LAN2)
LAN1 10.10.0.0
LAN2 10.11.0.0
1 10.10.0.3
2 10.10.0.2
2 10.11.0.2
3 10.11.0.1
4 10.11.0.3
a)that's work fine:
Name|Type|Status|Usage|Speed|Device Name|IP Address|Gateway
LAN1|LAN or High-Speed Internet|Enabled|Internal|10.0 Mbps|Realtek RTL8139 Family PCI Fast Ethernet NIC|10.10.0.2
LAN2|LAN or High-Speed Internet|Enabled|External|10.0 Mbps|Broadcom NetXtreme Gigabit Ethernet|10.11.0.2|10.11.0.1
b)that's work bad:
Name|Type|Status|Usage|Speed|Device Name|IP Address|Gateway
LAN1|LAN or High-Speed Internet|Enabled|External|10.0 Mbps|Realtek RTL8139 Family PCI Fast Ethernet NIC|10.10.0.2
LAN2|LAN or High-Speed Internet|Enabled|External|10.0 Mbps|Broadcom NetXtreme Gigabit Ethernet|10.11.0.2|10.11.0.1
a)
from internal to external
[R] Connecting to 10.11.0.3 -> IP=10.11.0.3 PORT=21
[R] Connected to 10.11.0.3
[R] 220 Titan FTP Server 3.02.165 Ready.
[R] USER anonymous
[R] 331 User name okay, need password.
[R] PASS (hidden)
[R] 230-Welcome anonymous from 10.11.0.2. You are now logged in to the server.
[R] 230 User logged in, proceed.
[R] SYST
[R] 215 UNIX Type: L8
[R] FEAT
[R] 211-Extensions Supported
[R] COMB
[R] MLST
[R] MLSD
[R] SIZE
[R] XCRC
[R] REST STREAM
[R] EPRT
[R] EPSV
[R] 211 End
[R] PWD
[R] 257 "/" is current directory.
[R] TYPE A
[R] 200 Type set to A.
[R] PASV
[R] 227 Entering Passive Mode (10,11,0,3,15,103).
[R] Opening data connection IP: 10.11.0.3 PORT: 3943
[R] LIST -al
[R] 150 File status okay; about to open data connection.
[R] 226 Closing data connection. Transferred 678 bytes.
[R] List Complete: 654 bytes in 0,24 seconds (2,7 KB/s)
b)
from external to external
[R] Connecting to 10.11.0.3 -> IP=10.11.0.3 PORT=21
[R] Connected to 10.11.0.3
[R] 220 Titan FTP Server 3.02.165 Ready.
[R] USER anonymous
[R] 331 User name okay, need password.
[R] PASS (hidden)
[R] 230-Welcome anonymous from 10.11.0.2. You are now logged in to the server.
[R] 230 User logged in, proceed.
[R] SYST
[R] 215 UNIX Type: L8
[R] FEAT
[R] 211-Extensions Supported
[R] COMB
[R] MLST
[R] MLSD
[R] SIZE
[R] XCRC
[R] REST STREAM
[R] EPRT
[R] EPSV
[R] 211 End
[R] PWD
[R] 257 "/" is current directory.
[R] TYPE A
[R] 200 Type set to A.
[R] PASV
[R] 227 Entering Passive Mode (10,11,0,2,169,21)
[R] Opening data connection IP: 10.11.0.2 PORT: 43285
[R] Data Socket Error: Connection refused
[R] List Error
connecting to 10.11.0.2, but it must be 10.11.0.3 as at (a).
------------------
at
10.10.0.3
route ADD 10.11.0.0 MASK 255.255.0.0 10.10.0.2
at
10.11.0.3
route ADD 10.11.0.0 MASK 255.255.0.0 10.11.0.1
only that additional route
HELP me plzzzz