Advertisement
Guest User

Untitled

a guest
Sep 21st, 2011
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. I have a server that has a connection to 3 networks.
  2. Eth0 connected to my internal LAN (my classroom)
  3. Eth1 connected to my ISP
  4. Eth2 connected to my school's LAN
  5.  
  6. My classroom is separated because I have my own internet connection. I need to be connected to my schools LAN now because my server sync's data with my schools servers.
  7.  
  8. My problem is that when teachers from my school connect to my server by domain name it seems to be timing out a lot of the time.
  9.  
  10. My routing table on the server is...
  11.  
  12. Kernel IP routing table
  13. Destination Gateway Genmask Flags Metric Ref Use Iface
  14. 192.168.6.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
  15. 24.148.112.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
  16. 192.168.8.0 192.168.40.1 255.255.255.0 UG 0 0 0 eth2
  17. 192.168.40.0 0.0.0.0 255.255.254.0 U 0 0 0 eth2
  18. 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
  19. 0.0.0.0 24.148.112.252 0.0.0.0 UG 100 0 0 eth1
  20. 0.0.0.0 192.168.40.1 0.0.0.0 UG 100 0 0 eth2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement