On Thu, Dec 28, 2000 at 09:10:24PM +0100, Andrea Franceschini wrote:
> Hi!
>
> i'm trying to use ipfw-divert based nat deamon with vlan interfaces.
>
> i'm experiencing very strange problems.
>
> The configurations seems to work, the packets are correctly aliased
> (according to natd log) and i
Hello!
On Thu, 28 Dec 2000, Andrea Franceschini wrote:
> But all works only if the packets excanged are very small (like telnet
> session) but when i try to get a stream of packet (web or ftp or even a
> ls during a telnet session) it hangs.
>
> Maybe this related to the MTU issue in vlan inter
Hi,
Thank you for your reply. Annexed to this you will find the final part of the
source code of function fxp_start with the changes I have made. I hope the
comments in the code are clear enough. The idea is to read and modify the
mbufs right before they go to the wire, although I haven't yet wri
subscribe
end
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message
Thankyou for this very good bug report..
I will look at it today.
Naga Raju Narayanaswamy wrote:
>
> Hi,
>
> I am using FreeBSD 3.4-RELEASE to get connected to my
>
[...]
> Any clues? I will really appreciate any hints to this problem.
> Will increasing the MSIZE help me?
I will reply with a
Hi,
I am trying to solve a problem where my laptop, using windows based
IPSec client, cannot access the corporate VPN from home. I have a cable
modem connection to my home LAN which uses FreeBSD as a router
(ipfw/natd.) The VPN is via an IPSec ESP tunnel (transport not
allowed.)
The client s
> The client sends the rouer a tunneled packet (ip header, esp
> protocol) just fine. Using "tcpdump -n", I noticed that my ESP packets
> are not being translated. All other packets are translated just fine
> (included IKE exchanges; web access to my cable provider,
> www.freebsd.org etc.)Th
Blaz Zupan wrote:
> > The client sends the rouer a tunneled packet (ip header, esp
> > protocol) just fine. Using "tcpdump -n", I noticed that my ESP packets
> > are not being translated. All other packets are translated just fine
> > (included IKE exchanges; web access to my cable provider,
>
> > IPSec and NAT don't play together
>
> I've set other pepole up (granted with comercial products) to do this very
> thing just fine.
>
> I'm not using AH, just ESP, so nat'ing the IP address of the outer header
> will not break anything.
Ok, let me rephrase it. IPSec and NAT don't play toget
Naga Raju Narayanaswamy wrote:
>
> Hi,
>
> I am using FreeBSD 3.4-RELEASE to get connected to my
> ISP (mindspring.com) through ADSL connection. I had a
> hard time getting connected and finally I managed to get
> connected with a small change in the ng_pppoe.c which actually
> I am not comforta
Blaz Zupan wrote:
> > > IPSec and NAT don't play together
> >
> > I've set other pepole up (granted with comercial products) to do this very
> > thing just fine.
> >
> > I'm not using AH, just ESP, so nat'ing the IP address of the outer header
> > will not break anything.
>
> Ok, let me rephrase
Ferdinand Goldmann wrote:
>
> Hello!
>
> On Thu, 28 Dec 2000, Andrea Franceschini wrote:
>
> > But all works only if the packets excanged are very small (like telnet
> > session) but when i try to get a stream of packet (web or ftp or even a
> > ls during a telnet session) it hangs.
> >
> > Ma
I have written a Gigibit
Ethernet driver that I load and unload using kldload.
Currently, I have it looping
back, as there is no connection yet.
I successfully complete the
probe and attach functions.
I then ran "ifconfig" to give
it an IP address. I do get an ARP packet sent to
the drive
> if (txp != NULL) {
>
> /* BEGIN OF ADDED CODE */
>
> int i;
>char b [20];
>struct fxp_cb_tx *p;
>printf ("\nTX_QUEUED: %d", sc->tx_queued);
> for (i = 0, p = sc->cbl_first; i < sc->tx_queued; i++,
Dear Mr. Greenman,
Thank you very much. I've made the change and everything is ok now.
Best Regards,
Marcus.
David Greenman wrote:
> > if (txp != NULL) {
> >
> > /* BEGIN OF ADDED CODE */
> >
> > int i;
> >char b [20];
> >stru
Hello. I I you ecrit about my card scsi ( domex ) I have a probleme with
my computer recognize her(it) pas.dans the list of configuration it(he)
have there no domex, would be you it(he) possible to have a help to
re-enter her(it). Thank you very much
stephane tremblay
To Unsubscribe: send mai
Hello,
I have a problem with masquerading -(((
I want to masquerade port 59 and 1024-5000 from any to 192.168.0.1 but
i am getting errors like
natd: no alias given (or similar)
after trying it from the shell, so I made a /etc/natd.conf like this:
use_sockets
interface isp0
dynamic
redirec
On Sat, Dec 23, 2000 at 12:24:44PM +, Tony Finch wrote:
> Jesper Skriver <[EMAIL PROTECTED]> wrote:
> >
> >- If the sysctl net.inet.tcp.icmp_admin_prohib_like_rst == 1 (default)
> > it enables the below.
>
> I think those are the wrong semantics: ICMP administratively
> prohibited should wor
18 matches
Mail list logo