CounterStrike in Mikrotik network

Hi , i want to run the counterstrike in my mikrotik network when i run it i can’t see any player on the netwrok ,

can i get help on this ..

more info needed.

type of network, how configured, post drawing:
http://forum.mikrotik.com/t/getting-the-most-out-of-this-forum/40983/1

thanks for your replay , i have normal setup 2 network adapters one for lan and one for internet and has the ips bellow

[admin@MikroTik] > / ip address print
Flags: X - disabled, I - invalid, D - dynamic

ADDRESS NETWORK BROADCAST INTERFACE

0 10.1.1.1/24 10.1.1.0 10.1.1.255 ether2
1 D 94.97.215.73/32 84.235.124.5 0.0.0.0 pppoe-out1

i configure the firewall rules as listed bellow :


[admin@MikroTik] > /ip firewall filter print
Flags: X - disabled, I - invalid, D - dynamic
0 X ;;; place hotspot rules here
chain=unused-hs-chain action=passthrough

1 chain=virus action=accept protocol=tcp dst-port=1363

2 X ;;; ndm server
chain=input action=drop protocol=tcp dst-port=21-24

3 ;;; screen cast
chain=virus action=drop protocol=tcp dst-port=1368

4 ;;; hromgrafx
chain=virus action=drop protocol=tcp dst-port=1373

5 ;;; cichlid
chain=virus action=drop protocol=tcp dst-port=1377

6 ;;; Worm
chain=virus action=drop protocol=tcp dst-port=1433-1434

7 ;;; Bagle Virus
chain=virus action=drop protocol=tcp dst-port=2745

8 ;;; Drop Dumaru.Y
chain=virus action=drop protocol=tcp dst-port=2283

9 ;;; Drop Beagle
chain=virus action=drop protocol=tcp dst-port=2535

10 ;;; Drop Beagle.C-K
chain=virus action=drop protocol=tcp dst-port=2745

11 ;;; Drop MyDoom
chain=virus action=drop protocol=tcp dst-port=3127-3128

12 ;;; Drop Backdoor OptixPro
chain=virus action=drop protocol=tcp dst-port=3410

13 ;;; Worm
chain=virus action=drop protocol=tcp dst-port=4444

14 ;;; Worm
chain=virus action=drop protocol=udp dst-port=4444

15 ;;; Drop Sasser
chain=virus action=drop protocol=tcp dst-port=5554

16 ;;; Drop Beagle.B
chain=virus action=drop protocol=tcp dst-port=8866

17 chain=virus action=accept protocol=tcp dst-port=9898

18 ;;; ::::Block P2P
chain=forward action=drop p2p=all-p2p

bellow my IP route :

[admin@MikroTik] > /ip route print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, B - blackhole, U - unreachable, P - prohibit

DST-ADDRESS PREF-SRC GATEWAY-STATE GATEWAY DISTANCE INTERFACE

0 ADS 0.0.0.0/0 reachable 84.235.124.5 1 pppoe-out1
1 ADC 10.1.1.0/24 10.1.1.1 0 ether2
2 ADC 84.235.124.5/32 94.97.215.73 0 pppoe-out1


Finally my Nat configuration as bellow :


[admin@MikroTik] > /ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 X ;;; place hotspot rules here
chain=unused-hs-chain action=passthrough

1 ;;; masquerade hotspot network
chain=srcnat action=masquerade src-address=10.1.1.0/24

i hope the information i listed above its enough to get the help …

Masquerade only traffic that leaves the router via public interface
Also if you want others (not on your local network) to connect to CS server, you have to forward ports.

sorry i’m a new in Mikrotik do i remove the masquerade ?
now in the local how i can connect to CS server ? since i can’t see any one in the network ..!

in Counter Strike console (by ‘~’),

/connect IP_address_of_the_CS_server

for discovery to work, all computers need to be in one broadcast segment

I need To open ports for cs 1.6

local ip: 192.168.203.27

public ip: 203.202.242.165

Help needed