Hello, I'm just getting started with FreeBSD and there's no better way to learn than breaking and fixing a problem. Here's my scenario.
FreeBSD in VMware
Vmware NIC set to bridged
When installing bsdinstall I left all the NIC info blank
LAN: 192.168.96.X
Router: 192.168.96.1
rc.conf looks like this:
resolv.conf looks like this:
routing restart log:
I am able to ping LAN IP and LAN DNS names and vice versa. Also able to SSH in.
I CANNOT ping WAN IP or DNS nor can I get any ports to install (must be related to the main problem).
Please help a newcomer.
Thank you in advance
FreeBSD in VMware
Vmware NIC set to bridged
When installing bsdinstall I left all the NIC info blank
LAN: 192.168.96.X
Router: 192.168.96.1
rc.conf looks like this:
Code:
hostname="freebsdvm"
ifconfig_em0="inet 192.168.96.200 netmask 255.255.255.0"
defaultrouter="192.168.96.1"
resolv.conf looks like this:
Code:
nameserver 8.8.8.8
routing restart log:
Code:
delete net ::ffff:0.0.0.0 gateway ::1
delete net ::0.0.0.0 gateway ::1
delete net fe80::: gateway ::1
delete net ff02::: gateway ::1
ifconfig: interface auto does not exist
add net ::ffff:0.0.0.0 gateway ::1
add net ::0.0.0.0 gateway ::1
add net fe80::: gateway ::1
add net ff02::: gateway ::1
I am able to ping LAN IP and LAN DNS names and vice versa. Also able to SSH in.
I CANNOT ping WAN IP or DNS nor can I get any ports to install (must be related to the main problem).
Please help a newcomer.
Thank you in advance