stiks
March 7th, 2004, 07:18
I have a little problem - when i try to connect to my server, i get time out seesion.

Connections from Internet to my server - 2-5 sec
Connection from local net to my server - 120 sec timeout

more /etc/hosts
::1 localhost code.synapse.ee
127.0.0.1 localhost code.synapse.ee
#
# Imaginary network.
10.0.1.1 code.synapse.ee code
10.0.1.2 winxp.synapse.ee winxp
10.0.0.1 code.synapse.ee code

Maybe i do something wrong ?

optyk
March 7th, 2004, 16:51
What is code.synapse.ee's role, and how is it connected? Do you have 2 interfaces in it?

stiks
March 12th, 2004, 12:27
ifconfig_rl0="inet 213.35.134.175 netmask 255.255.255.128"
ifconfig_ed0="inet 10.0.0.1 netmask 255.255.255.224"
ifconfig_fxp0="inet 10.0.1.1 netmask 255.255.255.224"
defaultrouter="213.35.134.254"

and if i remove defaultrouter, then all work fine. What f?

bsdjunkie
March 12th, 2004, 13:01
10.0.1.1 code.synapse.ee code
10.0.0.1 code.synapse.ee code

Both are aliased to code. This could cause some timeout issues if the machine is confused which one to use i would think.