- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: LINUX as a router
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 12:18 PM
10-01-2002 12:18 PM
I have a laptop without a floppy drive, I'm trying to configure my linux as a router with cable modem internet connection but most of the documents that I went through, states that I have to creat a floppy drive. anyone can advise please for step by step configuration without having to boot from a floppy drive.
appreciate your support.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 12:27 PM
10-01-2002 12:27 PM
SolutionGL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 07:01 PM
10-01-2002 07:01 PM
Re: LINUX as a router
Yes, that's exactly the case. I do have two NICs in my loptop. Could you provide me with some good links for configuring the IPCHAINS as NAT.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 07:57 PM
10-01-2002 07:57 PM
Re: LINUX as a router
try this link:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x14d20bce6f33d6118fff0090279cd0f9,00.html
or do a search here itself on IPCHAINS. You have tons of information.
Also, an example Linux ipchains NAT:
==============================
Linux 2.2 redirecting eth0 TCP port 80 to Squid on port 3128
Kernel options:
CONFIG_IP_FIREWALL=y
CONFIG_IP_ALWAYS_DEFRAG=y
ipchains ruleset
# Accept local traffic
ipchains -A input -j ACCEPT -i eth0 -d 10.11.12.13/32
# Redirect port 80 to Squid on port 3128
ipchains -A input -j REDIRECT 3128 -i eth0 -p tcp -d 0.0.0.0/0 80
==============================
Hope this helps!
Best Regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 07:43 AM
10-11-2002 07:43 AM
Re: LINUX as a router
I use to use IPChains and the rules get VERY messy if you want to use the advanced filtering features.
IPTables is a HUGE improvement in packet handling and also will allow you to do simple NAT (NAT Overload Mode) in one single command, something impossible with IPchains.
It takes abit of time to get use to them but I assue you, you will not regret it once you get the hang of them.
If you have used IPchains and understand them, then IPTables will be easy for you.
Cheers,
Chris P.
www.firewall.cx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 05:01 AM
02-24-2005 05:01 AM