mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #261] [QUESTION] Block internet navigation from VM #207
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DEK4 on GitHub (Mar 12, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/261
Hello,
is there anyone who can help me telling me how can i block the internet navigation from the VMs?
thanks a lot
@DEK4 commented on GitHub (Mar 14, 2014):
Any advice? :)
@retspen commented on GitHub (Mar 14, 2014):
What does mean block the internet navigation? Deny NAT ?
@DEK4 commented on GitHub (Mar 14, 2014):
I have to block the access to the internet on an determinate IP
but this IP can access only to an internal ip on port 80
2014-03-14 16:19 GMT+01:00 Anatoliy Guskov notifications@github.com:
@retspen commented on GitHub (Mar 16, 2014):
Try something like that:
iptables -A FORWARD -s ipaddress_vm -p tcp --dport !80 j- DROP