[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

dante block(2)



Hi.
I'm trying to set up a dante-proxy-server, But dante always close the connection without any visible error (firefox shows an white page). In the log are many of these errors: Dec 25 20:48:43 danted[5372]: block(2): tcp/accept [: 87.180.112.175.50663 -> 62.75.243.221.1080

Why does dante close the connection? In my danted.conf (see below), the host "87.180.112.175" is allowed.

Thanks and Greets,
Michael

ps: sry for my bad english x:


My danted.conf:

logoutput: /var/log/dante.log stdout
internal: 62.75.243.221 port = 1080
internal: 127.0.0.1 port = 1080
external: 62.75.243.221
method: none username pam
clientmethod: none
connecttimeout: 30

client pass {
   from: 87.180.0.0/24 port 1-65535 to: 0.0.0.0/0
}
client block {
   from: 0.0.0.0/0 to: 0.0.0.0/0
   log: connect error
}
block {
   from: 0.0.0.0/0 to: 127.0.0.0/8
   log: connect error
}
block {
   from: 0.0.0.0/0 to: 172.16.0.0/12
   log: connect error
}
block {
   from: 0.0.0.0/0 to: 0.0.0.0/0
   command: bind
   log: connect error
}
pass {
   from: 87.180.0.0/24 to: 0.0.0.0/0
   command: bind
   log: connect error
}
pass {
   from: 87.180.0.0/24 to: 0.0.0.0/0
   protocol: tcp udp
}
block {
   from: 0.0.0.0/0 to: 0.0.0.0/0
   log: connect error
}




Reply to: