View Single Post
  #5   (View Single Post)  
Old 1st September 2009
guitarscn guitarscn is offline
Package Pilot
 
Join Date: Oct 2008
Posts: 166
Default

Yes, same IP address

I remember in March I couldn't load scripts but I got it working. But at that time, I had similar issues to this one I have now, but I never pursued it which is why there is somewhat of a gap between times I have been posting, because when I am not posting questions, it usually means I am using another OS because I run into a lot of hassles on OpenBSD each time I use it. Anyway, it WAS working before, but then it suddenly stopped working I think when I installed something, or changed settings for something? Maybe Tor/Privoxy or Bitlbee because I had to change some inetd settings as well as some xinetd thing, and for Privoxy I put something into rc.local for it to work

Here I am using rl0 which is my ethernet.

Code:
# ifconfig -A
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33204
        priority: 0
        groups: lo
        inet 127.0.0.1 netmask 0xff000000
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:03:0d:15:18:6f
        priority: 0
        groups: egress
        media: Ethernet autoselect (100baseTX full-duplex)
        status: active
        inet6 fe80::203:dff:fe15:186f%rl0 prefixlen 64 scopeid 0x1
        inet 172.17.4.72 netmask 0xffffff00 broadcast 172.17.4.255
enc0: flags=0<> mtu 1536
        priority: 0
ath0: flags=8822<BROADCAST,NOTRAILERS,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:14:bf:7b:2f:34
        priority: 0
        groups: wlan
        media: IEEE802.11 autoselect
        status: no network
        ieee80211: nwid ""
Code:
# route -n show -inet
Routing tables

Internet:
Destination        Gateway            Flags   Refs      Use   Mtu  Prio Iface
default            172.17.4.1         UGS        9    36469     -     8 rl0
127/8              127.0.0.1          UGRS       0        0 33204     8 lo0
127.0.0.1          127.0.0.1          UH         4      597 33204     4 lo0
172.17.4/24        link#1             UC         1        0     -     4 rl0
172.17.4.1         00:1f:45:47:89:1b  UHLc       1        0     -     4 rl0
172.17.4.72        127.0.0.1          UGHS       0        0 33204     8 lo0
224/4              127.0.0.1          URS        0        0 33204     8 lo0
I have no /etc/hostname files. Just:
Code:
# vi /etc/host                                                                                                                                                        
hostapd.conf   hosts          hosts.equiv    hosts.lpd
(when I press Tab to complete)
And I also have no /etc/mygate

Last edited by guitarscn; 1st September 2009 at 12:47 AM.
Reply With Quote