vrypan — panayotis vryonis
My blog is a digital scrapbook of ideas, thoughts and personal events. My home is vrypan.net.
Home — Archive: All · English · Greek — RSS Feeds: full feed · other options
#howto #gr

vmware host-only configuration

Personal note για μελλοντική χρήση.

Έχοντας σετάρει το vmware με host-only network interface, ρυθμίζουμε το routing του Linux (host) ως εξής:

echo 1 > /proc/sys/net/ipv4/ip_forward iptables --flush iptables --table nat --flush iptables --delete-chain iptables --table nat --delete-chain iptables --table nat --append POSTROUTING --out-interface eth1 -j MASQUERADE iptables --append FORWARD --in-interface vmnet1 -j ACCEPT

επίσης, μπορούμε να ρυθμίσουμε το host-only interface στο /etc/vmware/vmnet1/

Share this post:
The Letter is a newsletter I send out whenever I have something to say or share. It may take a few days, weeks or months for the next one.
Privacy: I hate spam as much as you do, maybe more. I will not share your email with advertisers, etc.