View Single Post
  #1   (View Single Post)  
Old 18th October 2008
snes-addict's Avatar
snes-addict snes-addict is offline
Real Name: Ken
BSD gamer
 
Join Date: Oct 2008
Location: Minnesota, USA
Posts: 34
Question Network connection works fine, and then...

...suddenly, as of yesterday, I cannot access most websites. The other computers on the network seem to work, and when booting into a live GNU/Linux on my OpenBSD box, everything also works. I'm pretty darn sure that this is config related, but I'm not sure where I went wrong.

What's bizzare about this is that some sites, such as daemonforums.org, netbsd.org, openbsd.org, and linux.org work fine, even though I cannot even get simple requests from most websites.

Here is a very rough visual of the network. Nothing special.
Code:
 _______________________
(                       )
(       Internet        )
(_______________________)
           | |
           | |
        ___| |___
       |         |
       |  Modem  |
       |_________|              _________
            ||                 |         |
         ___||___            __| Printer |
        |        |          |  |_________|
        | router |          |
        |________|          |        _________________
          | | | |___________|       |                 |
          | | |_____________________| OpenBSD Machine | -Partial Internet >:(
          | |___________________    |_________________|
     _____|_____________        |___________________
    |                   |       |                   |
    | Windows Machine 1 |       | Windows Machine 2 |
    |___________________|       |___________________|
My /etc/hosts file:
Code:
#       $OpenBSD: hosts,v 1.11 2002/09/26 23:35:51 krw Exp $
#
# Host Database
#
# RFC 1918 specifies that these networks are "internal".
# 10.0.0.0      10.255.255.255
# 172.16.0.0    172.31.255.255
# 192.168.0.0   192.168.255.255
#
::1 localhost.domain.actdsltmp localhost
127.0.0.1 localhost.domain.actdsltmp localhost
::1 puffin.domain.actdsltmp puffin
127.0.0.1 puffin.domain.actdsltmp puffin

192.168.0.3   router.domain.actdsltmp router
192.168.0.4   router.domain.actdsltmp router
192.168.1.100 puffin.domain.actdsltmp puffin
And here's some more:
Code:
puffin:ken {22} route -n show -inet
Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use    Mtu  Interface
default            192.168.1.1        UGS         0      527      -   vr0
127/8              127.0.0.1          UGRS        0        0  33208   lo0
127.0.0.1          127.0.0.1          UH          2        4  33208   lo0
192.168.1/24       link#1             UC          2        0      -   vr0
192.168.1.1        MAC addr           UHLc        1        0      -   vr0
192.168.1.100      127.0.0.1          UGHS        0        0  33208   lo0
192.168.1.101      MAC addr           UHLc        0        0      -   vr0
224/4              127.0.0.1          URS         0        0  33208   lo0
I hope that I've provided enough correct information.

Any suggestions on this?
Reply With Quote