Phillip Windell wrote:
> Running 1 Nic with 2 IP#s is not the same thing as two Nics with one
> IP# each. If you want multiple IP#s on the external side then add
> them to the same Nic and run one external Nic and one internal. But
> outbound packets will still show the Primary IP# of the Nic as the
> IP# they came from.
Isn't that really the same as two nics with two different IPs and one
default gateway, which won't work, because alas, it will use the wrong
gateway for one of the IPs? Which would result in say packets from internet
through 212.130.x.y, would be presented with 212.130.x.x as source IP when
the machine decides to answer the quest?
Like 80.70.60.50 wants to talk with 212.130.x.y (source/destination) -
80.70.60.50/212.130.x.y
NAT (10.0.0.3) mangles the packet -
80.70.60.50/10.0.0.10
Machine decides to answer
10.0.0.10/80.70.60.50
Route dictates 80.70.60.50 is unknown, thus default gateway (10.0.0.2)
applies
NAT (10.0.0.2) mangles the packet -
212.130.x.x/80.70.60.50
80.70.60.50 didn't ask 212.130.x.x for anything and refuses.
Won't the above also apply to 2 IPs on one NIC, since
- Different gear, seperate NAT tables, seperate ISPs
- Client won't accept packages from other places than what the client
originally requested
Sounds to me, that it's quite simple, that you can only have /one/ interface
facing toward internet and takes request from the internet for the entire
internal network? As in everything you got "exposed" (as in responds on TCP
on ports x,y,z etc) to the internet must use the same external facing
interface, else the routing will fail, because one default gateway rules
them all?
> No. I think you are worrying about something that is not even a
> "problem" to begin with,...it is just simply the way that TCP/IP
> works, ...it is the way it was meant to work.
Indeed, but unfortunately I have a certain habit of "breaking" the rules.
> bucket" for "unknown destinations". The Internet, by nature, is one
> big "unknown" destination.
Which I finally 'get', so thanks for the above explainations

.
Btw. I appreciate the time your are taking to 'carve it out' for me!
--
You can't trust water: Even a straight stick turns crooked in it.
(W. C. Fields)