Once again trying to venture into FreeBSD 9 I find it broken for me. I did a brand new install (not a fan of the new installer). Rebooted and found that
I can:
I have this box set up the same as every other box, but it refuses to connect outside the local LAN. sshd is running as it can be ssh'd into from the local LAN. I know about having to turn on password access on sshd. Is there now some firewall setup automatically as well or do I just have amazing bad luck? I have tried rebooting the switch it's connected into and the switch that switch connects too as well. I also tried another port on the switch as well as rebooting with it on a new IP address.
Help! What else can I do? I do not know what else to try.
[cmd=]$ ifconfig em0[/cmd] (IP's somewhat replaced) (yes the router here is at the end of the subnet)
Thank in advance!
Nicole
I can:
- ssh out
- ping the gateway
- See the gateway using netstat -r
- ping the server from a server on the LAN.
- be ssh'd into by another machine on the LAN.
- Get into the server remotely.
- ping the server remotely.
I have this box set up the same as every other box, but it refuses to connect outside the local LAN. sshd is running as it can be ssh'd into from the local LAN. I know about having to turn on password access on sshd. Is there now some firewall setup automatically as well or do I just have amazing bad luck? I have tried rebooting the switch it's connected into and the switch that switch connects too as well. I also tried another port on the switch as well as rebooting with it on a new IP address.
Help! What else can I do? I do not know what else to try.
[cmd=]$ ifconfig em0[/cmd] (IP's somewhat replaced) (yes the router here is at the end of the subnet)
Code:
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC>
ether 00:e0:81:b5:79:c2
inet 192.168.0.249 netmask 0xfffffff8 broadcast 192.168.0.255
inet6 fe89::2e1:83ff:feb5:79c2%em0 prefixlen 64 scopeid 0x4
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
em1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC>
ether 00:e0:81:b5:79:c3
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect
status: no carrier
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=3<RXCSUM,TXCSUM>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0xb
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
$ netstat -rn
Code:
Internet:
Destination Gateway Flags Refs Use Netif Expire
default 192.168.0.254 UGS 0 48 em0
192.168.0.248/29 link#4 U 0 83 em0
192.168.0.249 link#4 UHS 0 0 lo0
127.0.0.1 link#11 UH 0 0 lo0
$ ping 192.168.0.254
Code:
PING 192.168.0.254 (192.168.0.254): 56 data bytes
64 bytes from 192.168.0.254: icmp_seq=0 ttl=255 time=1.039 ms
64 bytes from 192.168.0.254: icmp_seq=1 ttl=255 time=0.880 ms
64 bytes from 192.168.0.254: icmp_seq=2 ttl=255 time=0.752 ms
etc..
Thank in advance!
Nicole