I setup eth1 on my host as follows:
I then started pfSense and was able to get into the web configurator through the LAN interface (eth0), however I can't get an IP from my modem on the WAN interface (eth1).
I see the interface in ifconfig, and I see some bytes (but no packets) sent / received.
I tried switching the interfaces in my nodes settings, switching the cables, restarting the node, and seeing if the LAN interface (now on eth1) was accessible. It was not. Of course, I could not get into Proxmox either, as I thought it should work irrespective of the host's settings.
So, that makes me thing the problem is following the interface.
I can't think of anything else I could do, other than troubleshooting by messing with the host's settings, but I have a feeling there is something simple that I might be overseeing.
Thanks in advance for the help.
Code:
[COLOR=#000000][FONT=verdana]# network interface settings[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana]auto lo[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana]iface lo inet loopback[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana]iface eth0 inet manual[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana]iface eth1 inet manual[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana]auto vmbr0[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana]iface vmbr0 inet static[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana] address 192.1.1.10[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana] netmask 255.255.255.0[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana] gateway 192.1.1.254[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana] bridge_ports eth0[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana] bridge_stp off[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana] bridge_fd 0[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana]auto vmbr1[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana]iface vmbr1 inet manual[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana] bridge_ports eth1[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana] bridge_stp off[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana] bridge_fd 0[/FONT][/COLOR]
I then started pfSense and was able to get into the web configurator through the LAN interface (eth0), however I can't get an IP from my modem on the WAN interface (eth1).
I see the interface in ifconfig, and I see some bytes (but no packets) sent / received.
I tried switching the interfaces in my nodes settings, switching the cables, restarting the node, and seeing if the LAN interface (now on eth1) was accessible. It was not. Of course, I could not get into Proxmox either, as I thought it should work irrespective of the host's settings.
So, that makes me thing the problem is following the interface.
I can't think of anything else I could do, other than troubleshooting by messing with the host's settings, but I have a feeling there is something simple that I might be overseeing.
Thanks in advance for the help.