Can AnyOne Help Me (connect two network)


 
Thread Tools Search this Thread
Special Forums IP Networking Can AnyOne Help Me (connect two network)
# 1  
Old 02-20-2009
Can AnyOne Help Me (connect two network)

Hi.. I have problem about connecting two network. First let me tell about my project. I use Quagga to build up IPv6 Island Network. At first, i build one (1) PC Router or one (1) network, i call it as Network A. All PC's or Laptop's (node's) that connect to Network A can communicated to each other (as usual, because it's in the same network). But then, I build one (1) other network, which is Network B. The problem occur when I want connect/communicate/ping PC's/Laptop's (nodes) in Network A to Network B, it's say that the 'Destination is unreachable:No route' or sometimes it say 'Network is unreachable' . I don't know why. I try to fix this problem.. but i really cannot. This is the coding that I made for PC router Network A :

hostname RouterA
password zebra
enable password zebra

interface eth0
bandwidth 100
ipv6 address 2407:4000:c::1/64
no ipv6 nd suppress-ra

interface eth1
bandwidth 100
ipv6 address 2407:4000:a::1/64
no ipv6 nd suppress-ra
ipv6 nd prefix 2407:4000:a::/64

interface lo

ipv6 route 2407:4000: b::/64 2407:4000:c::2

ipv6 forwarding

line vty

is anyone can help me? is there any mistake in my coding? how can i connect two network ipv6?

need help, Image
Lieyza
# 2  
Old 03-05-2009
If the router is a Linux box, you have to enable packet forwarding via:

sysctl net.ipv6.conf.eth0.forwarding 1
# 3  
Old 03-05-2009
Data

Thank you for reply..really appreciate!vWhere should i type that code?
# 4  
Old 03-05-2009
Quote:
Originally Posted by Lieyza
Thank you for reply..really appreciate!vWhere should i type that code?
command line. Put it in /etc/sysctl.conf to make it permanent (uh, but the syntax will be like this: var = value)
# 5  
Old 03-05-2009
Thank you

Okay.. tq alot.. i will try it first.. if there is still error.. i will show it.. huhu
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Ubuntu

Could not connect to wireless network

I run lubuntu from usb (try lubuntu, it's not install on my pc ) And i try to connect to network I see the network name And i put the pass But it's not connect.. I tried to open hot spot on my phone and try to connect and it's not connect I have edumax n150 Try to install new driver -... (0 Replies)
Discussion started by: popcoern
0 Replies

2. UNIX for Dummies Questions & Answers

Connect to my Linux network remotely?

Have - -3 HP Proliant G4P servers - Debian (wheezy) -3 RaspPI's - Raspian -Unmanaged switch that all 6 can ssh into each other with via eth0 -Router (w wifi and 5 ports) - on eth1 of the three G4p's of protocol dhcp Want: To let the six servers, in my basement run, since the HPs are... (5 Replies)
Discussion started by: sas
5 Replies

3. Shell Programming and Scripting

Perl: connect to network devices, run set of commands

I am trying to write a script for my own use that will allow me to connect to network devices, then run a set of commands. I start with a list of ips in a text file. Each ip is on its own line. I start with a second file of commands. Each command on one line. for illustration .. the cmd.txt... (2 Replies)
Discussion started by: popeye
2 Replies

4. Shell Programming and Scripting

How to identify a network device before trying to connect to it?

Hello all, Here is the explanation of my problem: I have a cronjob that connects to a NAS to do backups from my laptop to this NAS device. The script that I wrote does check if there is a host (the NAS) responding on 192.168.1.10 and tries to connect to it with the following command: mount -v... (3 Replies)
Discussion started by: freddie50
3 Replies

5. AIX

Help Me - AIX server connect to a VPN network

Hi, I have a task requested by my boss to create a script to enable a server to connect to a vpn network and then to connect to another server to upload some data... How can I connect to a vpn network from AIX server? via telnet? ssh? I have tried to google but mostly the answers are... (1 Reply)
Discussion started by: mushr00m
1 Replies

6. Solaris

Cannot connect to network in Solaris 11

I want to install Solaris 11 Express on my x86 system. I'm facing network driver problems. I've 3 network cards: 1. Intel(R) 82579V Gigabit Network Connection In Device Driver Utility, This device is displayed as Ethernet controller, Driver is UNK and its highlighted in RED. 2. Belkin... (3 Replies)
Discussion started by: choudharypranay
3 Replies

7. Filesystems, Disks and Memory

How to connect to a Network disk using SAMBA

Hi, I have a network disk that runs windows xp embedded. It doesnt support NFS. But Samba is supported. How do i connect to it through solaris 9. What are the steps required. I have the IP address of the drive. Thanks (1 Reply)
Discussion started by: R00tSc0rpi0n
1 Replies

8. IP Networking

Cannot connect to rest of network/internet

I have a solaris 9 system that cannot get to the internet and cannot ping outside of the router. I can ping any other system on this campus but when i try to ping any other system outside of the campus im on i get unreachable. Here is the systems info: ip: 10.241.3.254 subnet: 255.254.0.0... (7 Replies)
Discussion started by: meyersp
7 Replies

9. IP Networking

Connect: Network is unreachable

I am running RH7.3 on a compaq presario box. The network card is a Linksys one. I am only able to communicate with the local network (only the local IPs are accessible). When I try to ping another box I get a "Connect: Network is unreachable" message. What could be the problem. Thanks in... (2 Replies)
Discussion started by: skotapal
2 Replies
Login or Register to Ask a Question