Login or register (free and only takes a few minutes) to participate in this question.You will also have access to many other tools and opportunities designed for those who have language-related jobs (or are passionate about them). Participation is free and the site has a strict confidentiality policy.
English to Hungarian translations [PRO] Tech/Engineering - Internet, e-Commerce / messaging | | English term or phrase: ingress/egress policy | | "source address failed ingress/egress policy" |
| Gabor KunKudoZ activityQuestions: 264 ( 3 open) ( 1 without valid answers) ( 5 closed without grading) Answers: 255 Hungary
| | Local time: 01:47
|
| | beléptethetőségi/kiléptethetőségi szabályok | Explanation: Egész biztos vagyok benne, hogy ezt az új kifejezést sokan angolul hagyják, mert az elmagyarázásától sokan fáznak. A lényeg az, hogy hálózatba belépésnél, illetva abból való kilépésnél a beérkező vagy kifelp tartó adatcsomagokat ellenőrzésnek kell alávetni. Ezt angolul így csinálják: The new ingress/egress controls are fairly simple: each packet entering the system must pass an ingress access control and each packet leaving the system must pass an egress access control. Forwarded packets must also pass an additional forwarding access control, but I'm going to leave that for another time and focus on the ingress/egress cases. In both the ingress and egress access controls the network packet is subjected to network interface and network address checks. In order to allow incoming network traffic to enter the system you need the following two allow rules (where network_if_t is the network interface's label, network_addr_t is the remote host's network address label and peer_t is the traffic's peer label):
allow peer_t network_if_t:netif ingress;
allow peer_t network_addr_t:node recvfrom;
Network traffic leaving the system requires similar allow rules:
allow peer_t network_if_t:netif egress;
allow peer_t network_addr_t:node sendto; |
| Selected response from:
JANOS SAMU United States Local time: 13:47
| Grading comment Selected automatically based on peer agreement. 4 KudoZ points were awarded for this answer |
| |
| Discussion entries: 0 |
|---|
Automatic update in 00:
|
| |