Re: Gateway/Router

2004-11-18 Thread Anton Bester
Sorry, was in a bit of a hurry. >So lets have a look at your client configuration, I saw you have a >machine 192.168.1.2, I beleive it can ping your FBSD box Yes, 192.168.1.2 ping 192.168.1.1 (NIC rl0 on FreeBSD Box) no problem >What does it have configured as gateway? 192.168.1.1 ___

Re: Gateway/Router

2004-11-18 Thread Olivier Nicole
Please the 2 other questions? from client ping the router default gateway on the client? Olivier ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Gateway/Router

2004-11-18 Thread Anton Bester
> ping www.yahoo.com Yip, connect to anywhere, no problem [EMAIL PROTECTED] etc]# ping www.yahoo.com PING www.yahoo.akadns.net (68.142.226.34): 56 data bytes 64 bytes from 68.142.226.34: icmp_seq=0 ttl=57 time=280.872 ms 64 bytes from 68.142.226.34: icmp_seq=1 ttl=56 time=278.866 ms 64 byte

Re: Gateway/Router

2004-11-18 Thread Olivier Nicole
> ed0: flags=8843 mtu 1500 > inet 196.25.53.66 netmask 0xfff8 broadcast 196.25.53.71 Sound good so far. I suppose that the FBSD box can connect anywhere on Internet, ping www.yahoo.com would work. So lets have a look at your client configuration, I saw you have a machine 1

Re: Gateway/Router

2004-11-18 Thread Anton Bester
>Looks OK, what is the IP address of your interface ed0? rl0: flags=8843 mtu 1500 inet 192.168.1.1 netmask 0xff00 broadcast 192.168.1.255 inet6 fe80::210:b5ff:febe:74c6%rl0 prefixlen 64 scopeid 0x1 ether 00:10:b5:be:74:c6 media: Ethernet autoselect (100baseTX )

vlan module loading...

2004-11-18 Thread Charlie Schluting
mkay, I have to ask a possibly stupid question. There's a recent bug where freebsd hangs with if_vlan.ko loaded when using bpf. I'm being bitten by said bug. BUT I have 'device vlan' in my kernel. Why is the module loading?! rc.conf is the only thing I've modified, WRT vlan config: dmz# grep vlan

Re: Gateway/Router

2004-11-18 Thread Olivier Nicole
> rc.conf entries: > > defaultrouter="196.25.53.65" > gateway_enable="YES" > router_enable="YES" > router="/sbin/routed" > router_flags="-q" > > >What is the result of "netstat -r" > > [EMAIL PROTECTED] extech]# netstat -r > Routing tables > > Internet: > DestinationGatewayF

Re: Gateway/Router

2004-11-18 Thread Anton Bester
>Did you defined a default gateway on your router box? rc.conf entries: defaultrouter="196.25.53.65" gateway_enable="YES" router_enable="YES" router="/sbin/routed" router_flags="-q" >What is the result of "netstat -r" [EMAIL PROTECTED] extech]# netstat -r Routing tables Internet: Destination

Re: Gateway/Router

2004-11-18 Thread Olivier Nicole
> I'm trying to setup a gateway/router between my private network and my Public > network. > > My public network is connected via T1 and I have 5 public IP's Did you defined a default gateway on your router box? What is the result of "netstat -r" Olivier ___

Gateway/Router

2004-11-18 Thread Anton Bester
Hello I'm trying to setup a gateway/router between my private network and my Public network. My public network is connected via T1 and I have 5 public IP's I have installed a FreeBSD 5.1 server and enabled the following: 1. gateway 2. IPFILTER 3. IPNAT 4. defaultrouter="196.x.x.1" (currently my

Re: polling(4) rocks!

2004-11-18 Thread Wilkinson, Alex
Ahhnice ! Please send a HEADSUP when done. Thanks - aW 0n Thu, Nov 18, 2004 at 07:38:15PM +1030, Christian Brueffer wrote: On Thu, Nov 18, 2004 at 03:54:17PM +1030, Wilkinson, Alex wrote: > Why can some NIC use polling and others not ? > > eg I w

Re: How can I create and use a Tap device

2004-11-18 Thread Julian Elischer
Robert Watson wrote: On Thu, 18 Nov 2004, Elton Machado wrote: I need a virtual ethernet device, can I use tap for that? How can I create it? [...] A couple of performance caveats: - Every packet delivery requires going to user space, so possibly a context switch and certainly a system

Re: How can I create and use a Tap device

2004-11-18 Thread Robert Watson
On Thu, 18 Nov 2004, Elton Machado wrote: > I need a virtual ethernet device, can I use tap for that? > > How can I create it? Really quite easy, and fairly well documented in the man page. Basically, you need to: - Load the module or compile it in. - Open /dev/tapX where X is the interface

Re: Help ! Proxy arp at PPTP (FIXED)

2004-11-18 Thread Elton Machado
I already fix it... I was using the wrong interface at pptp server side. Elton Machado wrote: Hi! How can i have proxyarp in my tun interface created by the pptpd ? I want to connect from my pptp client to the others clients connected to the pptpd server. I have this at my config file: /etc/ppp/o

Re: How can I create and use a Tap device

2004-11-18 Thread Bruce M Simpson
On Thu, Nov 18, 2004 at 02:08:50PM +, Elton Machado wrote: > I need a virtual ethernet device, can I use tap for that? Yes. > How can I create it? Read the man page. BMS ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/

How can I create and use a Tap device

2004-11-18 Thread Elton Machado
I need a virtual ethernet device, can I use tap for that? How can I create it? Thanks ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: PPTP client not working on 4.10-R

2004-11-18 Thread Brett Glass
Everyone: I've found what was causing the problems which I reported on net@ and questions@ involving a PPTP client. And I may have uncovered a security problem which -- if my analysis is correct -- should be addressed. (I'd like independent confirmation of this.) As mentioned in earlier posting

Help ! Proxy arp at PPTP

2004-11-18 Thread Elton Machado
Hi! How can i have proxyarp in my tun interface created by the pptpd ? I want to connect from my pptp client to the others clients connected to the pptpd server. I have this at my config file: /etc/ppp/options.pptpd: ### lock ## turn pppd syslog debugging on debug name pptpd # Don't need this nob

Re: polling(4) rocks!

2004-11-18 Thread Christian Brueffer
On Thu, Nov 18, 2004 at 03:54:17PM +1030, Wilkinson, Alex wrote: > Why can some NIC use polling and others not ? > > eg I went to turn on polling on my BCM5782 Broadcom NetXtreme Gigabit >Ethernet Card. And bge(4) doesn't mention anything about polling. > I have polling support for bge(4)

Re: Initial review request for IPv6 Fast Forwarding and IP6STEALTH

2004-11-18 Thread Mike Silbersack
On Mon, 15 Nov 2004, James wrote: Folks, Attached is initial code for ip6_fastforward() that I'm proposing for FreeBSD 5.x. This code was written for an internally modified FreeBSD 4.9, however in I think that Andre Oppermann will have a lot of interest in this, but he's on vacation at the moment,