Hello I want to create a similar network philosophy as tor, with Enter Node, Middle Node(Router), Exit Node
I created 3 ubuntu servers linux distros on vbox
Because exit node has outside connection he has NAT adapter
He also has internal network in order to communicate with the middle node(router)
The middle node has the same internal network
PROBLEMS:
- I don't see any network interface with IP on the middle node(he has only internal network adapter)
- I don't know if the internal network of both nodes should have the same MAC address
- I don't understand why the internal network doesn't have IP at all
- How to forward ANY traffic from the middle node to the exit node?
- I'm trying to ping anything from middle node and I can't reach anything (public ip of exit node, the NAT of exit node, idk what to do)
EXIT NODE:
MIDDLE NODE:
The mac address of the internal network (same name: my_inet1)
is 080000000000 (i changed it manually, idk why)
No comments:
Post a Comment