On 2/21/08, Wong Peter <[EMAIL PROTECTED]> wrote:
>
> Before this, it is not normal to me because it is very fast. Now become
> like this and also the wireless problem.
>
> My wireless card is Linksys Wmp54g.
>
> No i do not do any thing to rc.rconf .rc.local.
>
> /etc/hostname.rl1 :
> inet 172.16.10.1 255.240.0.0
>
> /etc/hostname.ral0:
> inet 192.168.5.1 255.255.0.0 NONE media autoselect \ mediaopt hostap mode
> 11g nwid myname nwkey xxx
>
> /etc/hostname.rl0 (External Interface)
> dhcp NONE NONE NONE
>
> /etc/dhcpd.interfaces.
> ral0 rl1
>
> /etc/dhcpd.conf
>
> Wired
>
> subnet 172.16.0.0 netmask 255.240.0.0
> {
> option subnet-mask 255.240.0.0;
> option routers 172.16.10.1;
> range 172.16.10.12 and some fixed address;
> }
>
> wireless
>
> subnet 192.168.0.0 netmask 255.255.0.0
> {
> option routers 192.168.5.1;
> }
>
> After boot, the wireless interface is not up and i need to manulaly bring
> it up with ifconifg ral0 192.168.5.1. AFter issues this command, the
> status of wireless interface is no network.
>
> Below is the ifconfig -a | less : rl1(Wired internal interfac) is not
> connected
>
>
> rl1: status: no carrier
> inet 172.16.10.1 netmask 0xfff00000 broadcast 172.31.255.255
>
> ral0:
> <UP, Broadcast, RUNNING< SIMPLEX,MULTICAST>
> groups: wlan
> meida IEEE 802.11 autoselect (DS1)
> status no network
> ieee802.11: nwid myname (100dBm)
> inet 192.168.5.1 netmask 0xffffff00 broadcast 192.168.5.255
>
> Routing Tables:
>
> Internet
> Destination Gateway Flags Refs Use Mtu Interface
> default 219.93.218.177 UGS 13 2142 tun0
> 127/8 127.0.0.1 UGRS 0 0 33224 lo0
> 127.0.0.1 127.0.0.1 UH 2 0 33224 lo0
> 155.207.113.207 219.93.218.177 UGHD 0 1682 - L tun0
> 172.116/12 link#2 UC 0 0 - rl1
> 192.168.1/24 link#1 UC 1 0 rl0
> 192.168.1.1 H.A UHLc 0 0 lo0
> 192.168.1.2 127.0.0.1 UGHS 0 0 lo0
> 219.93.218.177 60.48.180.172 UH 2 0 1492 tun0
> 224/4 127.0.0.1 URS 0 0 33224 lo0
>
> Dmesg if as follow:
>
> ral0 at pci0 dev 15 function 0 "Ralink Rt2561S" rev 0x00: irq 10, address
> H.A ral0: MAC/BBP RT 2561C, RF Rt 2527
>
> Why function is 0 ?
>
> NAT rules:
>
> priv_add="192.168.0.0/16"
> priv_adds=172.16.0.0/12"
>
> nat on {ext_if} inet from $priv_add or $priv_adds to any -> {$ext_if}
>
> rl0 is promisc mode when i do rootkit hunter scan.
> etherip.allow=1;
> ip.redirect=0;
> ip forward = 1
> esp.enable = 1
> ah.enable=1
>
> Cannot ping openbsd to rl1(Wired Internal interface)
>
> If you need any more information, please let me know.
>
> I'm one of the developer of rootkit hunter.
> A billion thnaks for oyur help.
>
>
>
>
>
--
Linux