Skip to content

Instantly share code, notes, and snippets.

@ceylanb
Last active January 30, 2022 21:33
Show Gist options
  • Save ceylanb/4a2a84ea6b5e2c4c1cfcb27ea8370c20 to your computer and use it in GitHub Desktop.
Save ceylanb/4a2a84ea6b5e2c4c1cfcb27ea8370c20 to your computer and use it in GitHub Desktop.
sudo /usr/lib/vmware/bin/vmware-netcfg
su
ifconfig eth0 10.152.152.12 netmask 255.255.192.0
ip rule add from all lookup main pref 0
busybox route add default gw 10.152.152.10
ndc resolver setnetdns 100 localdomain 10.152.152.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment