Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 1998 18:30:31 +0800
From:      Dean Hollister <dean@mushka.ml.org>
To:        FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   GateD problem...
Message-ID:  <3.0.3.32.19980818183031.0069510c@odyssey.apana.org.au>

next in thread | raw e-mail | index | archive | help

Hiyall,

I've added the static route:

203.11.114.182 mask 255.255.255.254 gateway 203.11.114.181;

in gated.conf and sent a -HUP to the daemon.

The route is visible to the machine running gated, but not across the LAN.
Any ideas? Below is the gated.conf file...

Regards,

d.

# Gated config file

# Global tracing options. More than this is too much.  Log
# file in /var/log replaced when it gets to 100k, 2 old ones kept
# and log routing stuff only
traceoptions "/var/log/gated.log" replace size 100k files 2 route ;

# The interfaces to watch.  Watch all of them and don't delete
# them if they are not participating in routing protocols

interfaces { interface all passive; };

# No real need to use this but lets see how it works..
rip off {
    traceoptions "/var/log/gated.rip.log" replace size 50k files 2 normal;

    # Switch broadcasting off as the default is to broadcast on all
    # capable interfaces if there is more than one interface present.
    nobroadcast;

    # Set a default of ignoring rip packets and not sending them
    interface all
        noripin
        noripout;
  
};
    
# Switch these protocols off but log them to see if they are floating around..
icmp {
    traceoptions "/var/log/gated.icmp.log" replace size 50k files 2 normal ;
};
    
redirect off { 
    traceoptions "/var/log/gated.redirect.log" replace size 50k files 2
normal;
};
    
ospf off {
    traceoptions "/var/log/gated.ospf.log" replace size 50k files 2 normal;   
};
hello off {
    traceoptions "/var/log/gated.hello.log" replace size 50k files 2 normal;
};

  
static {

# Keep our default route
    
        default gateway 203.11.114.5 retain;
    
# News routes  
    
#       news.ozemail.com.au
    
        203.108.8.98 masklen 32 gateway 203.108.225.15;
    
#       troll.apana.org.au

#       203.3.126.2 masklen 32 gateway 203.108.225.15;
  
#       news.sydney.apana.org.au

        202.12.88.44 masklen 32 gateway 203.108.225.15;

#       news.apana.org.au
        
        203.12.236.14 masklen 32 gateway 203.108.225.15;

#       news2.melb.apana.org.au

        203.12.236.7 masklen 32 gateway 203.108.225.15;
        
#       news.sa.apana.org.au

#       203.14.158.8 masklen 32 gateway 203.108.225.15;

#       apana-hunter.dragon.net.au

#       203.56.191.14 masklen 32 gateway 203.108.225.15;
        
#       bentleydc.apana.org.au

        203.11.114.182 mask 255.255.255.254 gateway 203.11.114.181;
        
} ;


+-------------------------------------------------------+
| Dean Hollister,           | dean@mushka.ml.org        |
| Perth, Western Australia. | 12840184 ICQ              |
+-------------------------------------------------------+


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.3.32.19980818183031.0069510c>