FreeBSD routing problem

2013-10-03 Thread hrkesh sahu
Hi All, I am facing a routing issue for the Interoperability 1.5 topology. Please find the attachment of the exact topology map. As per test setup – Ø Configured REF-Router2 NOT to transmit Router Advertisement on Network1. But REF-Router2 is able to transmit Router Advertisement

Re: FreeBSD routing problem

2013-10-03 Thread Julian H. Stacey
From: hrkesh sahu hrisikeshs...@gmail.com Date: Thu, 3 Oct 2013 19:09:02 +0530 To: Julian H. Stacey j...@berklix.com Cc: Polytropon free...@edvax.de, FreeBSD questions freebsd-questions@freebsd.org Hi, No idea why it was To: me. Content-Type: text/html; charset=windows-1252

openvpn routing

2013-07-16 Thread Pol Hallen
Hi all :-) This freebsd server in an internal lan server, IP 192.168.1.254. 192.168.1.212 is gateway on internet. I've an easy config: DestinationGatewayFlagsRefs Use Netif Expire default192.168.1.212 UGS 031807em0 10.20.10.0/24

Re: openvpn routing

2013-07-16 Thread Pol Hallen
This freebsd server in an internal lan server, IP 192.168.1.254. 192.168.1.212 is gateway on internet. [...] tap -- tun solved :-) Pol ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

routing issues to freebsd.org

2013-07-08 Thread Paul Macdonald
On doing some updates this morning, am seeing a routing issue beyond bgp1-ext.ysv.freebsd.org... Updating Index fetch: http://www.FreeBSD.org/ports/INDEX-9.bz2: No route to host www.freebsd.org.513 IN CNAME wfe0.ysv.freebsd.org. wfe0.ysv.freebsd.org. 1690

Re: routing issues to freebsd.org

2013-07-08 Thread staticsafe
On Mon, Jul 08, 2013 at 09:57:59AM +0100, Paul Macdonald wrote: On doing some updates this morning, am seeing a routing issue beyond bgp1-ext.ysv.freebsd.org... Updating Index fetch: http://www.FreeBSD.org/ports/INDEX-9.bz2: No route to host www.freebsd.org.513 IN CNAME

Re: routing issues to freebsd.org

2013-07-08 Thread Johan Hendriks
Paul Macdonald schreef: On doing some updates this morning, am seeing a routing issue beyond bgp1-ext.ysv.freebsd.org... Updating Index fetch: http://www.FreeBSD.org/ports/INDEX-9.bz2: No route to host www.freebsd.org.513 IN CNAME wfe0.ysv.freebsd.org. wfe0.ysv.freebsd.org

Re: routing issues to freebsd.org

2013-07-08 Thread Erich Dollansky
Hi, On Mon, 8 Jul 2013 08:01:09 -0400 staticsafe m...@staticsafe.ca wrote: On Mon, Jul 08, 2013 at 09:57:59AM +0100, Paul Macdonald wrote: On doing some updates this morning, am seeing a routing issue beyond bgp1-ext.ysv.freebsd.org... Updating Index fetch: http://www.FreeBSD.org

/23 static routing question

2013-03-13 Thread Paul Macdonald
Hi, I have added an IP of the 2nd group of 254 addresses in a /23. let's call them100.100.98.0 and 100.100.99.0 what's the correct way to set up the routing table for this and how my rc.conf should look Currently netstat shows something like the below Destination

SOLVED /23 static routing question

2013-03-13 Thread Paul Macdonald
On 13/03/2013 14:59, Paul Macdonald wrote: Hi, I have added an IP of the 2nd group of 254 addresses in a /23. let's call them100.100.98.0 and 100.100.99.0 what's the correct way to set up the routing table for this and how my rc.conf should look Currently netstat

Re: vlan routing

2013-03-10 Thread doug
for routing, you need these commands only: ifconfig vlan95 create ifconfig vlan95 inet 134.217.128.117/24 vlan 95 vlandev fxp0 and in /etc/rc.conf you should put such strings: cloned_interfaces=vlan95 ifconfig_vlan95=inet 134.217.128.117/24 vlan 95 vlandev fxp0 for the interface to be created on reboot

vlan routing

2013-03-09 Thread doug
I am trying set this up. First I munged the IP addresses. Not to worry if I hit yours. I did the following commands: ifconfig vlan0 create ifconfig vlan0 vlan 95 vlandev fxp0 ifconfig vlan0 inet 134.217.128.117 netmask 255.255.255.0 ifconfig fxp0 add 134.217.128.117 netmask

Re: vlan routing

