Community discussions

MikroTik App
 
jaguzu
just joined
Topic Author
Posts: 8
Joined: Mon Mar 07, 2005 8:50 am

i can t to make ping from pc to radio

Mon Mar 14, 2005 9:49 am

hello please if you can helpme please, i connect a last the 2 radios one radio like bridge and another like station with licence software nivel 4, i can to do ping from each radio to each radio fron internet interface of each one, and the same with the wireless interface, so i can to do ping , but my problem is that when i want to do ping from computer 1 to computer 2 no work,
the configuration is it:

pc one
conected lan card to interface data in poe of radio 1 mikrotik
i can to do ping from telnet console of radio conecte to one pc, and i can ping from pc 1 to radio 1,
but when i want to make ping to radio 2 or pc 2 no work,

radio 2 is the same , but i can{t ping to another radio or another pc, what can i do , is the only things that i need, that i can ping from pc one to pc two betwin radios, you now that radios can make ping from each one, please help me,
atte:
javier guzman u
intelliware colombia south america
 
User avatar
djape
Member
Member
Posts: 465
Joined: Sat Nov 06, 2004 7:54 pm
Location: Serbia

Mon Mar 14, 2005 10:08 am

Well, give us more details!
Give us details for interfaces, ip addresses, routing!
Go to console and do copy-paste and then I am sure I can help you...
 
jaguzu
just joined
Topic Author
Posts: 8
Joined: Mon Mar 07, 2005 8:50 am

Thu Mar 17, 2005 7:10 am

Well, give us more details!
Give us details for interfaces, ip addresses, routing!
Go to console and do copy-paste and then I am sure I can help you...
computer 1
ip address=192.168.1.4/24
conecte to radio 1
ip address
ether1=192.168.1.1/24
wlan1=192.168.0.1/24



computer 2
ip address=192.168.1.5/24
conecte to radio 2
ip address
ether1=192.168.1.2/24
wlan1=192.168.0.2/24

i can to make ping from telnet console in computer 1 to radio 2 ether1 and wlan1 of radio2

and then same from telnet console in computer 2 to radio 1 ether1 and wlan1 of radio 1
but when i wants to make ping out telnet console in each computers no work no make ping, what can i do please i need to config the radios as soon as posible please, that i need to connect 2 computer betwin radios that is connect .
 
User avatar
djape
Member
Member
Posts: 465
Joined: Sat Nov 06, 2004 7:54 pm
Location: Serbia

Thu Mar 17, 2005 6:27 pm

Well, hm? For sure you don't know to explain. Radio 1, ether, ip address 192.168.1.4/24 :D

First problem is 192.168.1.4/24 should be 192.168.1.4/32 :)

When you do that, try and tell me if it works...

Good luck :)

P.S. Honestly, you need somebody else to do it for ya :( Try reading maunal
 
jaguzu
just joined
Topic Author
Posts: 8
Joined: Mon Mar 07, 2005 8:50 am

Thu Mar 17, 2005 7:35 pm

Well, hm? For sure you don't know to explain. Radio 1, ether, ip address 192.168.1.4/24 :D

First problem is 192.168.1.4/24 should be 192.168.1.4/32 :)

When you do that, try and tell me if it works...

Good luck :)

P.S. Honestly, you need somebody else to do it for ya :( Try reading maunal
excuseme but ip adress 192.168.1.4/24 is the lan card computers 1 not radio 1 thernet, i dont undurst because ethernet radio1 is 192.168.1.1/24, then?
 
msolis
newbie
Posts: 37
Joined: Thu Jul 08, 2004 1:16 am
Location: Costa Rica
Contact:

Thu Mar 17, 2005 9:07 pm

You must be sure that the Ethernet interface is enabled in the routers

/interface/ethernet/pr

For enable this:

/interface/ethernet/enable x (x is the number of interface)
 
UniKyrn
Member Candidate
Member Candidate
Posts: 245
Joined: Fri Dec 24, 2004 9:27 pm
Location: Spokane, WA

Fri Mar 18, 2005 2:16 am

Ether you're neglecting to mention the bridges between ethernet and wlan, or that's part of your problem. You've got the same subnet on each ethernet so those have to be bridged together somehow through the wireless link.
 
jaguzu
just joined
Topic Author
Posts: 8
Joined: Mon Mar 07, 2005 8:50 am

Fri Mar 18, 2005 7:41 am

Ether you're neglecting to mention the bridges between ethernet and wlan, or that's part of your problem. You've got the same subnet on each ethernet so those have to be bridged together somehow through the wireless link.
interface ethernet in each radio is enable but now i can to make ping from station radio to pc 1 but from pc conect to this same radio 1 i cant, then..

please i need your help i have problems with this radios if you can send to me step by step how can i do to config basic p2p include router if i need and how can i do config the each computer and each radio to make p2p please i need your help..
 
User avatar
djape
Member
Member
Posts: 465
Joined: Sat Nov 06, 2004 7:54 pm
Location: Serbia

Fri Mar 18, 2005 10:36 am

I will still asume your configuration!
You have 1 ethernet and 1 wireless interface and you need to do p2p (maybe you want to connect two offices)

Try this:

Computer1:

ip address:
192.168.0.1/24 network 192.168.0.0 broadcast 192.168.0.255 ether1
172.16.1.1/30 network 172.16.1.0 broadcast 172.16.1.3 wlan1

ip route:

DC will be 172.16.1.0/30 gateway 0.0.0.0 Pref. Source 172.16.1.1 wlan1
add Static 192.168.1.0 gateway 172.16.1.2 wlan1

Now computer2:

ip address:
192.168.1.1/24 network 192.168.1.0 broadcast 192.168.1.255 ether1
172.16.1.2/30 network 172.16.1.0 broadcast 172.16.1.3 wlan1

route will be added by default, gateway should be 172.16.1.1

wlan1 on computer1 chould be connected to wlan1 on computer2.

You will have working p2p connection between this two computers!!!

After this I give up, we can't guess your configuration to solve your problem. When you have problem you need to explain it properly with detailed information. How many interfaces you have on each computer. What are you trying to do, to connect two offices, to put two AP's etc...

Cheers...
 
msolis
newbie
Posts: 37
Joined: Thu Jul 08, 2004 1:16 am
Location: Costa Rica
Contact:

Fri Mar 18, 2005 3:28 pm

Is necesary set the routes in the radios and default gateway in your PC's
 
jaguzu
just joined
Topic Author
Posts: 8
Joined: Mon Mar 07, 2005 8:50 am

Fri Mar 18, 2005 7:25 pm

Is necesary set the routes in the radios and default gateway in your PC's
thnaks thanks for your help, i m very happy that you help me , you undersatnd that my english no is god but i try i colombian south american and here is spanish all time, that question is:

you can send to me your email to send you layout that i need because i have two MT radios to make p2p with licence nivel 4 one radio is bridge and another radio is station config, then if i send to you by email a layout with my need, i hope that you help me , i m very very very thanked you,
it is the only person that has helped me as he should be and that I am seeing that you knows a lot, thanks and I expect to be able to configure these radios because, I am very frustrated of be not able to do it
 
msolis
newbie
Posts: 37
Joined: Thu Jul 08, 2004 1:16 am
Location: Costa Rica
Contact:

Fri Mar 18, 2005 7:30 pm

Ya te había ofrecido ayuda en cuanto a esto:

Miguel Solis msolis@reicocr.com

Who is online

Users browsing this forum: nichky and 21 guests