|
Posted by yawnmoth on 12/18/94 11:48
Any IP address I try to open with fsockopen on a particular server
seems to use another IP address instead.
eg. I open a socket connection to 192.168.1.1 but the remote_addr that
the other server sees is 192.168.1.255. It's as if, like I said, the
IP address I supply to fsockopen is being replaced with another one.
Anyway, this is breaking a script of mine. I don't think I can really
do a lot in PHP to fix this but is there perhaps some way that I can
detect it? Is there some command line parameter that I can pass to
passthru or something that'll tell me whether or not such a thing is
happening?
Also, how is this even being done? Could a firewall do this? If so,
I'm still not even sure how it'd be done...
Navigation:
[Reply to this message]
|