Networking Forums

Networking Forums > Computer Networking > Linux Networking > Effects of shutting down intreface/ipfirewalls

Reply
Thread Tools Display Modes

Effects of shutting down intreface/ipfirewalls

 
 
nathasm@gmail.com
Guest
Posts: n/a

 
      05-04-2005, 03:00 PM
Hello,

I'm trying to figure out what happens to "in transit" packets as
they're passed down from the application layer to the lower layers when
an interface is shut down or when an iptable rule blocks the intended
destination.

What happens to the packets (queued or dropped) for the two situations?
Or does anyone have any pointers on how to find out?
.nathan.

 
Reply With Quote
 
 
 
 
Moe Trin
Guest
Posts: n/a

 
      05-06-2005, 02:23 AM
In article <(E-Mail Removed). com>,
(E-Mail Removed) wrote:

>I'm trying to figure out what happens to "in transit" packets as
>they're passed down from the application layer to the lower layers when
>an interface is shut down or when an iptable rule blocks the intended
>destination.


Try it.

[compton ~]$ telnet spitzer
Trying 192.168.1.61...
telnet: Unable to connect to remote host: No route to host
[compton ~]$

That would happen if the either network interface goes down, or if the
firewall rules are 'DROP', Here, 'spitzer' is off-line for a new hard
drive at the moment. If the network is up on both, and either firewall
is 'REJECT' you see

[compton ~]$ telnet chandra
Trying 192.168.1.68...
telnet: Unable to connect to remote host: Connection refused
[compton ~]$

>What happens to the packets (queued or dropped) for the two situations?


In the first case above, the packets are queue, then the error message occurs
In the second case, the error occurs almost immediately.

>Or does anyone have any pointers on how to find out?


Try it as above. For added points, use a packet sniffer, like tcpdump, and
watch what happens.

Old guy
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Side effects of Linux? Digby Broadband 18 09-19-2007 04:29 PM
some effects of rf on pathology Lenny Broadband 4 05-21-2007 10:06 AM
effects and remedies for low signal? jameshanley39@yahoo.co.uk Wireless Internet 5 04-05-2007 05:02 PM
Effects of Jetpack and DHCPEXIM =?Utf-8?B?Sk1T?= Windows Networking 4 04-19-2005 01:30 PM
Phone effects download Geoff Lane Home Networking 4 03-23-2005 07:12 PM



1 2 3 4 5 6 7 8 9 10 11