D
Deleted member 30996
Guest
I just installed FreeBSD 7.4 on a laptop with Fluxbox as the desktop using Ethernet to connect to the net.
I have previous experience with PC-BSD but this is my first time building FreeBSD from scratch. I'm in geek heaven but having connectivity problems I'm not used to handling on my own and would appreciate if someone more experienced could help get me on the right track.
I can run portsnap, populate the tree, and it doesn't have any problems installing new ports but I can't browse the net, ping or traceroute out and it's got me in a quandry.
The LAN addresses are all correct:
I also have a question about where my ipfw.rules file might be hiding.
It doesn't show I have one if I do cat /etc/ipfw.rules and when I try to open it
in /etc/ipfw.rules it creates a new file with no rules, but when I use ipfw list it shows a basic set of rules.
I seems like the two must be connected somehow but I was having connect problems before enabling ipfw. I hate to have to ask but am at that point and any help provided will be greatly appreciated.
I have previous experience with PC-BSD but this is my first time building FreeBSD from scratch. I'm in geek heaven but having connectivity problems I'm not used to handling on my own and would appreciate if someone more experienced could help get me on the right track.
I can run portsnap, populate the tree, and it doesn't have any problems installing new ports but I can't browse the net, ping or traceroute out and it's got me in a quandry.
The LAN addresses are all correct:
Code:
$ netstat -r
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
default homeportal UGS 0 0 fxp0
localhost localhost UH 0 0 lo0
172.16.0.0 link#1 UC 0 0 fxp0
homeportal MAC# UHLW 1 9 fxp 1200
$ netstat -rn
Routing tables
Destination Gateway Flags Refs Use Netif Expire
default 172.16.0.1 UGS 0 0 fxp0
127.0.0.1 127.0.0.1 UH 0 0 lo0
172.16.0.0/16 link#1 UC 0 0 fxp0
172.16.0.1 MAC# UHLW 1 10 fxp0 1187
$ ifconfig fxp0
fxp0: flags=8843<UP, BROADCAST, RUNNING, IMPLEX, MULTICAST> Metric 0 mtu 1500
options=2009<RXCSUM, VLAN_MTU, WOL_MAGIC>
ether 00:e0:b8:3d:5c:61
inet 172.16.1.33 netmask 0xffff0000 broadcast 172.16.255.255
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
$ cat /etc/rc.conf
hostname= "MY CORRECT HOSTNAME"
ipv6_enable="NO"
dbus_enable="YES"
hald_enable="YES"
#Denyhosts startup
denyhosts_enable="YES"
#Enable firewall
firewall_enable="YES"
firewall_type="client"
FSCK enhancements
fsck_y_enable="YES"
#Start swapexd daemon
swapexd_enable="YES"
#Enable pbid
pbid_enable="YES"
$ traceroute 69.147.83.40
traceroute: sendto: permission denied
Nav_open_url: Url=>http://freebsd.org/<
Dns-server {0} freebsdorg is 0x287d09FB
Connecting to 2001:4F8:fff6::28
Http_connect_socket ERROR: No route to host
I also have a question about where my ipfw.rules file might be hiding.
It doesn't show I have one if I do cat /etc/ipfw.rules and when I try to open it
in /etc/ipfw.rules it creates a new file with no rules, but when I use ipfw list it shows a basic set of rules.
I seems like the two must be connected somehow but I was having connect problems before enabling ipfw. I hate to have to ask but am at that point and any help provided will be greatly appreciated.