OPT1 Interface - Cant run apt-get but can ping 8.8.8.8 or any other address
-
Hello,
I have a pfsense vm setup on xenserver with LAN and OPT1 interface setup show below.
The LAN interface with WiFi AP works just fine but there are some networking issues for the OPT1 interface. I have ubuntu server VM and ubuntu desktop VM shown in the image.
File contents of /etc/network/interfaces for desktop
iface eth0 inet static
address 10.1.10.103
network 10.1.10.1
netmask 255.255.255.0
gateway 10.1.10.1
broadcast 10.1.1.0
dns-nameservers 10.1.10.1From this VM, I can ping 8.8.8.8 or any destination for that matter. I can ping even LAN devices but I cant browse internet on browser or sudo apt-get commands. It just says waiting for headers and intermitently shows a d/l speed of 2334 b/s. I can ping the VM's in this network from pfsense box and vice versa
Attached are the firewall settings for each interface WAN and OPT1. I have tried setting few things with firewall rules: any to any, WAN address to OPT1 address, WAN net to OPT1 net/address/single host and ofcourse vice versa. I dont have any NAT settings yet. Using Static IP's on OPT1
Please let me what I have missed and what Im doing wrong. I have banged my head towards my monitor for several days. I can send any other screenshots as required
Thanks!





 -
you see the sticky on running pfsense on xen
https://forum.pfsense.org/index.php?topic=88467.0
-
Thank you. I went thro all the steps described in the post you sent me. on top of that I had to add a new property in /boot/loader.conf.local in pfsense vm
hw.xen.disable_pv_nics=1 .With this setting, the reboot asked me to set up all interfaces again with new interface names. Then I had internet on OPT1 interface.