General discussion
September 13, 2007 at 08:44 PM
nhurta

Cisco 871W

by nhurta . Updated 18 years, 10 months ago

I recently purchased a 800 series 871W router.
I am planning to have a lan party for halo 3 in the near future, but i am having problems using systemlink over the wireless interface.

The wired to wired nodes can connect to each other through the lan perfectly. But when i try a wired to wireless connection or vise versa, the connection bettween both nodes is dropped, FYI these devices use layer 2 of the osi model to communitcate with each other. I am not sure weather or not that the layer 2 frames are being foward correctly across the wireless interface. Any assistance would be appreicated!!!!!

Current configuration : 2934 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
no ip cef
no ip dhcp use vrf connected
!
ip dhcp pool dhcp
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
!
!
ip inspect name firewall udp
ip inspect name firewall tcp
ip inspect name firewall dns
ip inspect name firewall tftp
ip inspect name firewall icmp
ip inspect name firewall ftp
ip inspect name firewall pop3
ip inspect name firewall smtp
ip inspect name firewall http
ip inspect name firewall https
ip inspect name firewall bootps
ip inspect name firewall bootpc
!
!
!
!
!
!
bridge irb
!
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
ip address dhcp
ip access-group Firewall in
ip inspect firewall out
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface Dot11Radio0
no ip address
no ip route-cache
!
encryption key 1 size 128bit 0 6B35532C3F5C58366628774134 transmit-key
encryption mode wep mandatory
!
ssid Department of Defense
authentication open
guest-mode
!
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0
54.0
beacon dtim-period 1
fragment-threshold 1500
station-role root
no dot11 extension aironet
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface Vlan1
no ip address
bridge-group 1
!
interface BVI1
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
!
ip http server
no ip http secure-server
ip dns server
ip nat inside source list 1 interface FastEthernet4 overload
ip nat inside source static tcp 192.168.1.9 3074 interface FastEthernet4 65534
ip nat inside source static tcp 192.168.1.8 3074 interface FastEthernet4 65535
ip nat inside source static udp 192.168.1.2 88 interface FastEthernet4 65532
ip nat inside source static udp 192.168.1.8 88 interface FastEthernet4 65533
ip nat inside source static udp 192.168.1.9 3074 interface FastEthernet4 65534
ip nat inside source static udp 192.168.1.8 3074 interface FastEthernet4 65535
!
ip access-list extended Firewall
permit udp any any range 65532 65535
permit tcp any eq 3074 any range 65534 65535
deny ip 192.168.1.0 0.0.0.255 any
permit udp any eq bootps any eq bootpc
permit icmp any any echo-reply
permit icmp any any time-exceeded
permit icmp any any unreachable
!
access-list 1 permit 192.168.1.0 0.0.0.255
no cdp advertise-v2
no cdp run
!
!
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
password $LeaD1949$
no modem enable
line aux 0
line vty 0
password $LeaD1949$
login
line vty 1 4
login
!
scheduler max-task-time 5000
end

This discussion is locked

All Comments