All of lore.kernel.org
 help / color / mirror / Atom feed
* [Newbie]
@ 2021-03-15 18:21 Piyush Sachdeva
  2021-03-16  4:31 ` [Newbie] Christian Couder
  0 siblings, 1 reply; 4+ messages in thread
From: Piyush Sachdeva @ 2021-03-15 18:21 UTC (permalink / raw)
  To: git

To whomever it may concern,
Hi, my name is Piyush and I have no idea about contributing to large open source projects, yet I really wish to get some good exposure. I’ll be more than glad if you could point me in the right direction.

—
Regards,
Piyush Sachdeva
Phone: +91-7895201011
Email ID: cosmologist_piyush@icloud.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Newbie]
  2021-03-15 18:21 [Newbie] Piyush Sachdeva
@ 2021-03-16  4:31 ` Christian Couder
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Couder @ 2021-03-16  4:31 UTC (permalink / raw)
  To: Piyush Sachdeva; +Cc: git

Hi,

On Tue, Mar 16, 2021 at 12:45 AM Piyush Sachdeva
<cosmologist_piyush@icloud.com> wrote:
>
> To whomever it may concern,
> Hi, my name is Piyush and I have no idea about contributing to large open source projects, yet I really wish to get some good exposure. I’ll be more than glad if you could point me in the right direction.

Please take a look at the following page and the documents it points to:

https://git.github.io/Hacking-Git/

Best,
Christian

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [newbie]
  2003-03-09 10:53 [newbie] Frederic SOSSON
@ 2003-03-09 21:50 ` Alistair Tonner
  0 siblings, 0 replies; 4+ messages in thread
From: Alistair Tonner @ 2003-03-09 21:50 UTC (permalink / raw)
  To: Frederic SOSSON, netfilter


	For this to work you would need to load 
	ip_nat_Ftp and ip_conntrack_ftp with the parm
	ports=21,113
	otherwise the connection tracker and the nat will only watch
	port 21.


	Alistair Tonner
	nerdnet.ca
	Senior Systems Analyst - RSS
	
     Any sufficiently advanced technology will have the appearance of magic.
	Lets get magical!
	


On March 9, 2003 05:53 am, Frederic SOSSON wrote:
> Hi all,
>
> I'm juste a newbie in iptables ;)  My problem is, i have a linux box
> routing my DSL connection, i set these rules:
>
> iptables -A FORWARD -i ppp0 -o eth0 -j ACCEPT
> iptables -A FORWARD -i eth0 -o ppp0 -j ACCEPT
> iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
> iptables -A FORWARD -j LOG --log-prefix "Firewall: "
>
> == Great, i have acces to thet NET ! ==
>
> I have also a machine (192.168.0.50) in my local network running an FTP
> client this one runing an identd daemon (port 113) to access to an FTP
> server on the internet, i have added this rule
>
> iptables -t nat -A PREROUTING -p tcp --dport 113 -i ppp0 -j DNAT --to
> 192.168.0.50:113
>
> But my FTP client tels me:
>
> [11:51:58] PORT 192,168,0,50,13,161
> [11:51:58] 200 PORT command successful.
> [11:51:58] LIST
> [11:52:02] 425 Can't build data connection: No route to host.
>
> Any help would be appreciate ;)
>
>
>
> Frederic

-- 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [newbie]
@ 2003-03-09 10:53 Frederic SOSSON
  2003-03-09 21:50 ` [newbie] Alistair Tonner
  0 siblings, 1 reply; 4+ messages in thread
From: Frederic SOSSON @ 2003-03-09 10:53 UTC (permalink / raw)
  To: netfilter

Hi all,

I'm juste a newbie in iptables ;)  My problem is, i have a linux box routing my DSL
connection, i set these rules:

iptables -A FORWARD -i ppp0 -o eth0 -j ACCEPT
iptables -A FORWARD -i eth0 -o ppp0 -j ACCEPT
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
iptables -A FORWARD -j LOG --log-prefix "Firewall: "

== Great, i have acces to thet NET ! ==

I have also a machine (192.168.0.50) in my local network running an FTP client this
one runing an identd daemon (port 113) to access to an FTP server on the internet, i
have added this rule

iptables -t nat -A PREROUTING -p tcp --dport 113 -i ppp0 -j DNAT --to
192.168.0.50:113

But my FTP client tels me:

[11:51:58] PORT 192,168,0,50,13,161
[11:51:58] 200 PORT command successful.
[11:51:58] LIST
[11:52:02] 425 Can't build data connection: No route to host.

Any help would be appreciate ;)



Frederic




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-16  4:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 18:21 [Newbie] Piyush Sachdeva
2021-03-16  4:31 ` [Newbie] Christian Couder
  -- strict thread matches above, loose matches on Subject: below --
2003-03-09 10:53 [newbie] Frederic SOSSON
2003-03-09 21:50 ` [newbie] Alistair Tonner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.