View Single Post
  #9   (View Single Post)  
Old 16th February 2012
IdOp's Avatar
IdOp IdOp is offline
Too dumb for a smartphone
 
Join Date: May 2008
Location: twisting on the daemon's fork(2)
Posts: 1,027
Default

daemonfowl, I'm afraid I can't be of much help with the specifics of what you're doing because I don't use CVS. As for the network connectivity problem, this might be something wrong in the basic setup, which could easily happen in a new install. Did you check things like

* nameserver configuration in /etc/resolv.conf

* if you're using a local named (127.0.0.1 in resolv.conf) did you enable it in /etc/rc.conf ?

* routing, is the output of following command reasonable:

# route -n show -inet

* does the external interface have a reasonable IP address? (Check with ifconfig after DHCP as you seem to be using.)

* did you enable any packet filtering?

* could you ping and connect to any other local or remote hosts/servers ?

Just some ideas, not an exhaustive check-list.
Reply With Quote