Re: Advanced Security Question
From: Abdullah Ramazanoglu (abdullah_at_ramazanoglu.tr)
Date: 08/13/04
- Previous message: Bill Marcum: "Re: Port 785 = Network Terrorist?"
- In reply to: Abdullah Ramazanoglu: "Re: Advanced Security Question"
- Next in thread: Dale Dellutri: "Re: Advanced Security Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 13 Aug 2004 23:41:48 +0300
Abdullah Ramazanoglu dedi ki:
> Hammer dedi ki:
--8<--
> The trick is, how to implement an arp table (on server) so that it will
> advertise its own mac address e.g. for an arp query of client
> 192.168.100.100 and then use the real mac address of that client when it
> comes to forward the processed packet: In the former case your server's
> arp table should be associating 192.168.100.100 (destination client) with
> its own mac address, but in the latter case the same arp table should be
> associating 192.168.100.100 with the destination client's real mac
> address. Unless you can find a solution to this, I guess this suggestion
> of mine is no more than a fantasy.
Eureka! (well, sort of :)
It is the "-i" (interface) option to arp command. Use two NICs on the
routing server, one to proxy-arp, associating client IP addresses with the
mac address of this NIC, which will receive incoming traffic from clients.
The other NIC is for outgoing traffic to clients, with arp table entries
associating each client with their real mac addresses. If you use a 3rd
NIC for internet / DMZ etc, then a single default route won't suffice, and
you would also need to setup a static -network- route for the clients.
Does "arp -i" provide for the same -client- IP address appear twice in the
arp table, based on different interfaces? I think it should. Worth a try.
-- Abdullah | aramazan@ | Ramazanoglu | myrealbox | ________________| D-O-T cöm |
- Previous message: Bill Marcum: "Re: Port 785 = Network Terrorist?"
- In reply to: Abdullah Ramazanoglu: "Re: Advanced Security Question"
- Next in thread: Dale Dellutri: "Re: Advanced Security Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|