Homer,

are you using shorewall module ?

Andre


Homer Parker wrote:


On Sun, 20 Jul 2003 20:23:24 +0200 Jacques Nilo
<[EMAIL PROTECTED]> wrote....



Andre, Homer, list:
The chapter about orinoco drivers has been updated together with the pcmcia_orinoco.lrp package.
I hope that will work for you and make things clearer.
http://leaf.sf.net/doc/guide/buwireless.html
http://leaf.sf.net/devel/jnilo/bering/1.2/packages/pcmcia_orinoco.lrp



Sorry so late with the reply, it's been a Monday... Ok, here's what I have now:

/etc/network/interfaces:
auto eth0
iface eth0 inet dhcp

auto eth1
        iface eth1 inet static
        address 192.168.2.151
        masklen 24

iface eth2 inet static
        address 192.168.4.121
        masklen 24
        broadcast 192.168.4.255
        wireless_channel 1
        wireless_freq 2.412
        wireless_mode ad-hoc
        wireless_essid HomersHut
        wireless_key 6f77-6973-70

Which produces these results:

firewall: -root-
# ip addr
1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
   link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
   inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
2: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop
   link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
   link/ether 00:00:24:c0:9c:1c brd ff:ff:ff:ff:ff:ff
   inet 192.168.1.120/24 brd 192.168.1.255 scope global eth0
4: eth1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
   link/ether 00:00:24:c0:9c:1d brd ff:ff:ff:ff:ff:ff
   inet 192.168.2.151/24 scope global eth1
5: eth2: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
   link/ether 00:02:2d:5e:76:2f brd ff:ff:ff:ff:ff:ff
   inet 192.168.4.121/24 brd 192.168.4.255 scope global eth2

firewall: -root-
# ip route
192.168.4.0/24 dev eth2  proto kernel  scope link  src 192.168.4.121
192.168.2.0/24 dev eth1  proto kernel  scope link  src 192.168.2.151
192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.120
default via 192.168.1.254 dev eth0

firewall: -root-
# iwconfig
lo        no wireless extensions.

dummy0 no wireless extensions.

eth0 no wireless extensions.

eth1 no wireless extensions.

eth2      IEEE 802.11-DS  ESSID:"HomersHut"  Nickname:"HERMES I"
Mode:Ad-Hoc  Frequency:2.437GHz  Cell: 8E:00:BC:03:36:03
Bit Rate:11Mb/s   Tx-Power=15 dBm   Sensitivity:1/3
Retry limit:4   RTS thr:off   Fragment thr:off
Encryption key:6F77-6973-70
Power Management:off
Link Quality:0  Signal level:0  Noise level:0
Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:16
Tx excessive retries:0  Invalid misc:0   Missed beacon:0

firewall: -root-
# ping 192.168.4.122
PING 192.168.4.122 (192.168.4.122): 56 data bytes
ping: sendto: Operation not permitted

firewall: -root-
#

        I've tried changing the channel and the frequency, and it still doesn't
listen (If I really wanted abuse like that, I've got 6 kids that will do
tha tfor me) :(.... And, judging by the ping results, something isn't
right :( Here's the modules loaded:

firewall: -root- # lsmod # Module Pages Used by
orinoco_cs 4580 1
orinoco 31596 0 [orinoco_cs]
hermes 4960 0 [orinoco_cs orinoco]
ds 6796 1 [orinoco_cs]
i82365 27044 1
pcmcia_core 41088 0 [orinoco_cs ds i82365]
ip_nat_irc 2176 0 (unused)
ip_nat_ftp 2784 0 (unused)
ip_conntrack_irc 2880 1
ip_conntrack_ftp 3648 1
natsemi 10220 2
pci-scan 3532 1 [natsemi]
ide-probe-mod 8476 0
ide-disk 9304 0
ide-mod 63076 0 [ide-probe-mod ide-disk]


I can also post log file excerpts if that will help, but there's no
errors in them.. How can I tell what isn't talking to what? I can ping out
the eth0 interface just fine..


--- Homer Parker /"\ ASCII Ribbon Campaign
\ / No HTML/RTF in email
http://www.homershut.net x No Word docs in email
telnet://bbs.homershut.net / \ Respect for open standards


"Bill Gates reports on security progress made and the challenges ahead."
-- Microsoft's Homepage, on the day an SQL Server bug crippled large
  sections of the Internet.





-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html







-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to