D
D
dimondemidov12021-09-08 17:48:09
Computer networks
dimondemidov1, 2021-09-08 17:48:09

Authorization on a proxy server through a router?

Hello, I have a working network with authorization through a proxy (login and password). tell me which router I should install so that it logs in to the proxy server, and gives, so to speak, clean Internet without authorization. Or what firmware of routers support it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Mnemonic0, 2021-09-08
@Mnemonic0

DD-WRT, need to pee a little in the CLI

V
Vladimir Dubrovin, 2021-09-08
@z3apa3a

out of the box - none, because the router routes traffic at the network level, and the proxy, depending on the type, works at the application or presentation level, and it is basically impossible to let arbitrary network traffic through the proxy. In general, for TCP protocols, this task is solvable, but not so trivial. You can put a local transparent redirector on the router (for example, 3proxy with the TransparentPlugin plugin), route TCP traffic into it, and use it to route traffic through the parent proxy with authorization. But such a scheme will not pull a high load, because routers are not designed for local traffic processing and are usually made on rather weak hardware, they effectively process only passing traffic, because while the main flow of traffic goes past the processor.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question