2013-03-09 Thread Виталий Туровец
correctly, then this line is faulty from your configuration: ifconfig fxp0 add 134.217.128.117 netmask 255.255.255.0 You don't need it. route add -inet 134.217.128.117 134.217.128.1 This is smth absoulutely wrong:) Basically, if you only need a vlan interface that could be used for routing, you

Different take on old FAQ: multihoming and source-based routing

2012-09-01 Thread Ben Cottrell
Hi everyone, I've been doing a lot of google searching recently for variants of freebsd source-based routing to look for how to get a dual-homed FreeBSD machine to send to the correct default gateway based on the source address of the packets it's expecting that gateway to pass along. You can't

Problem with routing in VmWare VMS

2012-06-22 Thread UNIX developer @ Google.com
Thank you, Mark! All work! - Вы писали 22 июня 2012 г., 16:31:39: On Fri, 22 Jun 2012 08:10:43 -0500, UNIX developer @ Google.com developeru...@gmail.com wrote: now after reboot the problem still the same. ping -S 192.168.2.1 192.168.1.1 PING 192.168.1.1 (192.168.1.1) from

Re: Problem with routing in VmWare VMS

2012-06-22 Thread Alexandre
packets received, 100.0% packet loss netstat -nr Routing tables Internet: DestinationGatewayFlagsRefs Use Netif Expire default192.168.1.1UGS 0 38em0 127.0.0.1 link#4 UH 00lo0

Problem with routing in VmWare VMS

2012-06-21 Thread UNIX developer @ Google.com
Hi! I have problem with routing on FreeBSD. I have ESXi 5 host. In there is 5 VMs and one of them is a BSD. I need create router on BSD. I try to setting up it with this manual: http://www.freebsd.org/doc/handbook/network-routing.html but problem is still the same... I cant ping external network

Re: Problem with routing in VmWare VMS

2012-06-21 Thread Mark Felder
On Thu, 21 Jun 2012 15:59:36 -0500, UNIX developer @ Google.com developeru...@gmail.com wrote: /etc/rc.conf ifconfig_em0= inet 192.168.1.10 netmask 255.255.255.0 ifconfig_em1= inet 192.168.2.1 netmask 255.255.255.0 defaultrouter=192.168.1.1 gateway_enable=YES static_routes=clnet

Re: Changes in Jails from FreeBSD 6 to FreeBSD 9 -- particularly, networking and routing

2012-04-15 Thread Chad Leigh Shire.Net LLC
On Apr 13, 2012, at 4:58 PM, Mark Felder wrote: On Fri, 13 Apr 2012 15:53:49 -0500, Chad Leigh Shire.Net LLC c...@shire.net wrote: No NAT needed since they share the network stack under Jails v1 they share the routing tables. It works. Try it. You're clearly exploiting a bug

Changes in Jails from FreeBSD 6 to FreeBSD 9 -- particularly, networking and routing

2012-04-13 Thread Chad Leigh Shire.Net LLC
Hi All OK, so I have a server that has been running FreeBSD 6.1 and a bunch of jails, providing a few limited services. I am migrating these from real hardware and FreeBSD 6.1 with jail running, to a Xen based VPS running FreeBSD 9.0-R with a kernel rebuild from a GENERIC kernel to GENERIC

Re: Changes in Jails from FreeBSD 6 to FreeBSD 9 -- particularly, networking and routing

2012-04-13 Thread Mark Felder
Do I understand this right? Working in FreeBSD 6.x: interface em0: 1.2.3.4/24 -- public IP, host only 192.168.1.1/24 -- private IP, host only 192.168.1.2/24 -- Jail #1 192.168.1.3/24 -- Jail #2 With this configuration you had no problems accessing the

Re: Changes in Jails from FreeBSD 6 to FreeBSD 9 -- particularly, networking and routing

2012-04-13 Thread Chad Leigh Shire.Net LLC
; this should only be possible if you're doing NAT somewhere in there and that is not possible with Jails v1 (which share a network stack) and is only possible in Jails v2 (vnet). No NAT needed since they share the network stack under Jails v1 they share the routing tables. It works. Try

Re: Changes in Jails from FreeBSD 6 to FreeBSD 9 -- particularly, networking and routing

2012-04-13 Thread Mark Felder
On Fri, 13 Apr 2012 15:53:49 -0500, Chad Leigh Shire.Net LLC c...@shire.net wrote: No NAT needed since they share the network stack under Jails v1 they share the routing tables. It works. Try it. You're clearly exploiting a bug in FreeBSD 6's jails. It must get confused and send your

RIP routing protocol implementation is FreeBSD?

2012-01-30 Thread Kaya Saman
Hi there, does anyone know if there's an implementation of the RIP version 2 routing protocol in FreeBSD??? I would like to use it to exchange routes with my Cisco 857W router as the BSD machine will provide routing for a virtual test network in VBox. I did check out the handbook

Re: RIP routing protocol implementation is FreeBSD?

2012-01-30 Thread Michael Sierchio
On Mon, Jan 30, 2012 at 10:33 AM, Kaya Saman kayasa...@gmail.com wrote: Hi there, does anyone know if there's an implementation of the RIP version 2 routing protocol in FreeBSD??? man routed The routed utility is a daemon invoked at boot time to manage the network routing tables

Re: RIP routing protocol implementation is FreeBSD?

2012-01-30 Thread Eric Masson
Kaya Saman kayasa...@gmail.com writes: Hi, does anyone know if there's an implementation of the RIP version 2 routing protocol in FreeBSD??? man 8 routed I did check out the handbook for the enable_routerd=YES I'd try routed_enable = YES instead. Regards Éric Masson -- je crosspost

Re: RIP routing protocol implementation is FreeBSD?

2012-01-30 Thread Eric Masson
Eric Masson e...@free.fr writes: Sorry, Followup to myself. I'd try routed_enable = YES instead. router_enable = YES as Michael stated in another post. Regards Éric Masson -- et me dis quil y a eu une merde avec le serveur truc machin et que ca a fait un gros server crash. OU ets la

Re: RIP routing protocol implementation is FreeBSD?

2012-01-30 Thread Kaya Saman
On 01/30/2012 06:47 PM, Michael Sierchio wrote: On Mon, Jan 30, 2012 at 10:33 AM, Kaya Samankayasa...@gmail.com wrote: Hi there, does anyone know if there's an implementation of the RIP version 2 routing protocol in FreeBSD??? man routed The routed utility is a daemon invoked at boot

Re: RIP routing protocol implementation is FreeBSD?

2012-01-30 Thread Kaya Saman
On 01/30/2012 06:53 PM, Eric Masson wrote: Kaya Samankayasa...@gmail.com writes: Hi, does anyone know if there's an implementation of the RIP version 2 routing protocol in FreeBSD??? man 8 routed I did check out the handbook for the enable_routerd=YES I'd try routed_enable = YES instead

Re: RIP routing protocol implementation is FreeBSD?

2012-01-30 Thread Kaya Saman
On 01/30/2012 07:11 PM, Eric Masson wrote: Eric Massone...@free.fr writes: Sorry, Followup to myself. I'd try routed_enable = YES instead. router_enable = YES as Michael stated in another post. Regards Éric Masson The generic syntax of rc.conf is like so (using mine as example):

Re: RIP routing protocol implementation is FreeBSD?

2012-01-30 Thread Kaya Saman
snip I'd try routed_enable = YES instead. Regards Éric Masson I have now setup a virtual instance of FreeBSD and another machine running Bind9 on OpenBSD. I can tell that the system is receiving RIP updates as netstat -r shows the routes advertised by my router however, it seems that

Displaying Routing Tables

2012-01-27 Thread Chris Maness
Executing route under linux displays all of the routing info for that host. For the life of me I cannot figure out how to get the BSD route command to dump the whole table at once. I have used the GET flag to find one specific entry. Is it possible to see all routes and once like the Linux

Re: Displaying Routing Tables

2012-01-27 Thread Chris Maness
On Fri, Jan 27, 2012 at 9:38 PM, Bernt Hansson b...@bananmonarki.se wrote: 2012-01-28 05:40, Chris Maness skrev: Executing route under linux displays all of the routing info for that host.  For the life of me I cannot figure out how to get the BSD route command to dump the whole table at once

Re: wireless and/or routing question

2012-01-13 Thread Waitman Gobble
and ip showing But i cannot ping gw, no machine on lan or outside. (no route to host) p00ntang# netstat -nr Routing tables Internet: DestinationGatewayFlagsRefs Use Netif Expire default10.0.0.1 UGS 0 3338 ale0 10.0.0.0/24

Re: wireless and/or routing question

2012-01-13 Thread Matthias Apitz
El día Friday, January 13, 2012 a las 07:03:11AM -0800, Waitman Gobble escribió: Hi, Thanks. I've always heard countless rumors about WPA being wise :) I'll take your advice and take a step up in technology. My stubborn conservatism probably roots back to the time when not all devices could

Re: wireless and/or routing question

2012-01-13 Thread Warren Block
On Thu, 12 Jan 2012, Waitman Gobble wrote: Hello, I am running 9.0-RC3 i386 on an Acer Aspire One D150. i am having trouble with the wireless setup. I have two wireless cards, the BCM94312MCG that came with it, and an Atheros 5424/2424 that i swapped out. I can run the BCM with ndis and the

Re: wireless and/or routing question

2012-01-13 Thread Waitman Gobble
On Jan 13, 2012 7:19 AM, Matthias Apitz g...@unixarea.de wrote: El día Friday, January 13, 2012 a las 07:03:11AM -0800, Waitman Gobble escribió: Hi, Thanks. I've always heard countless rumors about WPA being wise :) I'll take your advice and take a step up in technology. My stubborn

Re: wireless and/or routing question

2012-01-13 Thread Waitman Gobble
On Jan 13, 2012 7:38 AM, Warren Block wbl...@wonkity.com wrote: On Thu, 12 Jan 2012, Waitman Gobble wrote: Hello, I am running 9.0-RC3 i386 on an Acer Aspire One D150. i am having trouble with the wireless setup. I have two wireless cards, the BCM94312MCG that came with it, and an

Re: wireless and/or routing question

2012-01-13 Thread Da Rock
On 01/14/12 01:38, Warren Block wrote: On Thu, 12 Jan 2012, Waitman Gobble wrote: Hello, I am running 9.0-RC3 i386 on an Acer Aspire One D150. i am having trouble with the wireless setup. I have two wireless cards, the BCM94312MCG that came with it, and an Atheros 5424/2424 that i swapped

Re: wireless and/or routing question UPDATE - WPA

2012-01-13 Thread Waitman Gobble
On Fri, Jan 13, 2012 at 8:34 AM, Waitman Gobble gobble...@gmail.com wrote: On Jan 13, 2012 7:19 AM, Matthias Apitz g...@unixarea.de wrote: El día Friday, January 13, 2012 a las 07:03:11AM -0800, Waitman Gobble escribió: Hi, Thanks. I've always heard countless rumors about WPA

Re: wireless and/or routing question UPDATE - WPA

2012-01-13 Thread Da Rock
On 01/14/12 16:28, Waitman Gobble wrote: On Fri, Jan 13, 2012 at 8:34 AM, Waitman Gobblegobble...@gmail.com wrote: On Jan 13, 2012 7:19 AM, Matthias Apitzg...@unixarea.de wrote: El día Friday, January 13, 2012 a las 07:03:11AM -0800, Waitman Gobble escribió: Hi, Thanks. I've always heard

wireless and/or routing question

2012-01-12 Thread Waitman Gobble
# netstat -nr Routing tables Internet: DestinationGatewayFlagsRefs Use Netif Expire default10.0.0.1 UGS 0 3338 ale0 10.0.0.0/24link#2 U 0 2405 ale0 10.0.0.20 link#2 UHS 0

Re: wireless and/or routing question

2012-01-12 Thread Waitman Gobble
(74.125.224.116): 56 data bytes ping: sendto: Network is down Now I feel like i need to go back to networking school 101. lol. If anyone has a hint to solve my routing situation I'd really appreciate it! Thanks, Waitman Gobble San Jose California USA ___ freebsd

Re: wireless and/or routing question

2012-01-12 Thread Da Rock
or outside. (no route to host) p00ntang# netstat -nr Routing tables Internet: DestinationGatewayFlagsRefs Use Netif Expire default10.0.0.1 UGS 0 3338 ale0 10.0.0.0/24link#2 U 0 2405 ale0 10.0.0.20

Re: wireless and/or routing question

2012-01-12 Thread Waitman Gobble
WME WPS My machine shows up on the wireless router as a connected device w/ correct mac and ip showing But i cannot ping gw, no machine on lan or outside. (no route to host) p00ntang# netstat -nr Routing tables Internet: DestinationGatewayFlagsRefs Use Netif

Re: wireless and/or routing question

2012-01-12 Thread Da Rock
RSN WME WPS My machine shows up on the wireless router as a connected device w/ correct mac and ip showing But i cannot ping gw, no machine on lan or outside. (no route to host) p00ntang# netstat -nr Routing tables Internet: DestinationGatewayFlagsRefs Use Netif

Routing Woes

2011-09-03 Thread Monkeyfoahead
scanvalid 450 bgscan bgscanintvl 300 bgscanidle 250 roam:rssi 7 roam:rate 5 protmode CTS wme burst roaming MANUAL The boxes routing table

Re: Routing Woes

2011-09-03 Thread Adam Vande More
On Sat, Sep 3, 2011 at 8:16 PM, Monkeyfoahead jordanbha...@gmail.comwrote: I have a question that I thought that you could probably answer. I have setup a freebsd seedbox in my apartment. This box has two internet connections (multi-homed server.). One is an ethernet connection behind

IPSec routing (long post)

2011-05-21 Thread jhall
routing the traffic. We using a preshared key for authentication. The connection is successfully made. My vendor has verified they are able to see the connection up on their router and I am able to see a successful connection when running racoon in the foreground. I am running FBSD 8.1

Re: Re: IPSec routing (long post)

2011-05-21 Thread jhall
From : claudiu vasadi claudiu.vas...@gmail.com To : jh...@socket.net Subject : Re: IPSec routing (long post) Date : Sat, 21 May 2011 18:45:07 +0200 Some additional points: - have you been following the FreeBSD handbook on this ? - http

Re: OpenVPN routing

2011-04-27 Thread Maciej Milewski
On Wednesday 27 of April 2011 01:15:09, Ryan Coleman wrote: Maciej, Here you go: Ryan-Colemans-MacBook-Pro:~ ryanjcole$ netstat -rn Routing tables Internet: DestinationGatewayFlagsRefs Use Netif Expire default10.0.1.1 UGSc

Re: OpenVPN routing

2011-04-26 Thread Maciej Milewski
) with the routing information about openvpn subnet 192.168.47.0/24? [1] http://openvpn.net/index.php/open-source/documentation/miscellaneous/76- ethernet-bridging.html Maciej Milewski ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: OpenVPN routing

2011-04-26 Thread Nathan Vidican
to freebsd-questions-unsubscr...@freebsd.org Do you have packet forwarding (routing /gateway) enabled? An all-important, yet sometimes forgotten step... check if: sysctl net.inet.ip.forwarding returns 1 for enabled or not. You can enable it right away by setting to 1, and/or view the instructions

Re: OpenVPN routing

2011-04-26 Thread Ryan Coleman
curveball in the mix, I'd like to talk to 192.168.45.0/24 - which we have another VPN connecting the two networks (not running on a VPN I can do much with). Do you have packet forwarding (routing /gateway) enabled? An all-important, yet sometimes forgotten step... check if: sysctl

Re: OpenVPN routing

2011-04-26 Thread Diego Arias
packet forwarding (routing /gateway) enabled? An all-important, yet sometimes forgotten step... check if: sysctl net.inet.ip.forwarding returns 1 for enabled or not. You can enable it right away by setting to 1, and/or view the instructions in the handbook for greater detail

Re: OpenVPN routing

2011-04-26 Thread Maciej Milewski
to ping the host/interface on different subnet. If you don't set the routing to this subnet how your client should know that he needs to put that packet through tap interface not defaultroute which I suspect is different? Can you show the output of netstat -rn of the vpn client? You may try to look

Re: OpenVPN routing

2011-04-26 Thread Ryan Coleman
to 192.168.46.0/24 subnet into the vpn client? You want to ping the host/interface on different subnet. If you don't set the routing to this subnet how your client should know that he needs to put that packet through tap interface not defaultroute which I suspect is different? Can you show

Re: OpenVPN routing

2011-04-26 Thread Ryan Coleman
255.255.255.0 Have you tried adding the route to 192.168.46.0/24 subnet into the vpn client? You want to ping the host/interface on different subnet. If you don't set the routing to this subnet how your client should know that he needs to put that packet through tap interface

Re: OpenVPN routing

2011-04-26 Thread Ryan Coleman
On Apr 26, 2011, at 9:07 AM, Diego Arias wrote: If you need to route LAN - TO - LAN just enable the client-to-client. Its a Security Feature of OpenVPN http://www.secure-computing.net/wiki/index.php/OpenVPN/Routing I've done that and it had no effect

Re: routing to a directly attached subnet without an address in this subnet

2011-04-25 Thread Lionel Fourquaux
On Sun, Apr 24, 2011 at 08:50:53PM -0400, David Scheidt wrote: On Apr 24, 2011, at 4:29 PM, Lionel Fourquaux wrote: em0 has addresses fe80::1234:56ff:fe78:9abc and 2001:db8::1 em1 has address fe80::1234:56ff:fe78:9abd Network 2001:db8::/64 is directly attached to em0, and network

Re: routing to a directly attached subnet without an address in this subnet

2011-04-25 Thread Lionel Fourquaux
On Sun, Apr 24, 2011 at 06:43:11PM -0500, Robert Bonomi wrote: Sorry, it _is_ impossible. :( simply put, to communicate _on_ a network, you have to be *ON* that network, i.e., 'have an address in that network's address-space'. I don't quite see why this would be required, as long as

Re: routing to a directly attached subnet without an address in this subnet

2011-04-25 Thread Lionel Fourquaux
of the addition of 2001:db8:0:1::/64 to the routing table. I do not see any way to give the missing information to NDP other than adding an address to em1. (Adding static entries for all the clients would not be manageable in the long run). Google seems to turn up some mentions of cloning routes

OpenVPN routing

2011-04-25 Thread Ryan Coleman
I've got an OpenVPN connection working to my remote server, but I want to route the traffic to the local LAN. I have a bridge set up, pingable... but can't ping the em1 (192.168.46.2) from the remote machine. Server.conf: local 192.168.46.2 port 1194 proto udp dev tap ca keys/cacert.pem cert

Re: OpenVPN routing

2011-04-25 Thread Ryan Coleman
Also: [root@nbserver1 /usr/home/ryanc]# ifconfig em0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST metric 0 mtu 1500 options=98VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM ether 00:14:22:15:dc:65 inet 192.168.46.2 netmask 0xff00 broadcast 192.168.46.255

routing to a directly attached subnet without an address in this subnet

2011-04-24 Thread Lionel Fourquaux
to. The router already has a valid routable address on em0 which can be used as source address for ICMP, and it has an address on em1 (the link local one) which can be used for NDP and routing. So: 1. Is there a way to set up the router the way I want it? 2. If not, why is it not possible? I can mark

Re: routing to a directly attached subnet without an address in this subnet

2011-04-24 Thread David Scheidt
On Apr 24, 2011, at 4:29 PM, Lionel Fourquaux wrote: Dear FreeBSD users, Consider an IPv6 router with two interfaces, e.g. em0 and em1. em0 has addresses fe80::1234:56ff:fe78:9abc and 2001:db8::1 em1 has address fe80::1234:56ff:fe78:9abd Network 2001:db8::/64 is directly attached to em0,

Marble and routing

2011-04-08 Thread Steven Friedrich
I'm in the U.S., so I believe that my only valid choice is OpenRoute service. Does it require any subscription payment, os is it available free? -- System Name: doris.StevenFriedrich.org Window Manager(s): kde4-4.6.2 X Window System: xorg-7.5.1X.Org X Server 1.7.7 OS version:

Re: Marble and routing

2011-04-08 Thread Robert Bonomi
From owner-freebsd-questi...@freebsd.org Fri Apr 8 18:19:15 2011 From: Steven Friedrich free...@insightbb.com To: freebsd-questions@freebsd.org Date: Fri, 8 Apr 2011 19:18:25 -0400 Subject: Marble and routing I'm in the U.S., so I believe that my only valid choice is OpenRoute service

Re: Tuning routing table size in FreeBSD 8.0 and 7.2

2011-02-25 Thread Valentin Bud
parameter in freeBSD? [snip] I could not find a sysctl that matched what you're looking for. AFAIK, the routing table is limited only by the amount of RAM you can allocate to it. Yes. You can use vmstat -z | grep rtentry to examine it. It seems trivial to add a limit

Tuning routing table size in FreeBSD 8.0 and 7.2

2011-02-24 Thread nikitha
Hi, Could you plz share the information on the maximum number of routes that can be added (by default) in FREEBSD 8.0/7.2 kernel? In Linux the sysctl rt_max_size is used. Is there a similar tunable parameter in freeBSD? Your earliest reply in this regard is much appreciated. Thanks for any

Re: Tuning routing table size in FreeBSD 8.0 and 7.2

2011-02-24 Thread Damien Fleuriot
not find a sysctl that matched what you're looking for. AFAIK, the routing table is limited only by the amount of RAM you can allocate to it. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

RE: Tuning routing table size in FreeBSD 8.0 and 7.2

2011-02-24 Thread Gary Gatten
-questi...@freebsd.org] On Behalf Of nikitha Sent: Thursday, February 24, 2011 8:01 AM To: freebsd-questions@freebsd.org Subject: Tuning routing table size in FreeBSD 8.0 and 7.2 Hi, Could you plz share the information on the maximum number of routes that can be added (by default) in FREEBSD 8.0/7.2

Re: Tuning routing table size in FreeBSD 8.0 and 7.2

2011-02-24 Thread Nikos Vassiliadis
in freeBSD? [snip] I could not find a sysctl that matched what you're looking for. AFAIK, the routing table is limited only by the amount of RAM you can allocate to it. Yes. You can use vmstat -z | grep rtentry to examine it. It seems trivial to add a limit there(without having thought of multiple

Re: Tuning routing table size in FreeBSD 8.0 and 7.2

2011-02-24 Thread nikitha
looking for. AFAIK, the routing table is limited only by the amount of RAM you can allocate to it. Yes. You can use vmstat -z | grep rtentry to examine it. It seems trivial to add a limit there(without having thought of multiple routing tables and vnet). Out of curiosity, why would you want

Re: Routing issue?

2010-11-12 Thread Wojciech Puchar
ff02::%lo0/32 fe80::1%lo0 U lo0 ifconfig_em0=inet 70.89.123.5 netmask 255.255.255.248 ifconfig_em1=inet 70.89.123.4 netmask 255.255.255.248 defaultrouter=70.89.123.6 hostname=se**.somehtingelse.biz I tried to add the gateway for link2 but

Re: Routing issue?

2010-11-12 Thread Ryan Coleman
As mentioned before, this is already solved. On Nov 12, 2010, at 3:08 AM, Wojciech Puchar wrote: ff02::%lo0/32 fe80::1%lo0 U lo0 ifconfig_em0=inet 70.89.123.5 netmask 255.255.255.248 ifconfig_em1=inet 70.89.123.4 netmask 255.255.255.248

Routing issue?

2010-11-11 Thread Ryan Coleman
I'm trying to get the other half of my business up on my second IP. It's not routing. This is not a multi-homed system, but two IPs in the same subnet. [r...@server /usr/home/ryan]# netstat -nr Routing tables Internet: DestinationGatewayFlagsRefs Use Netif

Re: Routing issue?

2010-11-11 Thread Gary Gatten
: Thu Nov 11 21:41:40 2010 Subject: Routing issue? I'm trying to get the other half of my business up on my second IP. It's not routing. This is not a multi-homed system, but two IPs in the same subnet. [r...@server /usr/home/ryan]# netstat -nr Routing tables Internet: DestinationGateway

{Solved} Re: Routing issue?

2010-11-11 Thread Ryan Coleman
Subject: Routing issue? I'm trying to get the other half of my business up on my second IP. It's not routing. This is not a multi-homed system, but two IPs in the same subnet. [r...@server /usr/home/ryan]# netstat -nr Routing tables Internet: DestinationGateway

Re: Routing Question

2010-08-27 Thread Patrick Lamaiziere
Le Thu, 26 Aug 2010 18:17:19 -0700, Doug Hardie bc...@lafn.org a écrit : PF's route_to will return the packets to the proper router, but I have not been able to figure out which ones those would be. The source IP address can be any on either network and its highly likely that we will see

Re: Routing Question

2010-08-27 Thread Doug Hardie
On 27 August 2010, at 05:07, Patrick Lamaiziere wrote: Le Thu, 26 Aug 2010 18:17:19 -0700, Doug Hardie bc...@lafn.org a écrit : PF's route_to will return the packets to the proper router, but I have not been able to figure out which ones those would be. The source IP address can be any

Re: Routing Question

2010-08-27 Thread Nikos Vassiliadis
On 8/27/2010 9:09 PM, Doug Hardie wrote: On 27 August 2010, at 05:07, Patrick Lamaiziere wrote: Le Thu, 26 Aug 2010 18:17:19 -0700, Doug Hardiebc...@lafn.org a écrit : PF's route_to will return the packets to the proper router, but I have not been able to figure out which ones those would

Routing Question

2010-08-26 Thread Doug Hardie
I have several servers with one ethernet interface. Currently it is connected via a WAN to the internet. We are in the midst of switching to a different provider. I would like to be able to operate with both temporarily until all the users/services get switched. The new circuit is in and

Odd routing issue...

2010-05-11 Thread Glenn Sieb
Running: FreeBSD caduceus.wingfoot.org 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #42: Fri May 7 19:22:48 EDT 2010 r...@caduceus.wingfoot.org:/usr/obj/usr/src/sys/SANDALS amd64 I'm getting a route added upon reboot with the hostname of the box, going to lo0. It's preventing things like, pinging

Re: Odd routing issue...

2010-05-11 Thread Ed Jobs
On Wednesday 12 of May 2010 06:07, Glenn Sieb wrote: I'm getting a route added upon reboot with the hostname of the box, going to lo0. It's preventing things like, pinging itself. I can manually delete the route, but.. where is it being set to begin with?! well, that behaviour is what i would

what means: route: writing to routing socket: No such process ?

2010-04-02 Thread Matthias Apitz
Hello, It seems that deleting a route which does not exist gives some message about writing to routing socket: No such process: # route delete xxx.xxx.xxx.xxx/27 delete net xxx.xxx.xxx.xxx # route delete xxx.xxx.xxx.xxx/27 route: writing to routing socket: No such process delete net

routing for jails on public IPs, jails on private IPs between 2 servers

2009-08-05 Thread Izhar Firdaus
using vpn with routing that allows ServerA to connect to private jails in ServerB and vice versa. ServerA (10.1.0.1_tun0,192.168.1.1_bge0,192.168.1.2_bge0,127.0.1.1_lo1,127.0.1.1_lo1) - JailA(192.168.1.2_bge0) - JailB(127.0.1.1_lo1) - JailC(127.0.1.1_lo1) ServerB

ifconfig routing

2009-07-04 Thread John Pollock
help suggestions greatly appreciated. JP === netstat -rn results below: $ netstat -rn Routing tables Internet: DestinationGatewayFlagsRefs Use Netif Expire default192.168.0.1UGS 0 3082vr0 127.0.0.1 127.0.0.1

Re: PF Routing to VPN Device

2009-06-18 Thread Valentin Bud
On Wed, Jun 17, 2009 at 10:31 PM, Mike Sweetser - Adhost mik...@adhost.comwrote: Hello, We have a network with a VPN device sitting beside a PF server, both connected to an internal network. PF Server: 10.1.4.1 VPN Device: 10.1.4.200 The VPNs are set up for 10.1.1.0/24 and 10.1.2.0/24,

RE: PF Routing to VPN Device

2009-06-18 Thread Mike Sweetser - Adhost
-Original Message- From: Valentin Bud [mailto:valentin@gmail.com] Sent: Thursday, June 18, 2009 1:36 AM To: Mike Sweetser - Adhost Cc: freebsd-questions@freebsd.org Subject: Re: PF Routing to VPN Device On Wed, Jun 17, 2009 at 10:31 PM, Mike Sweetser - Adhost mik

Re: PF Routing to VPN Device

2009-06-18 Thread Valentin Bud
On Thu, Jun 18, 2009 at 11:35 AM, Valentin Bud valentin@gmail.comwrote: On Wed, Jun 17, 2009 at 10:31 PM, Mike Sweetser - Adhost mik...@adhost.com wrote: Hello, We have a network with a VPN device sitting beside a PF server, both connected to an internal network. PF Server:

Re: PF Routing to VPN Device

2009-06-18 Thread Tim Judd
On 6/17/09, Mike Sweetser - Adhost mik...@adhost.com wrote: Hello, We have a network with a VPN device sitting beside a PF server, both connected to an internal network. PF Server: 10.1.4.1 VPN Device: 10.1.4.200 The VPNs are set up for 10.1.1.0/24 and 10.1.2.0/24, so any traffic to

PF Routing to VPN Device

2009-06-17 Thread Mike Sweetser - Adhost
Hello, We have a network with a VPN device sitting beside a PF server, both connected to an internal network. PF Server: 10.1.4.1 VPN Device: 10.1.4.200 The VPNs are set up for 10.1.1.0/24 and 10.1.2.0/24, so any traffic to these networks should be routed to 10.1.4.200. We've set up routes

pppoe routing problem, default route isnt used for some hosts

2009-05-29 Thread Fabian Holler
Hello, I have an strange routing problem. I can't connect to some hosts in the internet till I add an explicit route for this hosts with my default gw as gateway. There aren't any other routes that could match the destination IP for non-working hosts. So the connection should also without

Re: pppoe routing problem, default route isnt used for some hosts

2009-05-29 Thread Nikos Vassiliadis
Fabian Holler wrote: Hello, I have an strange routing problem. I can't connect to some hosts in the internet till I add an explicit route for this hosts with my default gw as gateway. There aren't any other routes that could match the destination IP for non-working hosts. So the connection

Re: pppoe routing problem, default route isnt used for some hosts

2009-05-29 Thread Fabian Holler
Hello Nikos, thank you very much Nikos You've repaired my internet ,) On Fri, May 29, 2009 at 06:56:49PM +0300, Nikos Vassiliadis wrote: Fabian Holler wrote: I have an strange routing problem. I can't connect to some hosts in the internet till I add an explicit route for this hosts with my

strange routing behaviour with openvpn

2009-04-24 Thread Neo [GC]
Hi, I'm using openvpn to connect my vpn-gateway at home to an external server, both are FreeBSD-boxes (6.2-STABLE). The external server has an fixed IP, the client at home connects to a router, which gets a new IP every 24 hours. The client is configured as router (gateway_enable=YES) which

strange routing behaviour with openvpn

2009-04-24 Thread Neo [GC]
Hi, I'm using openvpn to connect my vpn-gateway at home to an external server, both are FreeBSD-boxes (6.2-STABLE). The external server has an fixed IP, the client at home connects to a router, which gets a new IP every 24 hours. The client is configured as router (gateway_enable=YES) which

Re: strange routing behaviour with openvpn

2009-04-24 Thread Chuck Swiger
, everythink works again like it should. Not enough info to tell, but, consider the output of netstat -nr before and after the IP reassignment, and you'll probably notice a routing table change which is causing your other LAN clients to send traffic the wrong way Regards, -- -Chuck

Re: FreeBSD Networking Questions / vlan, lagg, routing, FIBs, ezjail

2009-03-28 Thread Peter Cornelius
interfaces each into their own FIB (btw,. has anyone ever done that?)? Yes, from FreeBSD-7.1 and beyond, there is support for up to 16 routing tables. Use the setfib command to select routing table for outgoing connections. So, I interpret your response as that I am correct, I have a single

  1   2   3   4   5   6   7   >