Sponsored Content
Full Discussion: ip forwarding
Special Forums IP Networking ip forwarding Post 43215 by jsilva on Thursday 13th of November 2003 09:04:43 AM
Old 11-13-2003
Hi,

You didn't tell us what unix are you talking about, but by the interface name ( eth ), i'm guessing Linux...
It's easy to create aliases ( multi-home ) to a single nic, you just have to configure the interface as you did the original one, but it's name will be eth0:n, where n is a number for the alias... for example:

ifconfig eth0:1 plumb - add the interface
ifconfig eth0:1 192.168.0.1 up - configures the interface with an IP address of 192.168.0.1

Maybe you have some way to do it automatically without having to write the commands... try to look at your linux distribution documentation.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

E-mail forwarding

Hi, I would like to set up an E-mail forwarding service like Netaddress whereby users would be able to create an E-mail account in my domain name and have all the mail sent to that account forwarded to an alternate address they specify. I know that I can redirect mail sent to my domain using... (1 Reply)
Discussion started by: BigBro
1 Replies

2. UNIX for Advanced & Expert Users

port forwarding

Hi, I have to install an application that has a built in tftp server. Tftp comes in on port 69. As i am not installing this application as a root user i am running into trouble because only the root user can listen to ports < 1024. So changing the port i listen to to one greater than 1023 isn't... (1 Reply)
Discussion started by: imloaded24_7
1 Replies

3. UNIX for Advanced & Expert Users

Port forwarding

Hi I want to set up port forwarding from one network to another network. I already have this configured on the Linux box using iptables. iptables -t nat -A PREROUTING -p tcp -i eth1 --dport 1521 -j DNAT --to 10.218.146.230 iptables -A FORWARD -p tcp -i eth1 -d 10.218.146.230 -j ACCEPT ... (2 Replies)
Discussion started by: slash_blog
2 Replies

4. Solaris

mail forwarding

Hello everybody, I have solaris 10 running on SF v890, I need to forward some sepecific root mails resulted from some application, (or all root mails) to other machine running Solaris 10 also. does it have anything to do with mail relay, or just change the log settings??? Thanks in Advance... (1 Reply)
Discussion started by: aladdin
1 Replies

5. Cybersecurity

ssh X-forwarding and remote forwarding behind proxy

Hi, from my workplace we use a proxy to connect to the outside world, including external ssh servers. The problem is that the server is seeing the connection coming from the proxy and knows nothing about the client behind it. The ssh connection itself works fine, but x-forwarding does not work as... (1 Reply)
Discussion started by: vampirodolce
1 Replies

6. UNIX for Advanced & Expert Users

email forwarding

I 've a domain and a server say mydomain.org I need to forward all the mails i receive over here ie. admin@mydomain.org , hello@mydomain.org , anything@mydomin.org etc., to another address which is admin@anotherdomain.org , hello@anotherdomain.org , anything@anotherdomain.org. i'm using... (3 Replies)
Discussion started by: bbala
3 Replies

7. Linux

IP Traffic forwarding

Hello All I have the following setup of a network. Client machines sends requests to the server which is (192.168.1.50) running on Ubuntu server 8.04. And this server forwards all incoming traffic from clients to another server (192.168.1.100) when it's available. The availability is checked... (0 Replies)
Discussion started by: Anuradhai4i
0 Replies

8. AIX

X Forwarding broke

X Forwarding has quit working on only 2 of our AIX Servers. ssh -X -vvv host That shows it requesting the X11 forward auth spoofing. No errors. echo $DISPLAY shows the display variable However when I execute xclock.... nothing... Kinda like it just hangs and for some reasons it does... (1 Reply)
Discussion started by: Gibby13
1 Replies

9. UNIX for Advanced & Expert Users

Help on port forwarding please..

Hi experts, We have windows machine ( A ) in one network & 2 Linux Servers ( B & C ) in another network. There is a firewall between these 2 networks and SSH (TCP/22) & HTTPS (TCP/443) are allowed from A to B only (but not to C). There is no personal firewall / iptables running on any machine.... (1 Reply)
Discussion started by: magnus29
1 Replies

10. UNIX for Dummies Questions & Answers

Help with DHCP Forwarding

Hi all. I'm not sure I'm posting this in the correct forum. Let me know if I should move it. I'm trying to setup a downstream router. I have a fairly standard gateway box that provides NAT, DCHP, etc. I want to add another router for QOS. I'd like to go from the gateway to the QOS box, then... (2 Replies)
Discussion started by: Thorgear
2 Replies
xjim(1) 						      General Commands Manual							   xjim(1)

NAME
xjim - Japanese input server on X Window SYNOPSIS
xjim [options ...] DESCRIPTION
xjim is a japanese input server which can connect with application programs through XIM (X Window System, Version11 Input Method) inter- face. Options xjim can accept standard X Toolkit options and the following options. -learn learn-file Specifies a file for Gakushuu operation. The default is $HOME/.xjim_learn. -online online-file Specifies user dictionary for Word registration. The default is $HOME/.xjim_onlud. -sjis Starts xjim in sjis mode. In sjis mode, Shift-JIS encoding is used. -euc Starts xjim in euc mode. In euc mode, EUC encoding is used. Resources xjim can accept the following resources. Class name is "XJim". *learnFile Specifies a file for Gakushuu operation. *onlineFile Specifies user dictionary for Word registration. *background Specifies background color on xjim's windows. *foreground Specifies foreground color on xjim's windows. *geometry Specifyies xjim's main window location. *modeLocation Specifyies status area's location in the case of "OverTheSpot" Input Style. Possible value is "left" or "right". The default is "left". *JISX0212 Specifies whether or not JISX 0212 character set is used in conversion. If True, JISX 0212 characters can be got through conversion. The default is False. In sjis mode, this resource is ignored. AUTHOR
xjim was developed by HP. xjim(1)
All times are GMT -4. The time now is 12:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy