-
-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenMPTCProuter on esxi vm #87
Comments
Ok I finally managed to put the router on a VM ESXI For those who wish to do the same I give you the procedure to follow. 1- Get the workstation image 2- Upload the vmdk on your esxi 3- Connect to SSH on the esxi and convert the workstation disk to ESXI 4- Create the virtual machine: CPU = 1 delete hard disk, CD drive, if you use 4g keys, it's time to add them Add a disk that will be the image you converted You have completed the configuration of the VM but it is not finished You're done |
I got the interface up when i change the network address at /etc/config/network |
as OpenMPTCProuter is based upon OpenWRT: i strongly recommend to enable/allow mac changes and promiscous mode for openWRT VMs whereever posible in hypervisors |
thanks it took me time to resolve it the way that you have mentioned. |
Also had issues getting this to work initially. Here was the steps to follow for me to get it working. Now have OMR & PfSense virtualized in ESXi 6.7u3 Step 1 Download latest version combined.img.gz
Take that *.vmdk and upload it to your datastore. Open SSH and navigate to your datastore
Step 3 Create VM Compatibility - Latest available Select Storage Delete default USB Controller, Sata controller, Hard Disk, CD Drive, etc. Add 'existing hard disk', select converted VMDK. go to Boot Options and change from EFI to BIOS Step 4 |
Hello @Ysurac If you want, i have created a "how to" install OMR with ESXi in French language if it can help french users ;) |
Expected Behavior
Try to setup openMPTCProuter on esxi virtual machine but no idea why no work
Actual Behavior
SYSLOG:
Sat Jun 16 08:58:24 2018 daemon.info dnsmasq[6637]: inotify, new or changed file /tmp/hosts/odhcpd
Sat Jun 16 08:58:24 2018 daemon.info dnsmasq[6637]: read /tmp/hosts/odhcpd - 1 addresses
Sat Jun 16 08:58:25 2018 daemon.err /usr/bin/ss-local[10003]: getpeername: Socket not connected
Sat Jun 16 08:58:25 2018 daemon.err /usr/bin/ss-redir[10004]: remote recv: Host is unreachable
Sat Jun 16 08:58:27 2018 daemon.notice netifd: omrvpn (8742): udhcpc: sending discover
Sat Jun 16 08:58:34 2018 daemon.err uhttpd[4936]: Failed to establish connection
Sat Jun 16 08:58:38 2018 daemon.err /usr/bin/ss-local[10003]: getpeername: Socket not connected
Sat Jun 16 08:58:50 2018 daemon.err /usr/bin/ss-local[10003]: getpeername: Socket not connected
Sat Jun 16 08:58:54 2018 daemon.err uhttpd[4936]: Failed to establish connection
Sat Jun 16 08:58:59 2018 user.notice post-tracking-post-tracking: wan2 switched off
Sat Jun 16 08:59:03 2018 daemon.err /usr/bin/ss-local[10003]: getpeername: Socket not connected
Sat Jun 16 08:59:03 2018 daemon.info omr-tracker-ss: Shadowsocks is down (can't contact 23.96.52.53)
Sat Jun 16 08:59:06 2018 user.notice post-tracking-post-tracking: wan1 switched off
Sat Jun 16 08:59:15 2018 daemon.err uhttpd[4936]: Failed to establish connection
Sat Jun 16 08:59:15 2018 daemon.err /usr/bin/ss-local[10003]: getpeername: Socket not connected
Sat Jun 16 08:59:28 2018 daemon.err /usr/bin/ss-local[10003]: getpeername: Socket not connected
Kernel log:
[ 7.375155] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 8.841431] random: fast init done
[ 9.246354] ip_local_port_range: prefer different parity for start/end values.
[ 10.303784] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 10.303859] 8021q: adding VLAN 0 to HW filter on device eth0
[ 10.306312] device eth0 entered promiscuous mode
[ 10.312412] IPv6: ADDRCONF(NETDEV_UP): wan1: link is not ready
[ 10.312482] 8021q: adding VLAN 0 to HW filter on device wan1
[ 10.323299] IPv6: ADDRCONF(NETDEV_UP): wan2: link is not ready
[ 10.323371] 8021q: adding VLAN 0 to HW filter on device wan2
[ 10.324062] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 10.325174] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 10.326555] IPv6: ADDRCONF(NETDEV_CHANGE): wan1: link becomes ready
[ 10.326670] IPv6: ADDRCONF(NETDEV_CHANGE): wan2: link becomes ready
[ 41.509171] random: crng init done
[ 136.346754] 8021q: adding VLAN 0 to HW filter on device wan1
[ 136.391859] 8021q: adding VLAN 0 to HW filter on device wan2
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: