우분투 14.04 핑 : sendmsg : 허용되지 않는 작업


10

문제는 분명히 리그에서 벗어났습니다. 우분투는 네트워크에 액세스 할 수 없지만 가상 상자를 사용하는 VM은 모두 인터넷에 액세스 할 수 있습니다. 나는 다음과 같은 변화를 시도했지만 당신이 할 수있는대로 성공하지 못했습니다. 내 상자에 무엇이 잘못되었는지 매우 혼란스러워합니다. 도움을 주셔서 감사합니다.

carl@carl-Latitude-E6410:~$ sudo ip6tables -P INPUT ACCEPT
carl@carl-Latitude-E6410:~$ sudo ip6tables -P OUTPUT ACCEPT
carl@carl-Latitude-E6410:~$ sudo ip6tables -P FORWARD ACCEPT
carl@carl-Latitude-E6410:~$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
^C
--- 8.8.8.8 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 1008ms
carl@carl-Latitude-E6410:~$ sudo iptables -P INPUT ACCEPT
carl@carl-Latitude-E6410:~$ sudo iptables -P OUTPUT ACCEPT
carl@carl-Latitude-E6410:~$ sudo iptables -P FORWARD ACCEPT
carl@carl-Latitude-E6410:~$ sudo service iptables restart
iptables: unrecognized service
carl@carl-Latitude-E6410:~$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
^C
--- 8.8.8.8 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 1008ms

2
수행 iptables --flush하고 다시 시도하십시오.
Nathan C

1
iptables를 플러싱하는 것이 효과가있었습니다. cisco VPN 클라이언트와 함께 제공되는 IP 규칙이 충돌합니다. 어쨌든 클라이언트를 플러시하고 다시 설치 한 후 모든 것이 정상이며 다시 정상으로 돌아옵니다.
Stainedart

답변:


10

IPtables는 때때로 조금씩 삐걱 거리며 제거되거나 제거되지 않는 규칙이 많이 있습니다.

시도 iptables --flush하는 모든의 iptables 규칙을 삭제 .


5
iptables --flush모든 방화벽 규칙을 삭제합니다. 예, 방화벽 관련 문제를 제거 할 것이지만 실제로 원하는 작업입니까?
sudocode
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.