Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to route Lan2 to Lan1 on 406v2 2

Status
Not open for further replies.

hibroth

Technical User
Oct 27, 2005
861
IT
IPO 406v2 with 4.1 installed, port 8 set as Lan2.
Lan1 is 192.168.42.1, Lan2 is 192.168.43.1: what should I do to make a 192.168.42.x host pings a 192.168.43.x one =
which IP setting should I set up ? (IPO substantially should work as a router)


tks

hb
 
you need to make an IP route from one to the other and if you are using the IP Office and gateway then it will route the traffic accordingly

Joe W.

FHandw., ACS

If you can't be good, be good at it!
 
I have no gateway, IPO is the gateway.

hb
 
route 1: 192.168.42.0/24 192.168.42.1 Lan1
route 2: 192.168.43.0/24 192.168.43.1 Lan2

and the gateway for the hosts on lan1 should be 42.1 same for hosts on lan2 43.1.
Or add route1 on the main router for 42.0 network
and route2 onthe main router for 43.0 network.

Yaze.
Chaos, Panic and Disorder, my work here is done.
 
Hi, I really hope somebody can help me im stumpped, trying to setup SOE to route lan 1 to lan 2.

Config..
Lan 1 default 192.168.42.1 dhcp server
Lan 2 10.0.1.2 dhcp client
router 10.0.1.0 DHCP server

no matter what routes i set i cannot get internet accsess from lan1, is it possible my route table is corrupt?
When viewing in monitor application the subnet is different and there are some strange characters as bellow;

857mS IP Routing Table - section 1
Destination Netmask Gateway Interface Metric Type
255.255.255.255 255.255.255.255 192.168.42.1 LAN1 65535 ÿ(Overridden)
255.255.255.255 255.255.255.255 255.255.255.255 ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ65535 ÿ(Overridden)
255.255.255.255 255.255.255.255 255.255.255.255 65535 ÿ(Overridden)
255.255.255.255 255.255.255.255 255.255.255.255 ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ65535 ÿ(Overridden)
255.255.255.255 255.255.255.255 255.255.255.255 ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ 588 N(Overridden)
50.0.255.255 255.255.255.255 255.255.255.255 ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ65535 ÿ(Overridden)
255.255.255.255 255.255.255.255 255.255.255.255 ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ 1 I
224.0.0.0 240.0.0.0 10.0.1.2 LAN2 65535 ÿ(Overridden)
255.255.255.255 255.255.255.255 255.255.255.255 ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ65535 ÿ(Overridden)
255.255.255.255 255.255.255.255 255.255.255.255 65535 ÿ(Overridden)

does this look correct??
 
Router can't be 10.0.1.0 - that's not a valid address.

Route set as follows:
Address 0.0.0.0 interface lan2 gateway 10.0.1.X (the REAL address of the gateway)
Mike
 
Mike,

Thanks for your reply, i have tried your route but no joy, the router is definatly 10.0.1.0, when i run ipconfig /all from my pc.

Why is this not valid??

Thanks for your help..
 
That unpossible, what do you get when you don an ipconfig?

Start > Run > cmd (enter)

in hte dosbox typ ipconfig (enter)
There you'll see the geateway address.

y1pzZTEUdok1vrI5cLb3FdPX4PgTPlSONkb5WPjz0x50etSujaMSmhdRCbOx9vASnrRNzzXv0IxNQA

___________________________________________
It works! Now if only I could remember what I did...
___________________________________________
 
pfff....sorry for my english, i'm just waking-up I need more coffee.....:)

y1pzZTEUdok1vrI5cLb3FdPX4PgTPlSONkb5WPjz0x50etSujaMSmhdRCbOx9vASnrRNzzXv0IxNQA

___________________________________________
It works! Now if only I could remember what I did...
___________________________________________
 
mike,

sorry it now works, i hadent rebooted properly :)

Thanks for your help, now i can proceed to bttle with setting up my sip trunks..

I dont suppose you have ever setup a draytel sip before have you?? they do not provide a stun server, and im struggling with the settings!
 
bizsoftware, bas1234 is right when he says your router address is wrong, effectivly that address is saying that the router is the whole 10.0.1.X subnet, whoever set that up with that address wants shooting. It should be 10.0.1.1 if anything.

ACS - IP Office Implement
 
You do not need to create any IP routes. The IP Office automatically routes between them. Just set the gateway of the network devices at the IPO.

If you can't set the gateway to the IPO (you have another router for accessing the internet) you will need to add a route on the PC or server.

route ADD 192.168.43.0 MASK 255.255.255.0 192.168.43.1

This is like adding another gateway
 
JeSTeROCK , it doesn't automaticaaly route from one to the other, if you put a PC in the LAN port and another in the LAN2/WAN port they will not be able to ping each other, let alone anything else....Well not in my experiance anyway.

ACS - IP Office Implement
 
try removing all IP routes from the IPO

PC1
IP address: 192.168.42.2
Mask: 255.255.255.0
Gateway: 192.168.42.1

PC2
IP address: 192.168.43.2
Mask: 255.255.255.0
Gateway: 192.168.43.1

IPO
LAN1: 192.168.42.1
LAN2: 192.168.43.1
 
You could try to do a route add in a Dos Prompt

route add xxx.xxx.xxx.0 mask 255.255.255.0 yyy.yyy.yyy.yyy

xxx.xxx.xxx.0 is your network on the other side of the IPO and the yyy.yyy.yyy.yyy is the IP address from you IPO.
This route will be gone after the PC reboots, the add a /p after the yyy.yyy.yyy.yyy to make it fixed.


Greetzzz...Bas

y1pzZTEUdok1vrI5cLb3FdPX4PgTPlSONkb5WPjz0x50etSujaMSmhdRCbOx9vASnrRNzzXv0IxNQA

___________________________________________
It works! Now if only I could remember what I did...
___________________________________________
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top