Path: utzoo!utgpu!watserv1!watmath!att!ucbvax!CUNYVM.CUNY.EDU!FRUTIG%BRLNCC From: FRUTIG%BRLNCC@CUNYVM.CUNY.EDU Newsgroups: comp.protocols.tcp-ip.ibmpc Subject: KA9Q and routing Message-ID: <9105170821.ab00848@louie.udel.edu> Date: 17 May 91 14:20:33 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The Internet Lines: 56 Hello, I am using KA9Q (NOS) package as an IP gateway between two Ethernets, but I am experimenting a routing problem. This is the scene : KA9Q IP/X25 Sun Sun PC Sun-----------> world | | | | | -------------- --------------- 138.82.2 139.82.1 I have defined a default route in the configuration file, so all the hosts on the 139.82.2 side can reach the world. But, the problem is that the KA9Q gateway sends this route to both subnets, changing the default route of the hosts at the 139.82.1 side, pointing it back to the KA9Q gateway ! I don't want to add a route explicitly at every host of 139.82.2 subnet, and want that KA9Q gateway continue to supply its routing table to both subnets (see the rip add commands below). Any help/idea/suggestion would be GREAT ! Thanks in advance. Marcello Frutig - FRUTIG at BRLNCC.BITNET Network Manager at Catholic University of Rio de Janeiro - BRAZIL This is the autoexec.net config file : hostname rdcdi-gw.rdc.puc-rio # attach packet 0x60 ec0 5 1500 [139.82.1.1] ifconfig ec0 ipaddr 139.82.1.1 netmask 0xffffffc0 broadcast 139.82.1.0 # attach packet 0x61 ec1 5 1500 [139.82.2.1] ifconfig ec1 ipaddr 139.82.2.1 netmask 0xffffffc0 broadcast 139.82.2.0 # route add 139.82.1.0/26 ec0 route add 139.82.2.0/26 ec1 route add default ec0 # domain addserver 139.82.1.2 domain suffix rdc.puc-rio # arp add 139.82.1.0 ether ff:ff:ff:ff:ff:ff arp add 139.82.2.0 ether ff:ff:ff:ff:ff:ff # tcp window 1500 tcp mss 1460 # start rip # rip add 139.82.1.0 60 rip add 139.82.2.0 60 rip merge on